summaryrefslogtreecommitdiff
path: root/devel/py-coro
diff options
context:
space:
mode:
authorGregory Sutter <gsutter@FreeBSD.org>2002-01-08 21:30:35 +0000
committerGregory Sutter <gsutter@FreeBSD.org>2002-01-08 21:30:35 +0000
commit77fc91737a2095f65353f90a167d8b59010c197b (patch)
tree1c05a7d861dbd91924390aa60d070e18bfbbe50f /devel/py-coro
parent- Don't install useless now ${PREFIX}/etc/rc.d/pilot-link.sh. Bump (diff)
Change port version from "2001.02.02" to "20010202".
Because py-coro used to have versions like "20000424" and now has "2001.02.02", the ports system always thinks new versions are a downgrade. Therefore, we should return to the original versioning scheme to avoid this problem. Reviewed by: kris, kbyanc (maintainer)
Notes
Notes: svn path=/head/; revision=52773
Diffstat (limited to 'devel/py-coro')
-rw-r--r--devel/py-coro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-coro/Makefile b/devel/py-coro/Makefile
index f00d8ba9ad7e..381c7b38040c 100644
--- a/devel/py-coro/Makefile
+++ b/devel/py-coro/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= coro
-PORTVERSION= 2001.02.02
+PORTVERSION= 20010202
CATEGORIES= devel python
MASTER_SITES= http://www.dotfunk.com/projects/coro/
PKGNAMEPREFIX= py-
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
+DISTNAME= ${PORTNAME}_2001_02_02
MAINTAINER= kbyanc@posi.net