Date: Tue, 12 May 2015 14:41:09 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386154 - head/security/passivedns Message-ID: <201505121441.t4CEf9Mq001609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue May 12 14:41:09 2015 New Revision: 386154 URL: https://svnweb.freebsd.org/changeset/ports/386154 Log: 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 Modified: head/security/passivedns/Makefile (contents, props changed) head/security/passivedns/distinfo (contents, props changed) Modified: head/security/passivedns/Makefile ============================================================================== --- head/security/passivedns/Makefile Tue May 12 14:37:54 2015 (r386153) +++ head/security/passivedns/Makefile Tue May 12 14:41:09 2015 (r386154) @@ -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/ USE_GITHUB= yes GH_ACCOUNT= gamelinux -GH_TAGNAME= a6c7e26 SUB_FILES= pkg-message Modified: head/security/passivedns/distinfo ============================================================================== --- head/security/passivedns/distinfo Tue May 12 14:37:54 2015 (r386153) +++ head/security/passivedns/distinfo Tue May 12 14:41:09 2015 (r386154) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121441.t4CEf9Mq001609>