[114459] trunk/dports/net/squid3/Portfile

jmr at macports.org jmr at macports.org
Sun Dec 8 23:31:52 PST 2013


Revision: 114459
          https://trac.macports.org/changeset/114459
Author:   jmr at macports.org
Date:     2013-12-08 23:31:51 -0800 (Sun, 08 Dec 2013)
Log Message:
-----------
squid3: update to 3.4.1

Modified Paths:
--------------
    trunk/dports/net/squid3/Portfile

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2013-12-09 06:59:07 UTC (rev 114458)
+++ trunk/dports/net/squid3/Portfile	2013-12-09 07:31:51 UTC (rev 114459)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.3.10
+version         3.4.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -31,9 +31,9 @@
 
 distname        squid-${version}
 use_xz          yes
-checksums       md5 28058812d722cac303517a643e28bcb0 \
-                sha1 84e27544726b7cd0c37a27b3e5df957aad234185 \
-                rmd160 0f4647bd925e5c1cf0f9ac5b52cfa2d9869778fa
+checksums       md5 8fe456b7666f6e81a22bfd7ca20462cc \
+                sha1 cbab66db759e6d533b22fe91907299e01e4da5ce \
+                rmd160 88a73b22505012b7543277e101a32475abc04bee
 
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \
@@ -61,6 +61,7 @@
                 --with-pidfile=${pidfile} \
                 --disable-strict-error-checking \
                 --disable-loadable-modules \
+                --disable-arch-native \
                 --enable-delay-pools \
                 --enable-zph-qos \
                 --enable-removal-policies \
@@ -74,7 +75,8 @@
                 --enable-auth-digest \
                 --enable-auth-negotiate="wrapper" \
                 --enable-auth-ntlm \
-                --with-krb5-config=no
+                --with-krb5-config=no \
+                --enable-external-acl-helpers="SQL_session eDirectory_userip file_userip time_quota unix_group wbinfo_group"
 post-configure {
     if {[variant_isset universal]} {
         system "cd ${worksrcpath} && ed - ${worksrcpath}/include/autoconf.h < ${filespath}/include_autoconf.h.ed && touch include/stamp-h1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131208/0c6804be/attachment.html>


More information about the macports-changes mailing list