mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove GH_PROJECT
This commit is contained in:
parent
769c3e454a
commit
da3613a240
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385823
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= leveldb
|
||||
PORTVERSION= 1.18
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -27,10 +28,8 @@ NOT_FOR_ARCHS_REASON= not yet ported to this platform
|
||||
SHLIB_MAJOR= ${PORTVERSION:R}
|
||||
SHLIB_MINOR= ${PORTVERSION:E}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
USE_GITHUB= yes
|
||||
|
||||
GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:${PORTSDIR}/devel/google-perftools
|
||||
SNAPPY_LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (google-leveldb-1.18-v1.18_GH0.tar.gz) = 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5
|
||||
SIZE (google-leveldb-1.18-v1.18_GH0.tar.gz) = 209376
|
||||
SHA256 (google-leveldb-v1.18_GH0.tar.gz) = 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5
|
||||
SIZE (google-leveldb-v1.18_GH0.tar.gz) = 209376
|
||||
|
Loading…
Reference in New Issue
Block a user