- Updated to 0.7.0.8250
- Explicitly support Trac 0.12 (new version in ports tree) - Removed pkg-plist and incorporated into PLIST_FILES
This commit is contained in:
parent
737d69a5b9
commit
4d0b40b3d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258402
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= batchmodify
|
||||
PORTVERSION= 0.2.0.4447
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.7.0.8250
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
||||
LOCAL/glarkin
|
||||
@ -17,17 +16,18 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= Enables users to modify several tickets together at once
|
||||
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
RUN_DEPENDS+= trac>=0.12:${PORTSDIR}/www/trac
|
||||
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12/trunk
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= BatchModify
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}_trac0.12
|
||||
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/BatchModify-%%EGGVERSION%%_trac0.12-py%%PYTHONVERSION%%.egg
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (batchmodifyplugin-0.2.0.4447.zip) = e15070007de6549304b21a10a28298f4
|
||||
SHA256 (batchmodifyplugin-0.2.0.4447.zip) = 926fb67778ad0131e35f8d16fa3c499f093bfb018ba7c13f0e90814ac3293007
|
||||
SIZE (batchmodifyplugin-0.2.0.4447.zip) = 9689
|
||||
MD5 (batchmodifyplugin-0.7.0.8250.zip) = d666a37fb91810e2ddb14f110d0aebdf
|
||||
SHA256 (batchmodifyplugin-0.7.0.8250.zip) = fae36584885793f1b934125c4f725eefdad5eeda6c440c972a9c4832d7e446fe
|
||||
SIZE (batchmodifyplugin-0.7.0.8250.zip) = 232161
|
||||
|
@ -1 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/BatchModify-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in New Issue
Block a user