[100412] trunk/dports/net/squid3

jmr at macports.org jmr at macports.org
Tue Dec 11 01:17:45 PST 2012


Revision: 100412
          https://trac.macports.org/changeset/100412
Author:   jmr at macports.org
Date:     2012-12-11 01:17:45 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
squid3: update to 3.2.5

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

Removed Paths:
-------------
    trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2012-12-11 07:47:11 UTC (rev 100411)
+++ trunk/dports/net/squid3/Portfile	2012-12-11 09:17:45 UTC (rev 100412)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.2.4
+version         3.2.5
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -30,15 +30,14 @@
                 ftp://ftp.squid-cache.org/pub/squid/
 
 distname        squid-${version}
-checksums       md5 5fd7d120c429aaeacdf008938a36cb94 \
-                sha1 62971c112cce5d2df976bc43bcaf87c0725fd37f \
-                rmd160 5529f5ee0cf3d4c28af7123b3254e52ac32991c4
+checksums       md5 ddb329f92056aa58a56db6a2eeea0c02 \
+                sha1 6b945d41a9c0e993b978186b846035a241e79a7e \
+                rmd160 99c380fa9a1c64e7059d6c127c5f4a539413eaa6
 
 use_bzip2       yes
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \
-                patch-basic_pam_auth.cc.diff \
-                patch-ext_file_userip_acl.cc.diff
+                patch-basic_pam_auth.cc.diff
 
 platform darwin 10 {
     # ticket #37102, /usr/include/rpcsvc/yp_prot.h tries to redefine bool
@@ -47,7 +46,7 @@
 
 depends_lib     port:zlib
 
-conflicts       squid squid3-devel
+conflicts       squid
 
 set pidfile     ${prefix}/var/run/squid/squid.pid
 

Deleted: trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff
===================================================================
--- trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff	2012-12-11 07:47:11 UTC (rev 100411)
+++ trunk/dports/net/squid3/files/patch-ext_file_userip_acl.cc.diff	2012-12-11 09:17:45 UTC (rev 100412)
@@ -1,12 +0,0 @@
---- helpers/external_acl/file_userip/ext_file_userip_acl.cc.orig	2012-12-02 20:23:10.000000000 +1100
-+++ helpers/external_acl/file_userip/ext_file_userip_acl.cc	2012-12-03 14:16:21.000000000 +1100
-@@ -23,6 +23,9 @@
- #include "rfc1738.h"
- #include "util.h"
- 
-+#if HAVE_ERRNO_H
-+#include <errno.h>
-+#endif
- #if HAVE_STDIO_H
- #include <stdio.h>
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121211/5b391c10/attachment.html>


More information about the macports-changes mailing list