[61172] trunk/dports/net

snc at macports.org snc at macports.org
Thu Dec 3 15:25:37 PST 2009


Revision: 61172
          http://trac.macports.org/changeset/61172
Author:   snc at macports.org
Date:     2009-12-03 15:25:37 -0800 (Thu, 03 Dec 2009)
Log Message:
-----------
create dev branch for squid3

Modified Paths:
--------------
    trunk/dports/net/squid3-devel/Portfile
    trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff

Added Paths:
-----------
    trunk/dports/net/squid3-devel/

Modified: trunk/dports/net/squid3-devel/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2009-12-03 22:40:15 UTC (rev 61171)
+++ trunk/dports/net/squid3-devel/Portfile	2009-12-03 23:25:37 UTC (rev 61172)
@@ -3,13 +3,13 @@
 
 PortSystem 1.0
 
-name            squid3
-version         3.0.STABLE20
+name            squid3-devel
+version         3.1.0.15
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
 license         GPLv2+
-maintainers     jmr openmaintainer
+maintainers     snc openmaintainer
 description     advanced proxy caching server for http, https, ftp, gopher
 long_description    Squid is a high-performance proxy caching server for \
                 web clients, supporting FTP, gopher, and HTTP data \
@@ -31,9 +31,9 @@
                 ftp://ftp.squid-cache.org/pub/squid/
 
 distname        squid-${version}
-checksums       md5 9efcbdda8045d2a9eb5d9915449ef175 \
-                sha1 6dc9e5b7766076f32c581b2246719f69809b9ed9 \
-                rmd160 dbdcbab1abb068aa64c98492c01ebb26dd6be328
+checksums           md5     295f5c6067244cf8537600be0b9841d7 \
+                    sha1    3d1f2a8490361e037a5eb4f312170a990fb2301f \
+                    rmd160  44e6a215f67881f19d6a6ebc788e138ec9d31bd3
 
 use_bzip2       yes
 patchfiles      patch-cf.data.pre.diff patch-include_squid_types.h.diff
@@ -51,7 +51,7 @@
                 --with-openssl=${prefix} \
                 --enable-delay-pools \
                 --enable-removal-policies \
-                --enable-storeio=ufs,aufs,diskd,null \
+                --enable-storeio=ufs,aufs,diskd \
                 --enable-disk-io=AIO,Blocking,DiskDaemon,DiskThreads \
                 --enable-icap-client \
                 --with-default-user=squid
@@ -115,4 +115,4 @@
 
 livecheck.type  regex
 livecheck.url   http://www.squid-cache.org/Versions/v3/${branch}/
-livecheck.regex squid-(${branch}\\.STABLE\[0-9\\.\]+)-RELEASENOTES
+livecheck.regex >squid-(${branch}\[.0-9\]+)<

Modified: trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff
===================================================================
--- trunk/dports/net/squid3/files/patch-cf.data.pre.diff	2009-12-03 22:40:15 UTC (rev 61171)
+++ trunk/dports/net/squid3-devel/files/patch-cf.data.pre.diff	2009-12-03 23:25:37 UTC (rev 61172)
@@ -1,13 +1,15 @@
---- src/cf.data.pre	2005-10-20 19:28:08.000000000 +0200
-+++ src/cf.data.pre	2008-05-29 22:35:11.000000000 +1000
-@@ -715,10 +715,10 @@
+--- src/cf.data.pre.orig	2009-12-03 17:49:37.000000000 -0500
++++ src/cf.data.pre	2009-12-03 17:50:05.000000000 -0500
+@@ -855,12 +855,12 @@
  # We strongly recommend the following be uncommented to protect innocent
  # web applications running on the proxy server who think the only
  # one who can access services on "localhost" is a local user
 -#http_access deny to_localhost
 +http_access deny to_localhost
+ 
  #
  # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
+ #
 -
 +http_access allow localhost
  # Example rule allowing access from your local networks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091203/6ab1e376/attachment.html>


More information about the macports-changes mailing list