svn commit: r421857 - in head/www/transproxy: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 11 17:59:09 UTC 2016


Author: amdmi3
Date: Sun Sep 11 17:59:07 2016
New Revision: 421857
URL: https://svnweb.freebsd.org/changeset/ports/421857

Log:
  - Add LICENSE
  - Switch to USES=tar
  - Regenerate patches

Modified:
  head/www/transproxy/Makefile
  head/www/transproxy/files/patch-Makefile

Modified: head/www/transproxy/Makefile
==============================================================================
--- head/www/transproxy/Makefile	Sun Sep 11 17:58:19 2016	(r421856)
+++ head/www/transproxy/Makefile	Sun Sep 11 17:59:07 2016	(r421857)
@@ -6,11 +6,14 @@ PORTVERSION=	1.6
 CATEGORIES=	www
 MASTER_SITES=	SF
 
-EXTRACT_SUFX=	.tgz
-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
 
+LICENSE=	BSD4CLAUSE # ish; 3 clauses but both advertising and promotion are there
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
+USES=		tar:tgz
+
 USE_RC_SUBR=	tproxy
 
 .include <bsd.port.mk>

Modified: head/www/transproxy/files/patch-Makefile
==============================================================================
--- head/www/transproxy/files/patch-Makefile	Sun Sep 11 17:58:19 2016	(r421856)
+++ head/www/transproxy/files/patch-Makefile	Sun Sep 11 17:59:07 2016	(r421857)
@@ -1,6 +1,6 @@
---- Makefile.orig	Fri Aug 18 07:35:46 2000
-+++ Makefile	Wed Jun  6 10:31:05 2001
-@@ -61,17 +61,17 @@
+--- Makefile.orig	2004-03-31 12:19:34 UTC
++++ Makefile
+@@ -64,17 +64,17 @@ OPTIONS += -DIPTABLES
  #OPTIONS += -DHAVE_GETOPT_H
  
  # You may need to touch PREFIX, CC and CFLAGS.
@@ -25,7 +25,7 @@
  
  # For using BIND resolver instead of system resolver.
  #LIBS    += -lresolv	# Really old Linux has this.
-@@ -100,7 +100,7 @@
+@@ -103,7 +103,7 @@ clobber dist-clean:	clean
  	$(RM) tproxy
  
  install:	tproxy


More information about the svn-ports-head mailing list