1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Gregory Sutter 2002-01-08 21:30:35 +00:00
parent 0b4c518733
commit 77fc91737a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52773

View File

@ -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