diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-07 03:44:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-07 03:44:40 +0800 |
commit | 0df79f853b89bc27ad7ad7d7fe09e5f43ca3f04d (patch) | |
tree | f47887c8de859c8abb45e4ea9c18a45c238354ea /www | |
parent | b36f9bc93dbb06b7aa154dae21aedd297b8294bf (diff) | |
download | freebsd-ports-gnome-0df79f853b89bc27ad7ad7d7fe09e5f43ca3f04d.tar.gz freebsd-ports-gnome-0df79f853b89bc27ad7ad7d7fe09e5f43ca3f04d.tar.zst freebsd-ports-gnome-0df79f853b89bc27ad7ad7d7fe09e5f43ca3f04d.zip |
- Update to 1.0.1
- Remove possible stale pidfile on startup
PR: 114016
Submitted by: Frank Behrens <frank@pinky.sax.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/polipo/Makefile | 2 | ||||
-rw-r--r-- | www/polipo/distinfo | 6 | ||||
-rw-r--r-- | www/polipo/files/polipo.sh.in | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/polipo/Makefile b/www/polipo/Makefile index 6ac7668b0569..e3616867e541 100644 --- a/www/polipo/Makefile +++ b/www/polipo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polipo -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 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 05694b9b6221..f6190bd29d3d 100644 --- a/www/polipo/distinfo +++ b/www/polipo/distinfo @@ -1,3 +1,3 @@ -MD5 (polipo-1.0.0.tar.gz) = e9db1fadbce47b8664351d14510bd5c9 -SHA256 (polipo-1.0.0.tar.gz) = 0a00d7009fd4c501daa916c354036f3cbd5533c25c7b0efce6b7176fb4ae80ba -SIZE (polipo-1.0.0.tar.gz) = 176618 +MD5 (polipo-1.0.1.tar.gz) = e88b532bf1b85892e3cb3d2870b5b548 +SHA256 (polipo-1.0.1.tar.gz) = 5d4fa70e0ba43a2c60bf46383e452854c0f556b77394a3cee6b94db1dcb40701 +SIZE (polipo-1.0.1.tar.gz) = 176927 diff --git a/www/polipo/files/polipo.sh.in b/www/polipo/files/polipo.sh.in index c3faf78b22cd..c72bb3ab6253 100644 --- a/www/polipo/files/polipo.sh.in +++ b/www/polipo/files/polipo.sh.in @@ -20,6 +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}" extra_commands=expire |