ports/148991: [maintainer update][patch]Update port: www/ziproxy to 3.1.3

Pavel Pankov pankov_p at mail.ru
Tue Jul 27 10:10:06 UTC 2010


>Number:         148991
>Category:       ports
>Synopsis:       [maintainer update][patch]Update port: www/ziproxy to 3.1.3
>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:   Tue Jul 27 10:10:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pavel Pankov
>Release:        8.0-STABLE
>Organization:
PKD
>Environment:
FreeBSD vds4.pankov.pp.ru 8.0-STABLE FreeBSD 8.0-STABLE #0 r8M: Tue May 18 10:39:52 IRKST 2010 root at freebsd8-amd64.ispsystem.net:/root/src/sys/amd64/compile/ISPSYSTEM amd64
>Description:
- Update to 3.1.3
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

Index: ports/www/ziproxy/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- ports/www/ziproxy/Makefile	6 Jul 2010 10:26:27 -0000	1.25
+++ ports/www/ziproxy/Makefile	27 Jul 2010 10:07:25 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/ziproxy/Makefile,v 1.25 2010/07/06 10:26:27 nemoliu Exp $
 
 PORTNAME=		ziproxy
-PORTVERSION=		3.1.1
+PORTVERSION=		3.1.3
 CATEGORIES=		www
 MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
Index: ports/www/ziproxy/distinfo
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- ports/www/ziproxy/distinfo	6 Jul 2010 10:26:27 -0000	1.18
+++ ports/www/ziproxy/distinfo	27 Jul 2010 10:07:25 -0000
@@ -1,3 +1,3 @@
-MD5 (ziproxy-3.1.1.tar.bz2) = acbec584995b92d12fd44a0a1cff6046
-SHA256 (ziproxy-3.1.1.tar.bz2) = 8066037eb7a82dc140286ac0e58c81d36da8bc1c76f2699cd0c44f8a631f93b2
-SIZE (ziproxy-3.1.1.tar.bz2) = 260604
+MD5 (ziproxy-3.1.3.tar.bz2) = dd09206461dc9b11833ff2823943ac9f
+SHA256 (ziproxy-3.1.3.tar.bz2) = d5cbb42de327c66c76b6332cb06ca294df8c5130481500c6e93788951211b7a2
+SIZE (ziproxy-3.1.3.tar.bz2) = 261227
Index: ports/www/ziproxy/files/ziproxy.in
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/files/ziproxy.in,v
retrieving revision 1.5
diff -u -r1.5 ziproxy.in
--- ports/www/ziproxy/files/ziproxy.in	2 May 2010 16:52:11 -0000	1.5
+++ ports/www/ziproxy/files/ziproxy.in	27 Jul 2010 10:07:25 -0000
@@ -20,6 +20,9 @@
 command=%%PREFIX%%/bin/${name}
 pidfile=/var/run/${name}.pid
 
+start_precmd="start_precmd"
+stop_postcmd="stop_postcmd"
+
 load_rc_config $name
 
 : ${ziproxy_enable="NO"}
@@ -27,4 +30,12 @@
 
 command_args="-d -c ${ziproxy_config} --pid-file ${pidfile}"
 
+start_precmd() {
+	rm -f ${pidfile}
+}
+
+stop_postcmd() {
+	rm -f ${pidfile}
+}
+
 run_rc_command "$1"


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



More information about the freebsd-ports-bugs mailing list