diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /www/plone25/Makefile | |
parent | fe72b789870356ae35ce019005f31a96cc04ddbd (diff) | |
download | pkgsrc-7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72.tar.gz |
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
Diffstat (limited to 'www/plone25/Makefile')
-rw-r--r-- | www/plone25/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plone25/Makefile b/www/plone25/Makefile index e06aa8655a7..d0a67369b98 100644 --- a/www/plone25/Makefile +++ b/www/plone25/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2010/01/18 09:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/09 12:34:23 wiz Exp $ # FreeBSD: ports/www/plone/Makefile,v 1.25 2007/02/17 08:32:54 rafan Exp # DISTNAME= Plone-${PLONE25_VERSION} PKGNAME= ${PLONE_PKG_PREFIX}-${PLONE25_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www python MASTER_SITES= http://launchpad.net/plone/2.5/2.5.5/+download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |