diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-12 14:41:09 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-12 14:41:09 +0000 |
commit | cd20e720d5da777badecc455e02334f30721235d (patch) | |
tree | 5f4d05e028fd1c5bd89b0e5705fd3bb963fd20bf | |
parent | Add devel/erlang-mustache, a Mustache template engine for Erlang. (diff) |
security/passivedns: restore consistency in snapshot naming after r386136
Pass git-describe(1) output to github API as is. This changes
fetch url, checksum and WRKSRC but the content remains the same.
Tested by: diff -urN
Submitted by: mat
Approved by: mat's portmgr hat
Notes
Notes:
svn path=/head/; revision=386154
-rw-r--r-- | security/passivedns/Makefile | 2 | ||||
-rw-r--r-- | security/passivedns/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index ccf7da7a14a2..ef1a9a80e68e 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -2,6 +2,7 @@ PORTNAME= passivedns DISTVERSION= 1.1.3-60 +DISTVERSIONSUFFIX= -ga6c7e26 CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -13,7 +14,6 @@ LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns USE_GITHUB= yes GH_ACCOUNT= gamelinux -GH_TAGNAME= a6c7e26 SUB_FILES= pkg-message diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo index e54e9a877420..5d7765f83019 100644 --- a/security/passivedns/distinfo +++ b/security/passivedns/distinfo @@ -1,2 +1,2 @@ -SHA256 (gamelinux-passivedns-1.1.3-60-a6c7e26_GH0.tar.gz) = efaff55f683309a2cdc42a366ec9f7669cf7989939b7928517fc60f2f258ce51 -SIZE (gamelinux-passivedns-1.1.3-60-a6c7e26_GH0.tar.gz) = 51312 +SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 5750fdcab31494ba3bede9a7c08a0b6c87f82d62bc3ae8fe4ddb708d83e38da2 +SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 51332 |