[110962] trunk/dports/net/squid3

jmr at macports.org jmr at macports.org
Wed Sep 11 16:18:35 PDT 2013


Revision: 110962
          https://trac.macports.org/changeset/110962
Author:   jmr at macports.org
Date:     2013-09-11 16:18:35 -0700 (Wed, 11 Sep 2013)
Log Message:
-----------
squid3: update to 3.3.9

Modified Paths:
--------------
    trunk/dports/net/squid3/Portfile
    trunk/dports/net/squid3/files/patch-compat_types.h.diff

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2013-09-11 22:11:59 UTC (rev 110961)
+++ trunk/dports/net/squid3/Portfile	2013-09-11 23:18:35 UTC (rev 110962)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.3.8
+version         3.3.9
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -31,9 +31,9 @@
 
 distname        squid-${version}
 use_xz          yes
-checksums       md5 6a8fa0075f2fbdd899ac4c9d95fe67cb \
-                sha1 39472c7f93e14fb55a65d1730d6594407b7de9f6 \
-                rmd160 32636bd1f2803935bab983bbf08f9eae81980d35
+checksums       md5 6c4ba0d63c3a6d94de2da689f361cdab \
+                sha1 19267431a8b5755d57a729a727a047cbe1c1c2dd \
+                rmd160 e85758ec5b3ece7fc4a2a9d12b61bd7f5e3e0a06
 
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \

Modified: trunk/dports/net/squid3/files/patch-compat_types.h.diff
===================================================================
--- trunk/dports/net/squid3/files/patch-compat_types.h.diff	2013-09-11 22:11:59 UTC (rev 110961)
+++ trunk/dports/net/squid3/files/patch-compat_types.h.diff	2013-09-11 23:18:35 UTC (rev 110962)
@@ -1,17 +1,17 @@
 --- compat/types.h.orig	2009-08-04 21:57:45.000000000 +1000
 +++ compat/types.h	2009-08-09 11:34:31.000000000 +1000
-@@ -95,7 +95,7 @@
+@@ -93,7 +93,7 @@
  #ifndef PRId64
- #if _SQUID_MSWIN_		/* Windows native port using MSVCRT */
+ #if _SQUID_WINDOWS_
  #define PRId64 "I64d"
 -#elif SIZEOF_INT64_T > SIZEOF_LONG
 +#elif SIZEOF_INT64_T >= SIZEOF_LONG
  #define PRId64 "lld"
  #else
  #define PRId64 "ld"
-@@ -105,7 +105,7 @@
+@@ -103,7 +103,7 @@
  #ifndef PRIu64
- #if _SQUID_MSWIN_		/* Windows native port using MSVCRT */
+ #if _SQUID_WINDOWS_
  #define PRIu64 "I64u"
 -#elif SIZEOF_INT64_T > SIZEOF_LONG
 +#elif SIZEOF_INT64_T >= SIZEOF_LONG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130911/6a767fad/attachment.html>


More information about the macports-changes mailing list