Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 17:59:08 +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: r421857 - in head/www/transproxy: . files
Message-ID:  <201609111759.u8BHx8bv099899@repo.freebsd.org>

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



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