[25389] trunk/dports/www/varnish
source_changes at macosforge.org
source_changes at macosforge.org
Sun May 20 14:14:45 PDT 2007
Revision: 25389
http://trac.macosforge.org/projects/macports/changeset/25389
Author: pmq at macports.org
Date: 2007-05-20 14:14:45 -0700 (Sun, 20 May 2007)
Log Message:
-----------
Version bump to just announced 1.0.4.
Modified Paths:
--------------
trunk/dports/www/varnish/Portfile
trunk/dports/www/varnish/files/clockgettime_glibtool.patch
Modified: trunk/dports/www/varnish/Portfile
===================================================================
--- trunk/dports/www/varnish/Portfile 2007-05-20 20:21:56 UTC (rev 25388)
+++ trunk/dports/www/varnish/Portfile 2007-05-20 21:14:45 UTC (rev 25389)
@@ -3,7 +3,7 @@
PortSystem 1.0
name varnish
-version 1.0.3
+version 1.0.4
categories www
maintainers pmq at macports.org
@@ -14,7 +14,10 @@
homepage http://www.varnish-cache.org
master_sites sourceforge
-checksums sha1 f9c34cf635a1f58178bee25e7042eba6f72376a0 \
- rmd160 f7c827a497c50a2d3e51915b4e007e16c9cad5d6
+checksums sha1 121e6a195e27d553b27cf288922b0fde99363e9a \
+ rmd160 e6613a585382735c00ffb64f9df57be282339da3
patchfiles clockgettime_glibtool.patch
+post-patch {
+ reinplace "s|__dev_t|dev_t|g" ${worksrcpath}/lib/libvarnish/vpf.c
+}
Modified: trunk/dports/www/varnish/files/clockgettime_glibtool.patch
===================================================================
--- trunk/dports/www/varnish/files/clockgettime_glibtool.patch 2007-05-20 20:21:56 UTC (rev 25388)
+++ trunk/dports/www/varnish/files/clockgettime_glibtool.patch 2007-05-20 21:14:45 UTC (rev 25389)
@@ -1,18 +1,3 @@
-Index: bin/varnishd/cache_backend.c
-===================================================================
---- bin/varnishd/cache_backend.c (revision 1367)
-+++ bin/varnishd/cache_backend.c (working copy)
-@@ -48,6 +48,10 @@
- #include <sys/select.h>
- #include <sys/ioctl.h>
-
-+#ifndef HAVE_CLOCK_GETTIME
-+#include "compat/clock_gettime.h"
-+#endif
-+
- #include "heritage.h"
- #include "shmlog.h"
- #include "cache.h"
Index: autogen.sh
===================================================================
--- autogen.sh (revision 1367)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070520/53648def/attachment.html
More information about the macports-changes
mailing list