diff options
author | jgh <jgh@FreeBSD.org> | 2019-09-15 00:04:40 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2019-09-15 00:04:40 +0800 |
commit | 893871520e4c56395945b2896b6b0d10a3ba9e1d (patch) | |
tree | 068debd6d3140af5f1888397196fbdf0bb5137a4 /security | |
parent | 853329c74e54e323ab3dcb7dc10462550e61a9bd (diff) | |
download | freebsd-ports-gnome-893871520e4c56395945b2896b6b0d10a3ba9e1d.tar.gz freebsd-ports-gnome-893871520e4c56395945b2896b6b0d10a3ba9e1d.tar.zst freebsd-ports-gnome-893871520e4c56395945b2896b6b0d10a3ba9e1d.zip |
- update to 1.2.1.10
- pet portlint on USES
PR: 240034 (based on)
Submitted by: lytboris@gmail.com
Approved by: shadowbq@gmail.com (maintainer timeout)
Diffstat (limited to 'security')
-rw-r--r-- | security/passivedns/Makefile | 8 | ||||
-rw-r--r-- | security/passivedns/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index 7cb6b43cc348..3fa890f53ff6 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= passivedns -DISTVERSION= 1.1.3-60 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -ga6c7e26 +DISTVERSION= 1.2.1-10 +DISTVERSIONSUFFIX= -ge126cbb CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -13,12 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libldns.so:dns/ldns +USES= autoreconf gmake libtool + USE_GITHUB= yes GH_ACCOUNT= gamelinux SUB_FILES= pkg-message -USES= autoreconf gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ --with-ldns-libraries=${LOCALBASE}/lib diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo index 5d7765f83019..b34043d062a0 100644 --- a/security/passivedns/distinfo +++ b/security/passivedns/distinfo @@ -1,2 +1,3 @@ -SHA256 (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 5750fdcab31494ba3bede9a7c08a0b6c87f82d62bc3ae8fe4ddb708d83e38da2 -SIZE (gamelinux-passivedns-1.1.3-60-ga6c7e26_GH0.tar.gz) = 51332 +TIMESTAMP = 1568131956 +SHA256 (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 2c10ea343d460162f484cc3e1bdcbe42a18a6319c76e586e2c385bd01b0499a2 +SIZE (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 55118 |