diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 04:46:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 04:46:34 +0000 |
commit | 3cf7b3eb5ec1a5ecac1b2db6eedc252e44e7999f (patch) | |
tree | a4ef0e33c8a9c7e6f563a4dcde050730204e64b5 | |
parent | 32e73ca9311f1f6cec847332c66afc292d85f365 (diff) | |
download | pkgsrc-3cf7b3eb5ec1a5ecac1b2db6eedc252e44e7999f.tar.gz |
fixes missing bump of the last py-reportlab update.
-rw-r--r-- | doc/CHANGES-2012 | 4 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/CHANGES-2012 b/doc/CHANGES-2012 index 49c3fc372f9..b51f0f9bec5 100644 --- a/doc/CHANGES-2012 +++ b/doc/CHANGES-2012 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2012,v 1.375 2012/02/04 04:42:08 obache Exp $ +$NetBSD: CHANGES-2012,v 1.376 2012/02/04 04:46:34 obache Exp $ Changes to the packages collection and infrastructure in 2012: @@ -563,4 +563,4 @@ Changes to the packages collection and infrastructure in 2012: Updated devel/gconfmm to 2.28.3 [drochner 2012-02-03] Updated lang/racket to 5.2.1 [asau 2012-02-03] Updated lang/racket-textual to 5.2.1 [asau 2012-02-03] - Updated print/py-reportlab to 2.5nb1 [obache 2012-02-04] + Updated print/py-reportlab to 2.5nb2 [obache 2012-02-04] diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index aa6d6e22b56..8d3022db112 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2012/02/04 04:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.44 2012/02/04 04:46:34 obache Exp $ DISTNAME= reportlab-2.5 DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ SITES.pfbfer.zip= http://www.reportlab.com/ftp/fonts/ |