diff -Naur dports/www/polipo/Portfile dports-devel/www/polipo/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name polipo |
6 | | version 0.9.6 |
| 6 | version 1.0.0 |
7 | 7 | categories www |
8 | 8 | platforms darwin |
9 | | maintainers nomaintainer@macports.org |
| 9 | maintainers boeyms@fastmail.fm openmaintainer@macports.org |
10 | 10 | description small and fast web caching proxy |
11 | 11 | long_description Polipo is a small and fast caching web proxy designed to \ |
12 | 12 | be used by one person or a small group of people. |
13 | 13 | |
14 | 14 | homepage http://www.pps.jussieu.fr/~jch/software/polipo/ |
15 | 15 | master_sites http://www.pps.jussieu.fr/~jch/software/files/ |
16 | | checksums md5 8da2a61a1bfd03eb530f38c4172cecb3 |
| 16 | checksums md5 e9db1fadbce47b8664351d14510bd5c9 \ |
| 17 | sha1 c6910ef207eff1c1765af0b76f28d2fb3a011742 \ |
| 18 | rmd160 c054f47afc807857945824315976dbe54304a6ea |
17 | 19 | |
18 | 20 | use_configure no |
19 | 21 | |
| 22 | patchfiles patch-Makefile |
| 23 | |
20 | 24 | build.args PREFIX=${prefix} \ |
21 | 25 | LOCAL_ROOT=${prefix}/share/polipo/www \ |
22 | 26 | DISK_CACHE_ROOT=${prefix}/var/cache/polipo |
… |
… |
|
28 | 32 | DISK_CACHE_ROOT=${prefix}/var/cache/polipo \ |
29 | 33 | LOCAL_ROOT=${prefix}/share/polipo/www |
30 | 34 | |
| 35 | destroot.keepdirs ${destroot}${prefix}/var/cache/polipo |
| 36 | |
31 | 37 | post-destroot { |
32 | 38 | xinstall -m 644 ${worksrcpath}/config.sample \ |
33 | 39 | ${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" |
36 | 40 | } |
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 |