From owner-svn-ports-all@freebsd.org Fri Aug 5 09:01:02 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 7B5C0BAEAC9; Fri, 5 Aug 2016 09:01:02 +0000 (UTC) (envelope-from amdmi3@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 328FE1B24; Fri, 5 Aug 2016 09:01:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75911Qr076445; Fri, 5 Aug 2016 09:01:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75911nC076442; Fri, 5 Aug 2016 09:01:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608050901.u75911nC076442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 5 Aug 2016 09:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419676 - in head/security/gag: . 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.22 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: Fri, 05 Aug 2016 09:01:02 -0000 Author: amdmi3 Date: Fri Aug 5 09:01:01 2016 New Revision: 419676 URL: https://svnweb.freebsd.org/changeset/ports/419676 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/security/gag/Makefile head/security/gag/files/patch-Makefile head/security/gag/files/patch-gag.c Modified: head/security/gag/Makefile ============================================================================== --- head/security/gag/Makefile Fri Aug 5 08:22:25 2016 (r419675) +++ head/security/gag/Makefile Fri Aug 5 09:01:01 2016 (r419676) @@ -19,8 +19,10 @@ PLIST_FILES= sbin/gag OPTIONS_DEFINE= DOCS do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/gag ${STAGEDIR}${PREFIX}/sbin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/gag ${STAGEDIR}${PREFIX}/sbin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/security/gag/files/patch-Makefile ============================================================================== --- head/security/gag/files/patch-Makefile Fri Aug 5 08:22:25 2016 (r419675) +++ head/security/gag/files/patch-Makefile Fri Aug 5 09:01:01 2016 (r419676) @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Jan 10 13:13:12 2000 -+++ Makefile Mon May 12 15:15:36 2003 +--- Makefile.orig 2000-01-10 21:13:12 UTC ++++ Makefile @@ -1,7 +1,7 @@ -CFLAGS= +#CFLAGS= @@ -10,7 +10,7 @@ default: @clear -@@ -11,7 +11,7 @@ +@@ -11,7 +11,7 @@ default: @echo "to suit your operating system, then use 'make gag'" gag: gag.o Modified: head/security/gag/files/patch-gag.c ============================================================================== --- head/security/gag/files/patch-gag.c Fri Aug 5 08:22:25 2016 (r419675) +++ head/security/gag/files/patch-gag.c Fri Aug 5 09:01:01 2016 (r419676) @@ -1,5 +1,5 @@ ---- gag.c.orig Mon May 12 15:15:07 2003 -+++ gag.c Mon May 12 15:15:09 2003 +--- gag.c.orig 2000-01-10 21:03:15 UTC ++++ gag.c @@ -16,8 +16,7 @@ * */ @@ -10,7 +10,7 @@ This software should only be used in compliance with all applicable laws and the policies and preferences of the owners of any networks, systems, or hosts scanned with the software -@@ -34,8 +33,7 @@ +@@ -34,8 +33,7 @@ WASHINGTON BE LIABLE FOR ANY SPECIAL, IN DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.