Date: Tue, 12 May 2015 11:57:57 +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: r386136 - head/security/passivedns Message-ID: <201505121157.t4CBvvJl020510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121157.t4CBvvJl020510>