diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-13 16:48:48 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-13 16:48:48 +0800 |
commit | dd79ec3cfd608a7d09ad896f0ca38df2dd0a5087 (patch) | |
tree | e0ba0a09bd31ff0745107aeaa2bfab91971a1916 /www | |
parent | e9f14f3e1d95fe953301ab7425928aed986b0ad0 (diff) | |
download | freebsd-ports-gnome-dd79ec3cfd608a7d09ad896f0ca38df2dd0a5087.tar.gz freebsd-ports-gnome-dd79ec3cfd608a7d09ad896f0ca38df2dd0a5087.tar.zst freebsd-ports-gnome-dd79ec3cfd608a7d09ad896f0ca38df2dd0a5087.zip |
- Update to 2.1.1
PR: ports/103160
Submitted by: Pankov Pavel <pankov_p at mail.ru> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/ziproxy/Makefile | 13 | ||||
-rw-r--r-- | www/ziproxy/distinfo | 6 | ||||
-rw-r--r-- | www/ziproxy/files/patch-ziproxy.conf | 9 |
3 files changed, 14 insertions, 14 deletions
diff --git a/www/ziproxy/Makefile b/www/ziproxy/Makefile index 45ce9da31ae2..0901aab44206 100644 --- a/www/ziproxy/Makefile +++ b/www/ziproxy/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ 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 @@ USE_RC_SUBR= ziproxy 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' \ @@ -71,4 +71,13 @@ post-install: @${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> diff --git a/www/ziproxy/distinfo b/www/ziproxy/distinfo index b94525eadca0..9850a2ea58d9 100644 --- a/www/ziproxy/distinfo +++ b/www/ziproxy/distinfo @@ -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 diff --git a/www/ziproxy/files/patch-ziproxy.conf b/www/ziproxy/files/patch-ziproxy.conf index b6bfeb94631d..4f4fdfa67eef 100644 --- a/www/ziproxy/files/patch-ziproxy.conf +++ b/www/ziproxy/files/patch-ziproxy.conf @@ -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 |