Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 20:29:58 GMT
From:      Pankov Pavel<pankov_p@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106879: Update port: www/ziproxy to 2.2.0 [patch]
Message-ID:  <200612182029.kBIKTwJZ036331@www.freebsd.org>
Resent-Message-ID: <200612182030.kBIKUCB1053886@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106879
>Category:       ports
>Synopsis:       Update port: www/ziproxy to 2.2.0 [patch]
>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 Dec 18 20:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pankov Pavel
>Release:        6.1-RELEASE
>Organization:
MPEI
>Environment:
FreeBSD fb.home 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed May 10 18:19:01 MSD 2006     pankovpv@fb.home:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
- Update to 2.2.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: www/ziproxy/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- www/ziproxy/Makefile	13 Sep 2006 08:48:47 -0000	1.2
+++ www/ziproxy/Makefile	18 Dec 2006 20:18:11 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/ziproxy/Makefile,v 1.2 2006/09/13 08:48:47 rafan Exp $
 
 PORTNAME=		ziproxy
-PORTVERSION=		2.1.1
+PORTVERSION=		2.2.0
 CATEGORIES=		www
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -68,6 +68,8 @@
 .for FILE in ${ERRORFILES}
 	@${INSTALL_DATA} ${WRKSRC}/var/ziproxy/error/${FILE} ${DATADIR}/error/${FILE}
 .endfor
+
+	@${INSTALL_SCRIPT} ${WRKSRC}/src/tools/ziproxy_genhtml_stats.sh ${TARGETDIR}/bin
 
 	@${CAT} ${PKGMESSAGE}
 
Index: www/ziproxy/distinfo
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- www/ziproxy/distinfo	13 Sep 2006 08:48:47 -0000	1.2
+++ www/ziproxy/distinfo	18 Dec 2006 20:18:11 -0000
@@ -1,3 +1,3 @@
-MD5 (ziproxy-2.1.1.tar.bz2) = 74df3faf28e7b4c62ae10bfcfecf1c2c
-SHA256 (ziproxy-2.1.1.tar.bz2) = 35b5dd9d06eae54e3e3ce5696a5646f6d1b7dfd15f50ca63598e8e599d3a5fd9
-SIZE (ziproxy-2.1.1.tar.bz2) = 134973
+MD5 (ziproxy-2.2.0.tar.bz2) = 9e72a8a3f4a7d2b70182a55283f5f7c4
+SHA256 (ziproxy-2.2.0.tar.bz2) = ef73285873ceb50d77602851ea7783e21ff1e17c83bee8a7291dff03b002dc1f
+SIZE (ziproxy-2.2.0.tar.bz2) = 160656
Index: www/ziproxy/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- www/ziproxy/pkg-plist	1 Aug 2006 01:20:33 -0000	1.1
+++ www/ziproxy/pkg-plist	18 Dec 2006 20:18:11 -0000
@@ -1,4 +1,6 @@
 bin/ziproxy
+bin/ziproxylogtool
+bin/ziproxy_genhtml_stats.sh
 @unexec if cmp -s %D/etc/ziproxy.conf.sample %D/etc/ziproxy.conf; then rm -f %D/etc/ziproxy.conf; fi
 @exec if [ ! -f %D/etc/ziproxy.conf ] ; then cp -p %D/%F %B/ziproxy.conf; fi
 etc/ziproxy.conf.sample
Index: www/ziproxy/files/patch-cfgfile.c
===================================================================
RCS file: www/ziproxy/files/patch-cfgfile.c
diff -N www/ziproxy/files/patch-cfgfile.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ www/ziproxy/files/patch-cfgfile.c	18 Dec 2006 20:18:11 -0000
@@ -0,0 +1,12 @@
+--- src/cfgfile.c-orig	Thu Dec 14 02:55:04 2006
++++ src/cfgfile.c	Mon Dec 18 20:07:33 2006
+@@ -14,6 +14,9 @@
+ 
+ #include <string.h>
+ #include <stdlib.h>
++#include <sys/types.h>
++#include <netinet/in.h>
++#include <arpa/nameser.h>
+ #include <resolv.h>
+ #include <confuse.h>
+ 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612182029.kBIKTwJZ036331>