diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | www/py-rss2gen/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index ac0ef45352c..112fd8086f7 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2514 2011/10/15 11:02:16 obache Exp $ +$NetBSD: CHANGES-2011,v 1.2515 2011/10/15 11:04:35 obache Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4005,4 +4005,4 @@ Changes to the packages collection and infrastructure in 2011: Updated audio/py-libmtag to 0.3.0nb1 [obache 2011-10-15] Updated audio/py-cddb to 1.4nb2 [obache 2011-10-15] Updated www/py-simpletal to 4.1nb1 [obache 2011-10-15] - Updated www/py-rss2gen to 1.0.0 [obache 2011-10-15] + Updated www/py-rss2gen to 1.0.0nb1 [obache 2011-10-15] diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile index 64ed7c7523d..c0024bc6b80 100644 --- a/www/py-rss2gen/Makefile +++ b/www/py-rss2gen/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2011/10/15 11:01:59 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/15 11:04:35 obache Exp $ PYRSS2GENVER= 1.0.0 DISTNAME= PyRSS2Gen-${PYRSS2GENVER} PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.dalkescientific.com/Python/ |