svn commit: r466422 - head/graphics/gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 4 10:56:55 UTC 2018
Author: sunpoet
Date: Wed Apr 4 10:56:53 2018
New Revision: 466422
URL: https://svnweb.freebsd.org/changeset/ports/466422
Log:
Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
Modified:
head/graphics/gdal/Makefile
head/graphics/gdal/pkg-plist
Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile Wed Apr 4 10:56:48 2018 (r466421)
+++ head/graphics/gdal/Makefile Wed Apr 4 10:56:53 2018 (r466422)
@@ -53,7 +53,7 @@ MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
USES= gmake iconv jpeg localbase tar:xz
-PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R:R}
+PLIST_SUB= PORTVERSION=${PORTVERSION}
SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal
Modified: head/graphics/gdal/pkg-plist
==============================================================================
--- head/graphics/gdal/pkg-plist Wed Apr 4 10:56:48 2018 (r466421)
+++ head/graphics/gdal/pkg-plist Wed Apr 4 10:56:53 2018 (r466422)
@@ -105,7 +105,7 @@ include/vrtdataset.h
lib/gdalplugins/.keepme
lib/libgdal.a
lib/libgdal.so
-lib/libgdal.so.%%SHLIB_VER%%
+lib/libgdal.so.2
lib/libgdal.so.%%PORTVERSION%%
libdata/pkgconfig/gdal.pc
%%DATADIR%%/GDALLogoBW.svg
More information about the svn-ports-all
mailing list