ports/114016: [maintainer update] www/polipo to 1.0.1

Frank Behrens frank at pinky.sax.de
Mon Jun 25 17:20:02 UTC 2007


>Number:         114016
>Category:       ports
>Synopsis:       [maintainer update] www/polipo to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 17:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Frank Behrens
>Release:        FreeBSD 6.2-STABLE-200705211513 i386
>Organization:
>Environment:
>Description:
	Maintainer update of www/polipo
	- upstream update to 1.0.1
	- remove possible stale pidfile on startup
>How-To-Repeat:
>Fix:

--- polipo-1.0.1-port.patch begins here ---
diff -urwN /usr/ports/www/polipo/Makefile /usr/local/src/ownports/polipo-stable/port/Makefile
--- /usr/ports/www/polipo/Makefile	Wed Mar  7 15:04:12 2007
+++ /usr/local/src/ownports/polipo-stable/port/Makefile	Mon Jun 25 19:00:46 2007
@@ -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 -urwN /usr/ports/www/polipo/distinfo /usr/local/src/ownports/polipo-stable/port/distinfo
--- /usr/ports/www/polipo/distinfo	Wed Mar  7 15:04:12 2007
+++ /usr/local/src/ownports/polipo-stable/port/distinfo	Mon Jun 25 18:54:19 2007
@@ -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 -urwN /usr/ports/www/polipo/files/polipo.sh.in /usr/local/src/ownports/polipo-stable/port/files/polipo.sh.in
--- /usr/ports/www/polipo/files/polipo.sh.in	Wed Feb 22 17:55:19 2006
+++ /usr/local/src/ownports/polipo-stable/port/files/polipo.sh.in	Thu May  3 11:26:45 2007
@@ -20,6 +20,7 @@
 command="%%PREFIX%%/bin/polipo"
 config_args="-c ${config_file}"
 command_args="$config_args daemonise=true pidFile=${pidfile}"
+start_precmd="rm -f ${pidfile}"
 
 extra_commands=expire
 
--- polipo-1.0.1-port.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list