diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-21 06:06:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-21 06:06:32 +0800 |
commit | ae70e96acb823367f1ead44d41a893e899dbfd4c (patch) | |
tree | 35d0f4c5f374735fa48146e6f2e0f5d6e10ac43e /www | |
parent | 2ad481eed7be3a732fd561621752f254f3d2ee15 (diff) | |
download | freebsd-ports-gnome-ae70e96acb823367f1ead44d41a893e899dbfd4c.tar.gz freebsd-ports-gnome-ae70e96acb823367f1ead44d41a893e899dbfd4c.tar.zst freebsd-ports-gnome-ae70e96acb823367f1ead44d41a893e899dbfd4c.zip |
- Fixed distfile version numbering
- Update to 0.1.3855
PR: 124683
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-customfieldadmin/Makefile | 5 | ||||
-rw-r--r-- | www/trac-customfieldadmin/distinfo | 6 | ||||
-rw-r--r-- | www/trac-customfieldadmin/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/trac-customfieldadmin/Makefile b/www/trac-customfieldadmin/Makefile index 77cd6c016573..1ba03ae4f26f 100644 --- a/www/trac-customfieldadmin/Makefile +++ b/www/trac-customfieldadmin/Makefile @@ -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: diff --git a/www/trac-customfieldadmin/distinfo b/www/trac-customfieldadmin/distinfo index 24f5abf1c889..869d3b40e572 100644 --- a/www/trac-customfieldadmin/distinfo +++ b/www/trac-customfieldadmin/distinfo @@ -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 diff --git a/www/trac-customfieldadmin/pkg-plist b/www/trac-customfieldadmin/pkg-plist index b149cde24183..624987b4331c 100644 --- a/www/trac-customfieldadmin/pkg-plist +++ b/www/trac-customfieldadmin/pkg-plist @@ -1 +1 @@ -%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg +%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg |