From owner-svn-ports-all@freebsd.org Sun Oct 2 20:11:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C4F7AF2BAF; Sun, 2 Oct 2016 20:11:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E0CCDBA; Sun, 2 Oct 2016 20:11:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u92KBX85036954; Sun, 2 Oct 2016 20:11:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u92KBXGp036950; Sun, 2 Oct 2016 20:11:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610022011.u92KBXGp036950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 2 Oct 2016 20:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423154 - in head/dns/dnswall: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 20:11:34 -0000 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