View | Details | Raw Unified | Return to bug 115848
Collapse All | Expand All

(-)/usr/local/src/ownports/polipo-stable/port/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	polipo
8
PORTNAME=	polipo
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.2
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://www.pps.jussieu.fr/~jch/software/files/polipo/ \
11
MASTER_SITES=	http://www.pps.jussieu.fr/~jch/software/files/polipo/ \
12
		http://www.sax.de/~frank/polipo4bsd/files/
12
		http://www.sax.de/~frank/polipo4bsd/files/
(-)/usr/local/src/ownports/polipo-stable/port/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (polipo-1.0.1.tar.gz) = e88b532bf1b85892e3cb3d2870b5b548
1
MD5 (polipo-1.0.2.tar.gz) = 2d1d8af414429e5823675a781604c70a
2
SHA256 (polipo-1.0.1.tar.gz) = 5d4fa70e0ba43a2c60bf46383e452854c0f556b77394a3cee6b94db1dcb40701
2
SHA256 (polipo-1.0.2.tar.gz) = 796c5fec2276029e3f1ac6c6fc5abddf35eb24f10cb8b2dba04f91923ca8b0b0
3
SIZE (polipo-1.0.1.tar.gz) = 176927
3
SIZE (polipo-1.0.2.tar.gz) = 177584
(-)/usr/local/src/ownports/polipo-stable/port/files/polipo.sh.in (-1 / +1 lines)
Lines 20-26 Link Here
20
command="%%PREFIX%%/bin/polipo"
20
command="%%PREFIX%%/bin/polipo"
21
config_args="-c ${config_file}"
21
config_args="-c ${config_file}"
22
command_args="$config_args daemonise=true pidFile=${pidfile}"
22
command_args="$config_args daemonise=true pidFile=${pidfile}"
23
start_precmd="rm ${pidfile}"
23
start_precmd="rm -f ${pidfile}"
24
24
25
extra_commands=expire
25
extra_commands=expire

Return to bug 115848