diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-09 04:22:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-09 04:22:14 +0800 |
commit | ab0838978266f8f13f9553e924d25f8feca83794 (patch) | |
tree | 08bb15ca5d4999941bbdb5fa4c8cdecab6b578cc /databases/leveldb | |
parent | 735d6a79eebf4ba3cfa3025f4b16a7cf31dee846 (diff) | |
download | freebsd-ports-gnome-ab0838978266f8f13f9553e924d25f8feca83794.tar.gz freebsd-ports-gnome-ab0838978266f8f13f9553e924d25f8feca83794.tar.zst freebsd-ports-gnome-ab0838978266f8f13f9553e924d25f8feca83794.zip |
- Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove GH_PROJECT
Diffstat (limited to 'databases/leveldb')
-rw-r--r-- | databases/leveldb/Makefile | 5 | ||||
-rw-r--r-- | databases/leveldb/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index e486e7b59861..bfc5787fc8b5 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -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 diff --git a/databases/leveldb/distinfo b/databases/leveldb/distinfo index c44c22c1a711..d0a946744248 100644 --- a/databases/leveldb/distinfo +++ b/databases/leveldb/distinfo @@ -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 |