Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2017 09:01:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449480 - head/security/fragroute
Message-ID:  <201709090901.v8991j1K022164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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