From owner-svn-ports-head@freebsd.org Sun Sep 11 17:59:09 2016 Return-Path: Delivered-To: svn-ports-head@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 2CDBDBD7882; Sun, 11 Sep 2016 17:59:09 +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 F1E41D3E; Sun, 11 Sep 2016 17:59:08 +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 u8BHx8EP099901; Sun, 11 Sep 2016 17:59:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BHx8bv099899; Sun, 11 Sep 2016 17:59:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609111759.u8BHx8bv099899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 11 Sep 2016 17:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421857 - in head/www/transproxy: . 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 17:59:09 -0000 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 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