[22901] trunk/dports/www/polipo

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 18 04:36:20 PDT 2007


Revision: 22901
          http://trac.macosforge.org/projects/macports/changeset/22901
Author:   pipping at macports.org
Date:     2007-03-18 04:36:20 -0700 (Sun, 18 Mar 2007)

Log Message:
-----------
 * apply patch submitted by new maintainer (boeyms at fastmail.fm), #11541

Modified Paths:
--------------
    trunk/dports/www/polipo/Portfile

Added Paths:
-----------
    trunk/dports/www/polipo/files/
    trunk/dports/www/polipo/files/patch-Makefile

Modified: trunk/dports/www/polipo/Portfile
===================================================================
--- trunk/dports/www/polipo/Portfile	2007-03-18 11:25:17 UTC (rev 22900)
+++ trunk/dports/www/polipo/Portfile	2007-03-18 11:36:20 UTC (rev 22901)
@@ -3,20 +3,24 @@
 PortSystem 1.0
 
 name			polipo
-version			0.9.6
+version			1.0.0
 categories		www
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		boeyms at fastmail.fm openmaintainer at macports.org
 description		small and fast web caching proxy
 long_description	Polipo is a small and fast caching web proxy designed to \
 				be used by one person or a small group of people.
 
 homepage		http://www.pps.jussieu.fr/~jch/software/polipo/
-master_sites	http://www.pps.jussieu.fr/~jch/software/files/
-checksums		md5 8da2a61a1bfd03eb530f38c4172cecb3
+master_sites	http://www.pps.jussieu.fr/~jch/software/files/polipo/
+checksums		md5 e9db1fadbce47b8664351d14510bd5c9 \
+			sha1 c6910ef207eff1c1765af0b76f28d2fb3a011742 \
+			rmd160 c054f47afc807857945824315976dbe54304a6ea
 
 use_configure	no
 
+patchfiles	patch-Makefile
+
 build.args		PREFIX=${prefix} \
 				LOCAL_ROOT=${prefix}/share/polipo/www \
 				DISK_CACHE_ROOT=${prefix}/var/cache/polipo
@@ -28,9 +32,9 @@
 				DISK_CACHE_ROOT=${prefix}/var/cache/polipo \
 				LOCAL_ROOT=${prefix}/share/polipo/www
 
+destroot.keepdirs ${destroot}${prefix}/var/cache/polipo
+
 post-destroot	{
 	xinstall -m 644 ${worksrcpath}/config.sample \
 		${destroot}${prefix}/etc/polipo.conf.sample
-	xinstall -m 755 -d ${destroot}${prefix}/var/cache/polipo
-	system "touch ${destroot}${prefix}/var/cache/polipo/.turd"
 }

Added: trunk/dports/www/polipo/files/patch-Makefile
===================================================================
--- trunk/dports/www/polipo/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/www/polipo/files/patch-Makefile	2007-03-18 11:36:20 UTC (rev 22901)
@@ -0,0 +1,11 @@
+--- Makefile	2007-02-06 21:17:39.000000000 +0000
++++ Makefile.new	2007-02-19 12:50:38.000000000 +0000
+@@ -86,7 +86,7 @@
+ 	mkdir -p $(TARGET)$(INFODIR)
+ 	cp -f polipo.man $(TARGET)$(MANDIR)/man1/polipo.1
+ 	cp polipo.info $(TARGET)$(INFODIR)/
+-	install-info --info-dir=$(INFODIR) polipo.info
++	install-info --info-dir=$(TARGET)$(INFODIR) polipo.info
+ 
+ 
+ polipo.info: polipo.texi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070318/11fb292a/attachment.html


More information about the macports-changes mailing list