mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/leveldb: Use hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
This commit is contained in:
parent
2c15a70e0a
commit
6ded29b052
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ CMAKE_TESTING_ON= LEVELDB_BUILD_TESTS
|
||||||
USE_CXXSTD= c++11
|
USE_CXXSTD= c++11
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PLIST_SUB= PORTVERSION=${PORTVERSION} SHLIB_VER=${PORTVERSION:R}
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
GH_ACCOUNT= google
|
GH_ACCOUNT= google
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
|
@ -19,6 +19,6 @@ lib/cmake/leveldb/leveldbTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/leveldb/leveldbTargets.cmake
|
lib/cmake/leveldb/leveldbTargets.cmake
|
||||||
lib/libleveldb.a
|
lib/libleveldb.a
|
||||||
lib/libleveldb.so
|
lib/libleveldb.so
|
||||||
lib/libleveldb.so.%%SHLIB_VER%%
|
lib/libleveldb.so.1
|
||||||
lib/libleveldb.so.%%PORTVERSION%%.0
|
lib/libleveldb.so.%%PORTVERSION%%.0
|
||||||
%%DATADIR%%/build_config.mk
|
%%DATADIR%%/build_config.mk
|
||||||
|
|
Loading…
Add table
Reference in a new issue