Ticket #11541: polipo-0.9.6_to_1.0.0.diff

File polipo-0.9.6_to_1.0.0.diff, 2.1 KB (added by boeyms@…, 17 years ago)
  • www/polipo/Portfile

    diff -Naur dports/www/polipo/Portfile dports-devel/www/polipo/Portfile
    old new  
    33PortSystem 1.0
    44
    55name                    polipo
    6 version                 0.9.6
     6version                 1.0.0
    77categories              www
    88platforms               darwin
    9 maintainers             nomaintainer@macports.org
     9maintainers             boeyms@fastmail.fm openmaintainer@macports.org
    1010description             small and fast web caching proxy
    1111long_description        Polipo is a small and fast caching web proxy designed to \
    1212                                be used by one person or a small group of people.
    1313
    1414homepage                http://www.pps.jussieu.fr/~jch/software/polipo/
    1515master_sites    http://www.pps.jussieu.fr/~jch/software/files/
    16 checksums               md5 8da2a61a1bfd03eb530f38c4172cecb3
     16checksums               md5 e9db1fadbce47b8664351d14510bd5c9 \
     17                        sha1 c6910ef207eff1c1765af0b76f28d2fb3a011742 \
     18                        rmd160 c054f47afc807857945824315976dbe54304a6ea
    1719
    1820use_configure   no
    1921
     22patchfiles      patch-Makefile
     23
    2024build.args              PREFIX=${prefix} \
    2125                                LOCAL_ROOT=${prefix}/share/polipo/www \
    2226                                DISK_CACHE_ROOT=${prefix}/var/cache/polipo
     
    2832                                DISK_CACHE_ROOT=${prefix}/var/cache/polipo \
    2933                                LOCAL_ROOT=${prefix}/share/polipo/www
    3034
     35destroot.keepdirs ${destroot}${prefix}/var/cache/polipo
     36
    3137post-destroot   {
    3238        xinstall -m 644 ${worksrcpath}/config.sample \
    3339                ${destroot}${prefix}/etc/polipo.conf.sample
    34         xinstall -m 755 -d ${destroot}${prefix}/var/cache/polipo
    35         system "touch ${destroot}${prefix}/var/cache/polipo/.turd"
    3640}
  • www/polipo/files/patch-Makefile

    diff -Naur dports/www/polipo/files/patch-Makefile dports-devel/www/polipo/files/patch-Makefile
    old new  
     1--- Makefile    2007-02-06 21:17:39.000000000 +0000
     2+++ Makefile.new        2007-02-19 12:50:38.000000000 +0000
     3@@ -86,7 +86,7 @@
     4        mkdir -p $(TARGET)$(INFODIR)
     5        cp -f polipo.man $(TARGET)$(MANDIR)/man1/polipo.1
     6        cp polipo.info $(TARGET)$(INFODIR)/
     7-       install-info --info-dir=$(INFODIR) polipo.info
     8+       install-info --info-dir=$(TARGET)$(INFODIR) polipo.info
     9 
     10 
     11 polipo.info: polipo.texi