Date: Wed, 4 Apr 2018 10:56:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466422 - head/graphics/gdal Message-ID: <201804041056.w34Aurs2099503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804041056.w34Aurs2099503>