summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-14 23:14:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-14 23:14:28 +0000
commit2e858d217c5476ede376f961cd07abf45e7103fd (patch)
treec295b386c471c8a8ccda89402546d7e7dc537aa5
parent- S/INSTALLS_SHLIB/USE_LDCONFIG (diff)
- Update to 2.4.2
PR: 118220 Submitted by: Pankov Pavel <pankov_p@mail.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=203672
-rw-r--r--www/ziproxy/Makefile11
-rw-r--r--www/ziproxy/distinfo6
2 files changed, 7 insertions, 10 deletions
diff --git a/www/ziproxy/Makefile b/www/ziproxy/Makefile
index 292e314a2452..c8ac3bc8b23c 100644
--- a/www/ziproxy/Makefile
+++ b/www/ziproxy/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= ziproxy
-PORTVERSION= 2.3.0
+PORTVERSION= 2.4.2
CATEGORIES= www
MASTER_SITES= SF
@@ -14,8 +14,7 @@ COMMENT= A forwarding, non-caching, compressing proxy server
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg \
- confuse.0:${PORTSDIR}/devel/libconfuse
+ jpeg.9:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes
USE_GCC= 3.2+
@@ -27,7 +26,7 @@ ERRORFILES= 400.html 404.html 408.html 500.html 503.html
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-shared-confuse --with-cfgfile="${PREFIX}/etc/ziproxy.conf"
+CONFIGURE_ARGS+= --with-cfgfile="${PREFIX}/etc/ziproxy.conf"
.if !defined(NOPORTDOCS)
PORTDOCS= README
@@ -72,9 +71,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if defined(WITHOUT_JPEG2000)
-CONFIGURE_ARGS+= --without-jasper
-.else
+.if !defined(WITHOUT_JPEG2000)
CONFIGURE_ARGS+= --with-jasper
LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper
.endif
diff --git a/www/ziproxy/distinfo b/www/ziproxy/distinfo
index 6c20c4f5bf3c..b9df542fd4be 100644
--- a/www/ziproxy/distinfo
+++ b/www/ziproxy/distinfo
@@ -1,3 +1,3 @@
-MD5 (ziproxy-2.3.0.tar.bz2) = 2733c117e819c5000d898456388922ba
-SHA256 (ziproxy-2.3.0.tar.bz2) = e69e179304498e0c4dcaf19dd2b4dd3be76ad9a09c68fe58c4004780a8598894
-SIZE (ziproxy-2.3.0.tar.bz2) = 152058
+MD5 (ziproxy-2.4.2.tar.bz2) = e7cf4f5962cb6cf5accdba46e2ea6b17
+SHA256 (ziproxy-2.4.2.tar.bz2) = 4f2b4ec12a593450b1c879cf70b36aa897f17eba66dae2c55f6b656d725da4c1
+SIZE (ziproxy-2.4.2.tar.bz2) = 177279