Replace the `c' in the version number by a `.' and add an epoch
number to make updates possible again.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-setuptools/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    23 Nov 2009 00:45:27 -0000      1.12
+++ Makefile    7 Dec 2009 19:57:29 -0000
@@ -4,7 +4,7 @@ COMMENT=        simplified packaging system for
 
 MODPY_EGG_VERSION=     0.6c11
 DISTNAME=              setuptools-${MODPY_EGG_VERSION}
-PKGNAME=               py-${DISTNAME}p0
+PKGNAME=               py-${DISTNAME:S/c/./}v0
 CATEGORIES=            devel
 PKG_ARCH=              *
 

Reply via email to