diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-05 20:57:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-05 20:57:51 +0000 |
commit | 8fb8b03893df7a59baca854e31df605234b1a0ed (patch) | |
tree | 75bfd88cec5bef6d2a34ec2cd05486ffa6552f0e /print/py-reportlab/Makefile | |
parent | 3159a1c93efdaa9510629d2b21d9c635684a95e8 (diff) | |
download | pkgsrc-8fb8b03893df7a59baca854e31df605234b1a0ed.tar.gz |
update to 1.21.2
Noteworthy bug fixes:
-Fixes to TTF splitting
-Tables with spans improved splitting
-Fix runtime error affecting keepWithNext
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index a038e536621..8449bf5c368 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2007/02/22 19:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2007/11/05 20:57:51 drochner Exp $ # -DISTNAME= ReportLab_1_20 -PKGNAME= ${PYPKGPREFIX}-reportlab-1.20 -PKGREVISION= 2 +DISTNAME= ReportLab_1_21_2 +PKGNAME= ${PYPKGPREFIX}-reportlab-1.21.2 CATEGORIES= print python MASTER_SITES= ftp://ftp.reportlab.com/ EXTRACT_SUFX= .tgz @@ -12,7 +11,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python -WRKSRC= ${WRKDIR}/reportlab_1_20/reportlab +WRKSRC= ${WRKDIR}/reportlab_1_21_2/reportlab PYBINMODULE= yes PYDISTUTILSPKG= yes |