[116689] trunk/dports/net/squid3

jmr at macports.org jmr at macports.org
Mon Feb 3 08:52:29 PST 2014


Revision: 116689
          https://trac.macports.org/changeset/116689
Author:   jmr at macports.org
Date:     2014-02-03 08:52:29 -0800 (Mon, 03 Feb 2014)
Log Message:
-----------
squid3: update to 3.4.3

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

Removed Paths:
-------------
    trunk/dports/net/squid3/files/patch-Vector.h.diff

Modified: trunk/dports/net/squid3/Portfile
===================================================================
--- trunk/dports/net/squid3/Portfile	2014-02-03 16:42:25 UTC (rev 116688)
+++ trunk/dports/net/squid3/Portfile	2014-02-03 16:52:29 UTC (rev 116689)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            squid3
-version         3.4.2
+version         3.4.3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      net
 platforms       darwin
@@ -31,14 +31,13 @@
 
 distname        squid-${version}
 use_xz          yes
-checksums       md5 cda15d54c6b3367f2f68612a3f6c512a \
-                sha1 2874ce2dbf578b22a3fe066138962b0c23e17cc2 \
-                rmd160 7286ebfd5acb75384c8375c880bd883cd2890932
+checksums       md5 158983014574731a93cb62b51adbdf37 \
+                sha1 6590e2d2c73b190f91062975f00996a0ca131197 \
+                rmd160 c3459bd2e120d4ff59079b18d902df88c7c7eb78
 
 patchfiles      patch-cf.data.pre.diff \
                 patch-compat_types.h.diff \
-                patch-basic_pam_auth.cc.diff \
-                patch-Vector.h.diff
+                patch-basic_pam_auth.cc.diff
 
 platform darwin 10 {
     # ticket #37102, /usr/include/rpcsvc/yp_prot.h tries to redefine bool

Deleted: trunk/dports/net/squid3/files/patch-Vector.h.diff
===================================================================
--- trunk/dports/net/squid3/files/patch-Vector.h.diff	2014-02-03 16:42:25 UTC (rev 116688)
+++ trunk/dports/net/squid3/files/patch-Vector.h.diff	2014-02-03 16:52:29 UTC (rev 116689)
@@ -1,24 +0,0 @@
-http://bugs.squid-cache.org/show_bug.cgi?id=3954
-Patch from Romain Geissler of Amadeus IT Group
-
-diff --git src/base/Vector.h src/base/Vector.h
-index 8cee5fa..8f43522 100644
---- src/base/Vector.h
-+++ src/base/Vector.h
-@@ -35,6 +35,7 @@
-  \todo CLEANUP: this file should be called Vector.h at least, and probably be replaced by STL Vector<C>
-  */
- 
-+#include <iterator>
- #include "fatal.h"
- #include "util.h"
- 
-@@ -44,7 +45,7 @@
- /* iterator support */
- 
- template <class C>
--class VectorIteratorBase
-+class VectorIteratorBase : public std::iterator <std::forward_iterator_tag, typename C::value_type>
- {
- 
- public:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140203/934061b2/attachment.html>


More information about the macports-changes mailing list