diff options
author | taca <taca@pkgsrc.org> | 2005-04-20 00:55:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-04-20 00:55:41 +0000 |
commit | e487b00f22e8d8200cdd6566789c593b8982ee6e (patch) | |
tree | 252f8ff5d643058171b4c4011d6189b0e09851fa /www/squid/Makefile | |
parent | 38309a71f8c53ac634d12c1928b921d1099f5dd3 (diff) | |
download | pkgsrc-e487b00f22e8d8200cdd6566789c593b8982ee6e.tar.gz |
Two of offcial patches are updated.
- squid-2.5.STABLE9-LDAP_SUN_SDK.patch
- squid-2.5.STABLE9-2GB.patch
Bump PKGREVISION.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 539113ac42f..f3d91615c68 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.144 2005/04/19 15:14:31 taca Exp $ +# $NetBSD: Makefile,v 1.145 2005/04/20 00:55:41 taca Exp $ DISTNAME= squid-2.5.STABLE9 PKGNAME= squid-2.5.9 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ @@ -50,7 +50,7 @@ DATADIR= ${VARBASE}/squid # Update this time stamp pattern if any of official distfiles has changed. # -DIST_STAMP= 2005041900 +DIST_STAMP= 2005042000 DOCFILES= ChangeLog RELEASENOTES.html doc/debug-sections.txt |