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

jmr at macports.org jmr at macports.org
Sat Mar 2 04:31:28 PST 2013


Revision: 103592
          https://trac.macports.org/changeset/103592
Author:   jmr at macports.org
Date:     2013-03-02 04:31:28 -0800 (Sat, 02 Mar 2013)
Log Message:
-----------
squid3: update to 3.3.2

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

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2013-03-02 07:51:24 UTC (rev 103591)
+++ trunk/dports/net/squid3/Portfile	2013-03-02 12:31:28 UTC (rev 103592)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.2.7
+version         3.3.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -30,11 +30,11 @@
                 ftp://ftp.squid-cache.org/pub/squid/
 
 distname        squid-${version}
-checksums       md5 3e4d21b24c39d5066791017919866a64 \
-                sha1 3e22bd64258a4232c51d7bfd0344a6c54522cab5 \
-                rmd160 5536a116f51061f9594ec928476182c10be4ea82
+use_xz          yes
+checksums       md5 a744e50c0037ff12d758f14c00089d03 \
+                sha1 52d33662ce64a335f8e0ac4122f85e5163f8613e \
+                rmd160 0daa76dcb1f9a1eee2b8609f04e051a4286fbd20
 
-use_bzip2       yes
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \
                 patch-basic_pam_auth.cc.diff
@@ -69,16 +69,15 @@
                 --enable-auth \
                 --enable-auth-basic \
                 --enable-auth-digest \
-                --enable-auth-negotiate \
-                --enable-auth-ntlm
+                --enable-auth-negotiate="wrapper" \
+                --enable-auth-ntlm \
+                --with-krb5-config=no
 post-configure {
     if {[variant_isset universal]} {
         system "cd ${worksrcpath} && ed - ${worksrcpath}/include/autoconf.h < ${filespath}/include_autoconf.h.ed && touch include/stamp-h1"
     }
 }
 
-use_parallel_build  yes
-
 startupitem.create      yes
 startupitem.name        Squid
 startupitem.netchange   yes
@@ -130,14 +129,17 @@
 
 default_variants    +openssl
 
-variant kqueue description "Enable kqueue() support (experimental)" {
-    configure.args-append   --enable-kqueue
-}
-
 variant ipfw_transparent description "Enable transparent proxy support using IPFW" {
     configure.args-append   --enable-ipfw-transparent
 }
 
+variant kerberos description "Enable kerberos support" {
+    depends_lib-append port:kerberos5
+    configure.args-delete --enable-auth-negotiate="wrapper" \
+                          --with-krb5-config=no
+    configure.args-append --enable-auth-negotiate
+}
+
 livecheck.type  regex
 livecheck.url   http://www.squid-cache.org/Versions/v3/${branch}/
 livecheck.regex "<a href=\"RELEASENOTES\\.html\">squid-(3\[0-9.\]+)</a>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130302/3f8cb790/attachment-0001.html>


More information about the macports-changes mailing list