- Update to 3.0
Approved by: crees, tabthorpe (mentors, implicit)
This commit is contained in:
parent
39efaf1646
commit
2ab8c4da0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324747
2 changed files with 9 additions and 12 deletions
|
@ -2,11 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= permredirect
|
||||
PORTVERSION= 2.0.${REV}
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/${BRANCH}?old_path=/&format=zip&filename= \
|
||||
http://files.roorback.net/
|
||||
MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \
|
||||
LOCAL/gblach/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DIST_SUBDIR= trac
|
||||
|
||||
MAINTAINER= gblach@FreeBSD.org
|
||||
COMMENT= Redirect users to the login screen on PermissionError
|
||||
|
@ -14,18 +15,14 @@ COMMENT= Redirect users to the login screen on PermissionError
|
|||
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
||||
BRANCH= 0.11
|
||||
REV= 3593
|
||||
REV= 13353
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracPermRedirect
|
||||
PYDISTUTILS_PKGVERSION= 2.0
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/${BRANCH}
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} setup.py bdist_egg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (permredirect-2.0.3593.zip) = 0064b7063be2ff9c605545c803d00f69ff22e5c2f62e6fcff65ec369bb71a47c
|
||||
SIZE (permredirect-2.0.3593.zip) = 1538
|
||||
SHA256 (trac/permredirect-3.0.zip) = cdad7f4efefeda90a54cb079ee0ef73eb157227074a638c211481b8b7b89721f
|
||||
SIZE (trac/permredirect-3.0.zip) = 2095
|
||||
|
|
Loading…
Reference in a new issue