From owner-svn-ports-all@FreeBSD.ORG Tue May 12 14:41:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77295D4E; Tue, 12 May 2015 14:41:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65F9815E9; Tue, 12 May 2015 14:41:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CEfAdG001611; Tue, 12 May 2015 14:41:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CEf9Mq001609; Tue, 12 May 2015 14:41:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505121441.t4CEf9Mq001609@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 12 May 2015 14:41:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386154 - head/security/passivedns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 14:41:10 -0000 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