[41591] trunk/dports/www/varnish

pmq at macports.org pmq at macports.org
Thu Nov 6 11:48:48 PST 2008


Revision: 41591
          http://trac.macports.org/changeset/41591
Author:   pmq at macports.org
Date:     2008-11-06 11:48:47 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
Version bump to 2.0.1, thanks to macports at sanityinc.com!

Modified Paths:
--------------
    trunk/dports/www/varnish/Portfile
    trunk/dports/www/varnish/files/patch-sendfile.diff

Modified: trunk/dports/www/varnish/Portfile
===================================================================
--- trunk/dports/www/varnish/Portfile	2008-11-06 19:41:58 UTC (rev 41590)
+++ trunk/dports/www/varnish/Portfile	2008-11-06 19:48:47 UTC (rev 41591)
@@ -3,7 +3,7 @@
 PortSystem	      1.0
 
 name		      varnish
-version		      1.1.2
+version		      2.0.1
 categories	      www
 platforms	      darwin
 maintainers	      pmq
@@ -15,8 +15,7 @@
 homepage	      http://www.varnish-cache.org
 master_sites	      sourceforge
 
-checksums	      sha1 286da24d1048f6bea318cc2e061baa8c6d72392f \
-                      rmd160 89bc574095d1c9e33a82e2626d5eb8b90a2caea5
+checksums	      sha1 3aa91adedd2b6519ae15e090cdc2452b4e93fc3d
 
 platform darwin 9 {
    patchfiles patch-sendfile.diff

Modified: trunk/dports/www/varnish/files/patch-sendfile.diff
===================================================================
--- trunk/dports/www/varnish/files/patch-sendfile.diff	2008-11-06 19:41:58 UTC (rev 41590)
+++ trunk/dports/www/varnish/files/patch-sendfile.diff	2008-11-06 19:48:47 UTC (rev 41591)
@@ -1,17 +1,6 @@
-Index: bin/varnishd/cache_pool.c
-===================================================================
---- bin/varnishd/cache_pool.c	(revision 2262)
-+++ bin/varnishd/cache_pool.c	(working copy)
-@@ -35,7 +35,7 @@
- #include <sys/uio.h>
- 
- #ifdef HAVE_SENDFILE
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__APPLE__)
- #include <sys/socket.h>
- #elif defined(__linux__)
- #include <sys/sendfile.h>
-@@ -151,7 +151,7 @@
+--- bin/varnishd/cache_pool.c	2008-10-17 20:59:49.000000000 +0200
++++ bin/varnishd/cache_pool.c	2008-11-03 11:27:17.000000000 +0100
+@@ -174,7 +174,7 @@
  	assert(fd >= 0);
  	assert(len > 0);
  
@@ -20,7 +9,7 @@
  	do {
  		struct sf_hdtr sfh;
  		memset(&sfh, 0, sizeof sfh);
-@@ -159,7 +159,7 @@
+@@ -182,7 +182,7 @@
  			sfh.headers = w->iov;
  			sfh.hdr_cnt = w->niov;
  		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/71bf37bd/attachment.html>


More information about the macports-changes mailing list