ports/103160: [MAINTAINER] www/ziproxy: update to 2.1.1 [patch]

Pankov Pavel pankov_p at mail.ru
Mon Sep 11 20:50:24 UTC 2006


>Number:         103160
>Category:       ports
>Synopsis:       [MAINTAINER] www/ziproxy: update to 2.1.1 [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 Sep 11 20:50:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pankov Pavel
>Release:        5.5-PRERELEASE
>Organization:
MPEI
>Environment:
FreeBSD pankovpv 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Sun Feb  5 17:26:01 CET 2006     root at Rex:/usr/obj/usr/src/sys/DESKTOPBSD  i386
>Description:
- Update to 2.1.1

The patch in Fix field can also be fetched from http://pankovpv.sovietservers.com/freebsd/ports/ziproxy.patch
>How-To-Repeat:

>Fix:
Index: www/ziproxy/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/ziproxy/Makefile	1 Aug 2006 01:20:33 -0000	1.1
+++ www/ziproxy/Makefile	11 Sep 2006 20:43:09 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/www/ziproxy/Makefile,v 1.1 2006/08/01 01:20:33 itetcu Exp $
 
 PORTNAME=		ziproxy
-PORTVERSION=		2.1.0
+PORTVERSION=		2.1.1
 CATEGORIES=		www
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -39,7 +39,7 @@
 
 SUB_FILES+=		pkg-message
 
-.include <bsd.port.pre.mk>
+OPTIONS+=		JPEG2000 "Build with JPEG2000 support" on
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
@@ -70,5 +70,14 @@
 .endfor
 
 	@${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_JPEG2000)
+CONFIGURE_ARGS+=	--without-jasper
+.else
+CONFIGURE_ARGS+=	--with-jasper
+LIB_DEPENDS+=		jasper.4:${PORTSDIR}/graphics/jasper
+.endif
 
 .include <bsd.port.post.mk>
Index: www/ziproxy/distinfo
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- www/ziproxy/distinfo	1 Aug 2006 01:20:33 -0000	1.1
+++ www/ziproxy/distinfo	11 Sep 2006 20:43:09 -0000
@@ -1,3 +1,3 @@
-MD5 (ziproxy-2.1.0.tar.bz2) = e474fbddfd9af2fba36318705746b997
-SHA256 (ziproxy-2.1.0.tar.bz2) = 7d9ebee8824d8cba1b212cf830346455ae0fe52af1ea2231a5d02237e37bfd58
-SIZE (ziproxy-2.1.0.tar.bz2) = 134815
+MD5 (ziproxy-2.1.1.tar.bz2) = 74df3faf28e7b4c62ae10bfcfecf1c2c
+SHA256 (ziproxy-2.1.1.tar.bz2) = 35b5dd9d06eae54e3e3ce5696a5646f6d1b7dfd15f50ca63598e8e599d3a5fd9
+SIZE (ziproxy-2.1.1.tar.bz2) = 134973
Index: www/ziproxy/files/patch-ziproxy.conf
===================================================================
RCS file: /home/ncvs/ports/www/ziproxy/files/patch-ziproxy.conf,v
retrieving revision 1.1
diff -u -r1.1 patch-ziproxy.conf
--- www/ziproxy/files/patch-ziproxy.conf	1 Aug 2006 01:20:33 -0000	1.1
+++ www/ziproxy/files/patch-ziproxy.conf	11 Sep 2006 20:43:10 -0000
@@ -1,14 +1,5 @@
 --- etc/ziproxy.conf.orig      Wed Jul 26 09:01:36 2006
 +++ etc/ziproxy.conf   Mon Jul 31 01:07:02 2006
-@@ -9,7 +9,7 @@
-
- ## WARNING: Remember to restrict the access to Ziproxy
- ## if your machine is directly connected to the Internet.
--# OnlyFrom = "127.0.0.1"
-+OnlyFrom = "localhost"
-
- # Inactivity timeout before closing the daemon (0 = no timeout)
- NetdTimeout = 0
 @@ -36,7 +36,7 @@
  ## HTTP auth file
  ## Should contain user:pass pairs, lines no longer than 128 chars

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



More information about the freebsd-ports-bugs mailing list