mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
This commit is contained in:
parent
9693df8bcf
commit
d199aefeff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466422
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue