Index: head/security/passivedns/Makefile =================================================================== --- head/security/passivedns/Makefile (revision 386135) +++ head/security/passivedns/Makefile (revision 386136) @@ -1,40 +1,32 @@ # $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 LICENSE= GPLv2 LIB_DEPENDS= libldns.so:${PORTSDIR}/dns/ldns USE_GITHUB= yes GH_ACCOUNT= gamelinux -GH_PROJECT= passivedns -GH_TAG= a6c7e26 +GH_TAGNAME= a6c7e26 -WRKSRC= ${WRKDIR}/gamelinux-${PORTNAME}-${GH_TAG} - 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 ${MKDIR} ${STAGEDIR}/var/log/passivedns .include Index: head/security/passivedns/distinfo =================================================================== --- head/security/passivedns/distinfo (revision 386135) +++ head/security/passivedns/distinfo (revision 386136) @@ -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 Index: head/security/passivedns/pkg-descr =================================================================== --- head/security/passivedns/pkg-descr (revision 386135) +++ head/security/passivedns/pkg-descr (revision 386136) @@ -1,11 +1,9 @@ A tool to collect DNS records passively to aid Incident handling, Network Security Monitoring (NSM) and general digital forensics. PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate 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