svn commit: r339962 - head/graphics/librasterlite
Pawel Pekala
pawel at FreeBSD.org
Thu Jan 16 18:44:58 UTC 2014
Author: pawel
Date: Thu Jan 16 18:44:57 2014
New Revision: 339962
URL: http://svnweb.freebsd.org/changeset/ports/339962
QAT: https://qat.redports.org/buildarchive/r339962/
Log:
- 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
Modified:
head/graphics/librasterlite/Makefile
head/graphics/librasterlite/distinfo (contents, props changed)
Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile Thu Jan 16 18:41:08 2014 (r339961)
+++ head/graphics/librasterlite/Makefile Thu Jan 16 18:44:57 2014 (r339962)
@@ -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 at 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>
Modified: head/graphics/librasterlite/distinfo
==============================================================================
--- head/graphics/librasterlite/distinfo Thu Jan 16 18:41:08 2014 (r339961)
+++ head/graphics/librasterlite/distinfo Thu Jan 16 18:44:57 2014 (r339962)
@@ -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
More information about the svn-ports-all
mailing list