aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-05-12 19:57:57 +0800
committerjbeich <jbeich@FreeBSD.org>2015-05-12 19:57:57 +0800
commit1116f3968528675a0c782fa7bb170f7b0bbb72f3 (patch)
tree29e9374bab405986fb62bcd18426c55d7e7cb838 /security
parente9d250ea276317458512cb7bd7dbd00b6572a42d (diff)
downloadfreebsd-ports-gnome-1116f3968528675a0c782fa7bb170f7b0bbb72f3.tar.gz
freebsd-ports-gnome-1116f3968528675a0c782fa7bb170f7b0bbb72f3.tar.zst
freebsd-ports-gnome-1116f3968528675a0c782fa7bb170f7b0bbb72f3.zip
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
Diffstat (limited to 'security')
-rw-r--r--security/passivedns/Makefile16
-rw-r--r--security/passivedns/distinfo4
-rw-r--r--security/passivedns/pkg-descr2
3 files changed, 6 insertions, 16 deletions
diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile
index 3f5f7f5e3a83..ccf7da7a14a2 100644
--- a/security/passivedns/Makefile
+++ b/security/passivedns/Makefile
@@ -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
diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo
index 7d520edd5d23..e54e9a877420 100644
--- a/security/passivedns/distinfo
+++ b/security/passivedns/distinfo
@@ -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
diff --git a/security/passivedns/pkg-descr b/security/passivedns/pkg-descr
index 75f695a3429b..53f5976ba931 100644
--- a/security/passivedns/pkg-descr
+++ b/security/passivedns/pkg-descr
@@ -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