-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds ticket security policy based on keyword.
WWW: https://github.com/KKBOX/trac-keyword-secret-ticket-plugin PR: 183853 Submitted by: Hung-Yi Chen <[email protected]>
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Created by: Hung-Yi Chen <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= keywordsecretticket | ||
PORTVERSION= 1.0.1.${GITDATE} | ||
CATEGORIES= www devel python | ||
MASTER_SITES= https://github.com/KKBOX/trac-keyword-secret-ticket-plugin/tarball/${GITVERSION}/ | ||
PKGNAMEPREFIX= trac- | ||
DISTNAME= KKBOX-trac-keywordsecretticket-plugin-98edea2 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Ticket security policy based on keyword for Trac | ||
|
||
LICENSE= BSD3CLAUSE | ||
|
||
GITVERSION= 98edea2 | ||
GITDATE= 20130401 | ||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac | ||
|
||
WRKSRC= ${WRKDIR}/KKBOX-trac-keyword-secret-ticket-plugin-${GITVERSION} | ||
|
||
USE_PYTHON= 2 | ||
USE_PYDISTUTILS= yes | ||
PYDISTUTILS_AUTOPLIST= yes | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (KKBOX-trac-keywordsecretticket-plugin-98edea2.tar.gz) = 9ce30963af48ebc6c19e197352d99dadd7ab502a0dac188a7ee805e3470aa587 | ||
SIZE (KKBOX-trac-keywordsecretticket-plugin-98edea2.tar.gz) = 2722 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Adds ticket security policy based on keyword. | ||
|
||
WWW: https://github.com/KKBOX/trac-keyword-secret-ticket-plugin |