diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-27 07:04:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-08-27 07:04:09 +0000 |
commit | e7968cc9a34c963e1c1d2f72683760c9b2bc1396 (patch) | |
tree | 773e3170cd3c39af2e6914d126499ff328115b55 | |
parent | 342caeacd4edb6e879fba23e018fb255508b4eed (diff) | |
download | freebsd-ports-e7968cc9a34c963e1c1d2f72683760c9b2bc1396.zip |
Maintainer update for port www/polipo to version 1.0.2
- upstream update to 1.0.2
- fix for forgotten "-f" in last commit
PR: ports/115848
Submitted by: maintainer (Frank Behrens)
-rw-r--r-- | www/polipo/Makefile | 2 | ||||
-rw-r--r-- | www/polipo/distinfo | 6 | ||||
-rw-r--r-- | www/polipo/files/polipo.sh.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/polipo/Makefile b/www/polipo/Makefile index 8b7a1eebeaba..524fea0b0faa 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polipo -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= www MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/polipo/ \ http://www.sax.de/~frank/polipo4bsd/files/ diff --git a/www/polipo/distinfo b/www/polipo/distinfo index f6190bd29d3d..a07896d54e1c 100644 --- a/www/polipo/distinfo +++ b/www/polipo/distinfo @@ -1,3 +1,3 @@ -MD5 (polipo-1.0.1.tar.gz) = e88b532bf1b85892e3cb3d2870b5b548 -SHA256 (polipo-1.0.1.tar.gz) = 5d4fa70e0ba43a2c60bf46383e452854c0f556b77394a3cee6b94db1dcb40701 -SIZE (polipo-1.0.1.tar.gz) = 176927 +MD5 (polipo-1.0.2.tar.gz) = 2d1d8af414429e5823675a781604c70a +SHA256 (polipo-1.0.2.tar.gz) = 796c5fec2276029e3f1ac6c6fc5abddf35eb24f10cb8b2dba04f91923ca8b0b0 +SIZE (polipo-1.0.2.tar.gz) = 177584 diff --git a/www/polipo/files/polipo.sh.in b/www/polipo/files/polipo.sh.in index c72bb3ab6253..7fc03e8991d1 100644 --- a/www/polipo/files/polipo.sh.in +++ b/www/polipo/files/polipo.sh.in @@ -20,7 +20,7 @@ required_files=$config_file command="%%PREFIX%%/bin/polipo" config_args="-c ${config_file}" command_args="$config_args daemonise=true pidFile=${pidfile}" -start_precmd="rm ${pidfile}" +start_precmd="rm -f ${pidfile}" extra_commands=expire |