diff options
author | garga <garga@FreeBSD.org> | 2006-05-23 00:11:43 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-23 00:11:43 +0800 |
commit | 3690d7009fc7c944230410e509113e6ca3d89a43 (patch) | |
tree | ae650c41ee1c5ae6c67863725ea3faee5480afef /www/squid31/Makefile | |
parent | 539a3d8f97b85c733cf81a4d1228ddffae9128c1 (diff) | |
download | freebsd-ports-gnome-3690d7009fc7c944230410e509113e6ca3d89a43.tar.gz freebsd-ports-gnome-3690d7009fc7c944230410e509113e6ca3d89a43.tar.zst freebsd-ports-gnome-3690d7009fc7c944230410e509113e6ca3d89a43.zip |
- Update to 2.5.STABLE14
- accept 7-CURRENT's WITHOUT_NIS switch as a synonym for NO_NIS
- add a missing "/" in files/pkg-message.in
- update the ICAP core patchset to the latest CVS (2006-05-21)
- update the custom logfile patchset to the latest CVS (2006-05-21)
PR: ports/97607
Submitted by: maintainer
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 4ab91c3349b2..2945a6166379 100644 --- a/www/squid31/Makefile +++ b/www/squid31/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 |