diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-16 18:44:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-01-16 18:44:57 +0000 |
commit | 8d3f501cc9254be11129f3b16f143672b1b72261 (patch) | |
tree | 984c13916735a784d74f82fb67b57f4aefd9b702 /graphics/librasterlite | |
parent | 46ed467d0d18f0694a783b359537120cb3dc82bc (diff) |
- Update to version 1.1g [1]
- Allow staging [1]
- Switch to new LIB_DEPENDS format
- USE_GMAKE -> USES=gmake
- Use one tab before REINPLACE_CMD
PR: ports/185612 [1]
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=339962
Diffstat (limited to 'graphics/librasterlite')
-rw-r--r-- | graphics/librasterlite/Makefile | 29 | ||||
-rw-r--r-- | graphics/librasterlite/distinfo | 4 |
2 files changed, 15 insertions, 18 deletions
diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index 5ae7710eb22b..42d7904673e4 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -2,36 +2,33 @@ # $FreeBSD$ PORTNAME= librasterlite -PORTVERSION= 1.1e -PORTREVISION= 2 +PORTVERSION= 1.1g CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ MAINTAINER= coder@tuxfamily.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite -LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ - geotiff:${PORTSDIR}/graphics/libgeotiff \ - jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - geos:${PORTSDIR}/graphics/geos \ - proj:${PORTSDIR}/graphics/proj \ - tiff:${PORTSDIR}/graphics/tiff \ - freexl:${PORTSDIR}/textproc/freexl +LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgeos.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libfreexl.so:${PORTSDIR}/textproc/freexl GNU_CONFIGURE= yes -USES= pkgconfig iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/graphics/librasterlite/distinfo b/graphics/librasterlite/distinfo index bbb84faa7bc0..c7cb4f68b92a 100644 --- a/graphics/librasterlite/distinfo +++ b/graphics/librasterlite/distinfo @@ -1,2 +1,2 @@ -SHA256 (librasterlite-1.1e.tar.gz) = f9425f1c442f5a3433c977ff17f24840244f824c43b6fe30ea828ac283452e9b -SIZE (librasterlite-1.1e.tar.gz) = 626354 +SHA256 (librasterlite-1.1g.tar.gz) = 0a8dceb75f8dec2b7bd678266e0ffd5210d7c33e3d01b247e9e92fa730eebcb3 +SIZE (librasterlite-1.1g.tar.gz) = 629592 |