Date: Sun, 29 Feb 2004 16:41:47 +0300 From: Sergey Matveychuk <sem@ciam.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63526: [orphaned] www/transproxy: update to 1.5 Message-ID: <E1AxRCV-0002OI-M7@Current.sem-home.ciam.ru> Resent-Message-ID: <200402291350.i1TDoD4M086443@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63526 >Category: ports >Synopsis: [orphaned] www/transproxy: update to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 29 05:50:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Fri Feb 27 03:58:52 MSK 2004 >Description: - Update to 1.5 - Get rid pkg-plist - Remove obsoleted code - Shorter COMMENTS to make portlint happier Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- transproxy-1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/transproxy.orig/Makefile /usr/ports/www/transproxy/Makefile --- /usr/ports/www/transproxy.orig/Makefile Sun Feb 29 08:15:27 2004 +++ /usr/ports/www/transproxy/Makefile Sun Feb 29 16:36:08 2004 @@ -6,24 +6,16 @@ # PORTNAME= transproxy -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= Transparent HTTP proxy for ipfw's fwd rule (or IPFILTER's ipnat command) +MAINTAINER= sem@ciam.ru +COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command MAN8= tproxy.8 -.include <bsd.port.pre.mk> +PLIST_FILES= sbin/tproxy sbin/tproxyrun sbin/tproxywatch -# Requires FreeBSD-3.0 or higher because of a feature it uses to ignore -# the death of child processes. Also later versions of FreeBSD have the -# ipfw fwd rule, and IPFILTER ipnat command, which is needed for this -# sort of program anyway. -.if ${OSVERSION} < 300000 -BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/www/transproxy.orig/distinfo /usr/ports/www/transproxy/distinfo --- /usr/ports/www/transproxy.orig/distinfo Sun Feb 29 08:15:27 2004 +++ /usr/ports/www/transproxy/distinfo Sun Feb 29 08:26:03 2004 @@ -1,2 +1,2 @@ -MD5 (transproxy-1.4.tgz) = 9295c93cff451c32df25ae8a98cbd1af -SIZE (transproxy-1.4.tgz) = 22569 +MD5 (transproxy-1.5.tgz) = 7a66f317cd0adeb4e4beaf2931da493e +SIZE (transproxy-1.5.tgz) = 23229 diff -ruN --exclude=CVS /usr/ports/www/transproxy.orig/pkg-plist /usr/ports/www/transproxy/pkg-plist --- /usr/ports/www/transproxy.orig/pkg-plist Sun Feb 29 08:15:27 2004 +++ /usr/ports/www/transproxy/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1,3 +0,0 @@ -sbin/tproxy -sbin/tproxyrun -sbin/tproxywatch --- transproxy-1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AxRCV-0002OI-M7>