diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:47:51 +0000 |
commit | 1b8254d5671c9aecfc12015d3c391371c91431e6 (patch) | |
tree | 103b85054516edcebbcd9c5d4a6868cfea44f281 /print | |
parent | 9bdb105d7b16d6cfa432aa59f7310f79d3a45688 (diff) | |
download | ports-1b8254d5671c9aecfc12015d3c391371c91431e6.tar.gz ports-1b8254d5671c9aecfc12015d3c391371c91431e6.zip |
- Move to py25 or above
- While here kick md5 support
Notes
Notes:
svn path=/head/; revision=269623
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 4 | ||||
-rw-r--r-- | print/py-reportlab/distinfo | 1 | ||||
-rw-r--r-- | print/py-reportlab2/Makefile | 3 | ||||
-rw-r--r-- | print/py-reportlab2/distinfo | 1 |
4 files changed, 4 insertions, 5 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 1abb81e885d3..7b07fba3eae7 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -7,7 +7,7 @@ PORTNAME= reportlab PORTVERSION= 1.21.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ \ ${MASTER_SITE_LOCAL:S/$/:accel/} \ @@ -20,7 +20,7 @@ DISTFILES= reportlab-${PORTVERSION}.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= Library to create PDF documents using the Python language -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Reportlab diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo index 309dac9d1393..3177d0d03392 100644 --- a/print/py-reportlab/distinfo +++ b/print/py-reportlab/distinfo @@ -1,4 +1,3 @@ -SHA256 (reportlab-1.21.2.tar.gz) = dbefc02b43ee72484f95b82b21c0a8fe874d7facc9f5fbcacdde82c2b15b5d30 SIZE (reportlab-1.21.2.tar.gz) = 3464482 SHA256 (rl_accel-3004.tgz) = a2ac1b7dbf5f37e98c5f5a80cd364fa682d830561a9694328460430a04baf20d SIZE (rl_accel-3004.tgz) = 58569 diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index d556d6fc50ca..b73292859035 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -7,6 +7,7 @@ PORTNAME= reportlab2 PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ \ ftp://ftp.reportlab.org/ @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging CONFLICTS= py2[0-9]-reportlab-[0-9]* -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= reportlab diff --git a/print/py-reportlab2/distinfo b/print/py-reportlab2/distinfo index 3da3e97adf6f..ddef711f21d1 100644 --- a/print/py-reportlab2/distinfo +++ b/print/py-reportlab2/distinfo @@ -1,3 +1,2 @@ -MD5 (ReportLab_2_4.tar.gz) = e6dc4b0fbfb6814f7777e5960774cb5d SHA256 (ReportLab_2_4.tar.gz) = e82a4ff45e405b6cf8ed607ea87203b3ceb22aaa8b6f2298ceb40bde2304741d SIZE (ReportLab_2_4.tar.gz) = 1884175 |