Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 20:11:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423154 - in head/dns/dnswall: . files
Message-ID:  <201610022011.u92KBXGp036950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Oct  2 20:11:33 2016
New Revision: 423154
URL: https://svnweb.freebsd.org/changeset/ports/423154

Log:
  - Unbreak
  - Relocate to github
  - Add LICENSE

Modified:
  head/dns/dnswall/Makefile
  head/dns/dnswall/distinfo
  head/dns/dnswall/files/patch-Makefile.am
  head/dns/dnswall/pkg-descr

Modified: head/dns/dnswall/Makefile
==============================================================================
--- head/dns/dnswall/Makefile	Sun Oct  2 20:05:45 2016	(r423153)
+++ head/dns/dnswall/Makefile	Sun Oct  2 20:11:33 2016	(r423154)
@@ -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

Modified: head/dns/dnswall/distinfo
==============================================================================
--- head/dns/dnswall/distinfo	Sun Oct  2 20:05:45 2016	(r423153)
+++ head/dns/dnswall/distinfo	Sun Oct  2 20:11:33 2016	(r423154)
@@ -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

Modified: head/dns/dnswall/files/patch-Makefile.am
==============================================================================
--- head/dns/dnswall/files/patch-Makefile.am	Sun Oct  2 20:05:45 2016	(r423153)
+++ head/dns/dnswall/files/patch-Makefile.am	Sun Oct  2 20:11:33 2016	(r423154)
@@ -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

Modified: head/dns/dnswall/pkg-descr
==============================================================================
--- head/dns/dnswall/pkg-descr	Sun Oct  2 20:05:45 2016	(r423153)
+++ head/dns/dnswall/pkg-descr	Sun Oct  2 20:11:33 2016	(r423154)
@@ -2,4 +2,4 @@ dnswall is a daemon that filters out pri
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610022011.u92KBXGp036950>