aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-10-03 04:11:33 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-10-03 04:11:33 +0800
commitb7c4e8f19720ebe7f2249a6b5f2a0afc9ad57d11 (patch)
treecb195f61060acc40c9fd4e0af5dcf01d84386162 /dns
parent17057f7819007aba1b424c09b9bcb7c6d01ca09d (diff)
downloadfreebsd-ports-graphics-b7c4e8f19720ebe7f2249a6b5f2a0afc9ad57d11.tar.gz
freebsd-ports-graphics-b7c4e8f19720ebe7f2249a6b5f2a0afc9ad57d11.tar.zst
freebsd-ports-graphics-b7c4e8f19720ebe7f2249a6b5f2a0afc9ad57d11.zip
- Unbreak
- Relocate to github - Add LICENSE
Diffstat (limited to 'dns')
-rw-r--r--dns/dnswall/Makefile13
-rw-r--r--dns/dnswall/distinfo5
-rw-r--r--dns/dnswall/files/patch-Makefile.am6
-rw-r--r--dns/dnswall/pkg-descr2
4 files changed, 15 insertions, 11 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index 7abfbd4701d..31065db5fa1 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -3,19 +3,22 @@
PORTNAME= dnswall
PORTVERSION= 0.1.4
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= dns security
-MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
-PROJECTHOST= google-dnswall
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Daemon that filters out private IP addresses in DNS responses
-BROKEN= Unfetchable (google code has gone away)
+LICENSE= APACHE20
GNU_CONFIGURE= yes
-USES= autoreconf dos2unix
-WRKSRC= ${WRKDIR}/${PORTNAME}
+USES= autoreconf libtool dos2unix
+
+USE_GITHUB= yes
+GH_ACCOUNT= abarth
+GH_PROJECT= google-dnswall
+GH_TAGNAME= 164174a
PORTDOCS= README
PLIST_FILES= bin/dnswall
diff --git a/dns/dnswall/distinfo b/dns/dnswall/distinfo
index d422ef4c42d..6f03cf19ff0 100644
--- a/dns/dnswall/distinfo
+++ b/dns/dnswall/distinfo
@@ -1,2 +1,3 @@
-SHA256 (dnswall-0.1.4.tar.gz) = 8197c99e69ea389735dad0ffc9b76ee2ae0a293c13e4c4e548497c106cfce895
-SIZE (dnswall-0.1.4.tar.gz) = 67735
+TIMESTAMP = 1475438636
+SHA256 (abarth-google-dnswall-v0.1.4-164174a_GH0.tar.gz) = 31f160ed8b8ed9d12c7b8e682e147dfa7b219b401a0a9060b2b41cfc74877f7c
+SIZE (abarth-google-dnswall-v0.1.4-164174a_GH0.tar.gz) = 16690
diff --git a/dns/dnswall/files/patch-Makefile.am b/dns/dnswall/files/patch-Makefile.am
index c9160882b96..3682df2c0b5 100644
--- a/dns/dnswall/files/patch-Makefile.am
+++ b/dns/dnswall/files/patch-Makefile.am
@@ -1,8 +1,8 @@
---- ./Makefile.am.orig 2008-01-28 20:28:44.000000000 +0100
-+++ ./Makefile.am 2008-01-28 20:28:59.000000000 +0100
+--- Makefile.am.orig 2016-10-02 20:06:27 UTC
++++ Makefile.am
@@ -2,5 +2,5 @@
- SUBDIRS = src
+ SUBDIRS = src test
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
diff --git a/dns/dnswall/pkg-descr b/dns/dnswall/pkg-descr
index 01d63cb34e9..0590486f761 100644
--- a/dns/dnswall/pkg-descr
+++ b/dns/dnswall/pkg-descr
@@ -2,4 +2,4 @@ dnswall is a daemon that filters out private IP addresses in DNS responses. It
is designed to be used in conjunction with an existing recursive DNS resolver
in order to protect networks against DNS rebinding attacks.
-WWW: http://code.google.com/p/google-dnswall/
+WWW: https://github.com/abarth/google-dnswall