diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /graphics/mapnik | |
parent | strictures turns on indirect checking only when it thinks it's running (diff) |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Diffstat (limited to 'graphics/mapnik')
-rw-r--r-- | graphics/mapnik/Makefile | 4 | ||||
-rw-r--r-- | graphics/mapnik/distinfo | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index ad39a9832f7c..46e6536ebf6b 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -7,7 +7,7 @@ PORTNAME= mapnik PORTVERSION= 0.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics geography MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ @@ -31,7 +31,7 @@ BROKEN= Does not build with boost-1.41 USE_PGSQL= yes USE_BZIP2= yes NO_BUILD= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_LDCONFIG= yes USE_AUTOTOOLS= libltdl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/mapnik/distinfo b/graphics/mapnik/distinfo index 15e40e73cd72..453703239fe9 100644 --- a/graphics/mapnik/distinfo +++ b/graphics/mapnik/distinfo @@ -1,3 +1,2 @@ -MD5 (mapnik-0.6.1.tar.bz2) = 44093af694321ef2034b1fd2edc998c9 SHA256 (mapnik-0.6.1.tar.bz2) = 59b1c19817ed65ba8f0d3a2ac8f06ecf5c12f452d10170fa04f6824ea257437f SIZE (mapnik-0.6.1.tar.bz2) = 7466271 |