diff options
author | mat <mat@FreeBSD.org> | 2016-06-01 21:15:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-01 21:15:36 +0800 |
commit | 2ad878233fa86f2aee5ae47da931d181ba41c6f6 (patch) | |
tree | 494feb823c7a0efa6fafeacaa9d18f03e331ae4d /net/libnss-cache | |
parent | cbe4fd39f2a61769e5e93323bfcf79f6a3b2f9f5 (diff) | |
download | freebsd-ports-gnome-2ad878233fa86f2aee5ae47da931d181ba41c6f6.tar.gz freebsd-ports-gnome-2ad878233fa86f2aee5ae47da931d181ba41c6f6.tar.zst freebsd-ports-gnome-2ad878233fa86f2aee5ae47da931d181ba41c6f6.zip |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
Diffstat (limited to 'net/libnss-cache')
-rw-r--r-- | net/libnss-cache/Makefile | 2 | ||||
-rw-r--r-- | net/libnss-cache/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/libnss-cache/Makefile b/net/libnss-cache/Makefile index 75a166342f7d..5d7595e41a29 100644 --- a/net/libnss-cache/Makefile +++ b/net/libnss-cache/Makefile @@ -3,6 +3,7 @@ PORTNAME= libnss-cache PORTVERSION= 0.15 +DISTVERSIONPREFIX= version/ CATEGORIES= net MAINTAINER= k@kev009.com @@ -15,7 +16,6 @@ USES= gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= version/0.15 PLIST_FILES= lib/nss_nsscache.so lib/nss_nsscache.so.1 diff --git a/net/libnss-cache/distinfo b/net/libnss-cache/distinfo index f46244d9e96d..57d53fa8eaa0 100644 --- a/net/libnss-cache/distinfo +++ b/net/libnss-cache/distinfo @@ -1,2 +1,3 @@ -SHA256 (google-libnss-cache-0.15-version-0.15_GH0.tar.gz) = abc9807bb74b1a8e2a8314900d678bfe41edbffb4e1f694626fe3b9a1aa79bba -SIZE (google-libnss-cache-0.15-version-0.15_GH0.tar.gz) = 17269 +TIMESTAMP = 1464781833 +SHA256 (google-libnss-cache-version-0.15_GH0.tar.gz) = abc9807bb74b1a8e2a8314900d678bfe41edbffb4e1f694626fe3b9a1aa79bba +SIZE (google-libnss-cache-version-0.15_GH0.tar.gz) = 17269 |