1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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
This commit is contained in:
Jan Beich 2015-05-12 11:57:57 +00:00
parent 5aa5f4258b
commit 48bacdcb35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386136
3 changed files with 6 additions and 16 deletions

View File

@ -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/ldns
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

View File

@ -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

View File

@ -6,6 +6,4 @@ 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