diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 19:17:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-15 19:17:23 +0000 |
commit | 520411aba5e66ce3b81de338b26ddb448ad4ec94 (patch) | |
tree | 57d285addc3f0b6e964019197179988f863797c1 | |
parent | ef8d7d7d98ebd30a3f9c0bf418e8568e3dffbc09 (diff) | |
download | ports-520411aba5e66ce3b81de338b26ddb448ad4ec94.tar.gz ports-520411aba5e66ce3b81de338b26ddb448ad4ec94.zip |
Notes
-rw-r--r-- | devel/shapelib/Makefile | 5 | ||||
-rw-r--r-- | devel/shapelib/distinfo | 6 | ||||
-rw-r--r-- | devel/shapelib/pkg-plist | 10 |
3 files changed, 14 insertions, 7 deletions
diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index cfe6c0a4967d..d868e5f33884 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shapelib -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel geography MASTER_SITES= http://download.osgeo.org/shapelib/ \ ftp://ftp.remotesensing.org/shapelib/ \ @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= C API for reading and writing ArcView Shapefiles LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS PROJ OPTIONS_SUB= yes @@ -22,8 +23,6 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool localbase pathfix -PORTDOCS= * - PROJ_CONFIGURE_OFF= --with-proj-cflags="" --with-proj-libs="" PROJ_LIB_DEPENDS= libproj.so:graphics/proj diff --git a/devel/shapelib/distinfo b/devel/shapelib/distinfo index a31a54576424..2f96b917fa7c 100644 --- a/devel/shapelib/distinfo +++ b/devel/shapelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481467052 -SHA256 (shapelib-1.4.0.tar.gz) = 3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1 -SIZE (shapelib-1.4.0.tar.gz) = 548990 +TIMESTAMP = 1505487231 +SHA256 (shapelib-1.4.1.tar.gz) = a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3 +SIZE (shapelib-1.4.1.tar.gz) = 549831 diff --git a/devel/shapelib/pkg-plist b/devel/shapelib/pkg-plist index 74e05962627c..27a8705412ef 100644 --- a/devel/shapelib/pkg-plist +++ b/devel/shapelib/pkg-plist @@ -24,5 +24,13 @@ include/shapefil.h lib/libshp.a lib/libshp.so lib/libshp.so.2 -lib/libshp.so.2.0.1 +lib/libshp.so.2.0.2 libdata/pkgconfig/shapelib.pc +%%PORTDOCS%%%%DOCSDIR%%/codepage.html +%%PORTDOCS%%%%DOCSDIR%%/dbf_api.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/manifest.html +%%PORTDOCS%%%%DOCSDIR%%/release.html +%%PORTDOCS%%%%DOCSDIR%%/shapelib-tools.html +%%PORTDOCS%%%%DOCSDIR%%/shp_api.html |