aboutsummaryrefslogtreecommitdiff
path: root/www/squid30/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-22 16:11:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-22 16:11:43 +0000
commit0ee692d93770af216106fb5b0a5d668b2bb1596c (patch)
tree5c583b13738eaeb1a993299af1f64c6ea17e55d5 /www/squid30/Makefile
parentda5239675f8c3c224452af459c16a52402cc8c44 (diff)
downloadports-0ee692d93770af216106fb5b0a5d668b2bb1596c.tar.gz
ports-0ee692d93770af216106fb5b0a5d668b2bb1596c.zip
Notes
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r--www/squid30/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index 4ab91c3349b2..2945a6166379 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/Makefile
@@ -72,8 +72,7 @@
#
PORTNAME= squid
-PORTVERSION= 2.5.13
-PORTREVISION= 1
+PORTVERSION= 2.5.14
CATEGORIES= www
MASTER_SITES= \
ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \
@@ -82,14 +81,11 @@ MASTER_SITES= \
ftp://ftp.mirrorservice.org/sites/ftp.squid-cache.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/squid/&,}
MASTER_SITE_SUBDIR= squid-2/STABLE
-DISTNAME= squid-2.5.STABLE13
+DISTNAME= squid-2.5.STABLE14
DIST_SUBDIR= squid2.5
PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES= squid-2.5.STABLE13-hostnamelen.patch \
- squid-2.5.STABLE13-icons.patch \
- squid-2.5.STABLE13-htcp_leak.patch \
- squid-2.5.STABLE13-ident_leak.patch
+PATCHFILES=
PATCH_DIST_STRIP= -p1
MAINTAINER= tmseck@netcologne.de
@@ -204,7 +200,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
basic_auth+= SASL
libexec+= sasl_auth
.endif
-.if !defined(NO_NIS)
+.if !defined(NO_NIS) && !defined(WITHOUT_NIS)
basic_auth+= YP
libexec+= yp_auth
.endif