[63969] trunk/dports/net/squid3-devel/Portfile
snc at macports.org
snc at macports.org
Fri Feb 19 07:58:02 PST 2010
Revision: 63969
http://trac.macports.org/changeset/63969
Author: snc at macports.org
Date: 2010-02-19 07:57:59 -0800 (Fri, 19 Feb 2010)
Log Message:
-----------
fix ipfw rule
Modified Paths:
--------------
trunk/dports/net/squid3-devel/Portfile
Modified: trunk/dports/net/squid3-devel/Portfile
===================================================================
--- trunk/dports/net/squid3-devel/Portfile 2010-02-19 15:53:56 UTC (rev 63968)
+++ trunk/dports/net/squid3-devel/Portfile 2010-02-19 15:57:59 UTC (rev 63969)
@@ -5,7 +5,7 @@
name squid3-devel
version 3.1.0.16
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories net
platforms darwin
@@ -84,7 +84,7 @@
append stop_extra "ipfw delete 100\n"
}
if {[variant_isset https]} {
- append start_extra "ipfw add 101 fwd 127.0.0.1,3129 tcp from me to any dst-post 443 out\n"
+ append start_extra "ipfw add 101 fwd 127.0.0.1,3129 tcp from me to any dst-port 443 out\n"
append stop_extra "ipfw delete 101\n"
}
startupitem.start \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100219/57692bf2/attachment.html>
More information about the macports-changes
mailing list