1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fixed distfile version numbering

- Update to 0.1.3855

PR:		124683
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
This commit is contained in:
Martin Wilke 2008-06-20 22:06:32 +00:00
parent cddc2e3e85
commit c9e8d81e60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215408
3 changed files with 6 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= customfieldadmin
PORTVERSION= 0.1
PORTREVISION= 1
PORTVERSION= 0.1.3855
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/
PKGNAMEPREFIX= trac-
@ -26,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.10
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:

View File

@ -1,3 +1,3 @@
MD5 (customfieldadminplugin-0.1.zip) = c7bb8d3e2591fb0e7a3690c4450341bf
SHA256 (customfieldadminplugin-0.1.zip) = 32b584c685de70df4b12be4256f0b88d17b72974fd11472751be1a2701f630a4
SIZE (customfieldadminplugin-0.1.zip) = 13678
MD5 (customfieldadminplugin-0.1.3855.zip) = 98504d6dd9a92577a5b337fd46cffb75
SHA256 (customfieldadminplugin-0.1.3855.zip) = 20a42c7c1b32bf7ccd1ef19faf014877cceb6268638f4bd1d4592516ed950311
SIZE (customfieldadminplugin-0.1.3855.zip) = 13679

View File

@ -1 +1 @@
%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg