From owner-svn-ports-all@FreeBSD.ORG Tue May 12 11:57:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A382DEB3; Tue, 12 May 2015 11:57:58 +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 8564D120A; Tue, 12 May 2015 11:57:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CBvw0I020515; Tue, 12 May 2015 11:57:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CBvvJl020510; Tue, 12 May 2015 11:57:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505121157.t4CBvvJl020510@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 11:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386136 - 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 11:57:58 -0000 Author: jbeich Date: Tue May 12 11:57:57 2015 New Revision: 386136 URL: https://svnweb.freebsd.org/changeset/ports/386136 Log: security/passivedns: unbreak build - Fix versioning scheme but keep git-describe(1) format - Respect LOCALBASE != PREFIX - Drop unnecessary bsd.port.options.mk - Drop unused AUTOMAKE_ARGS - Drop deprecated author line from pkg-descr PR: 198499 Pointy hat: lme (2 weeks no fix) Reported by: pkg-fallout, DPorts Approved by: portmgr blanket Modified: head/security/passivedns/Makefile (contents, props changed) head/security/passivedns/distinfo (contents, props changed) head/security/passivedns/pkg-descr (contents, props changed) Modified: head/security/passivedns/Makefile ============================================================================== --- head/security/passivedns/Makefile Tue May 12 11:28:33 2015 (r386135) +++ head/security/passivedns/Makefile Tue May 12 11:57:57 2015 (r386136) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= passivedns -DISTVERSION= ${GH_TAG} +DISTVERSION= 1.1.3-60 CATEGORIES= security -DISTFILES= gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz MAINTAINER= shadowbq@gmail.com COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups @@ -14,24 +13,17 @@ LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ USE_GITHUB= yes GH_ACCOUNT= gamelinux -GH_PROJECT= passivedns -GH_TAG= a6c7e26 - -WRKSRC= ${WRKDIR}/gamelinux-${PORTNAME}-${GH_TAG} +GH_TAGNAME= a6c7e26 SUB_FILES= pkg-message USES= autoreconf gmake libtool -AUTOMAKE_ARGS= --add-missing - GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ldns-libraries=${PREFIX}/lib -CONFIGURE_ARGS+=--with-ldns-includes=${PREFIX}/include +CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ + --with-ldns-libraries=${LOCALBASE}/lib USE_RC_SUBR= passivedns -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \ ${STAGEDIR}${PREFIX}/bin Modified: head/security/passivedns/distinfo ============================================================================== --- head/security/passivedns/distinfo Tue May 12 11:28:33 2015 (r386135) +++ head/security/passivedns/distinfo Tue May 12 11:57:57 2015 (r386136) @@ -1,2 +1,2 @@ -SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = efaff55f683309a2cdc42a366ec9f7669cf7989939b7928517fc60f2f258ce51 -SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26.tar.gz) = 51312 +SHA256 (gamelinux-passivedns-1.1.3-60-a6c7e26_GH0.tar.gz) = efaff55f683309a2cdc42a366ec9f7669cf7989939b7928517fc60f2f258ce51 +SIZE (gamelinux-passivedns-1.1.3-60-a6c7e26_GH0.tar.gz) = 51312 Modified: head/security/passivedns/pkg-descr ============================================================================== --- head/security/passivedns/pkg-descr Tue May 12 11:28:33 2015 (r386135) +++ head/security/passivedns/pkg-descr Tue May 12 11:57:57 2015 (r386136) @@ -6,6 +6,4 @@ the DNS-server answers to a log file. Pa DNS answers in-memory, limiting the amount of data in the logfile without losing the essense in the DNS answer. -(c)2011-2012 - Edward Bjarte Fjellskal - WWW: https://github.com/gamelinux/passivedns