From owner-svn-ports-all@freebsd.org Sat Sep 9 09:01:46 2017 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 DE453E0A7D8; Sat, 9 Sep 2017 09:01:46 +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 ABA3512A7; Sat, 9 Sep 2017 09:01:46 +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 v8991jax022166; Sat, 9 Sep 2017 09:01:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8991j1K022164; Sat, 9 Sep 2017 09:01:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201709090901.v8991j1K022164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 9 Sep 2017 09:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449480 - head/security/fragroute X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/security/fragroute X-SVN-Commit-Revision: 449480 X-SVN-Commit-Repository: ports 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: Sat, 09 Sep 2017 09:01:47 -0000 Author: amdmi3 Date: Sat Sep 9 09:01:45 2017 New Revision: 449480 URL: https://svnweb.freebsd.org/changeset/ports/449480 Log: - Add LICENSE_FILE - Update WWW - Cosmetic fixes Modified: head/security/fragroute/Makefile head/security/fragroute/pkg-descr Modified: head/security/fragroute/Makefile ============================================================================== --- head/security/fragroute/Makefile Sat Sep 9 07:59:39 2017 (r449479) +++ head/security/fragroute/Makefile Sat Sep 9 09:01:45 2017 (r449480) @@ -12,20 +12,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for intercepting, modifying, and rewriting egress traffic LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet \ libevent.so:devel/libevent GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ - --with-libevent=${LOCALBASE} --with-pcap +CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ + --with-libevent=${LOCALBASE} --with-pcap SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \ - frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \ - tcp-7 tcp-9 + frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 \ + tcp-5 tcp-7 tcp-9 pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for FILE in ${SCRIPTS} ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DATADIR} .endfor Modified: head/security/fragroute/pkg-descr ============================================================================== --- head/security/fragroute/pkg-descr Sat Sep 9 07:59:39 2017 (r449479) +++ head/security/fragroute/pkg-descr Sat Sep 9 09:01:45 2017 (r449480) @@ -12,4 +12,4 @@ This tool was written in good faith to aid in the test intrusion detection systems, firewalls, and basic TCP/IP stack behaviour. Please do not abuse this software." -WWW: http://www.monkey.org/~dugsong/fragroute/ +WWW: https://www.monkey.org/~dugsong/fragroute/