diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 20:13:18 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-01-29 20:13:18 +0000 |
commit | 0cf7e3ccdbb0a508397c3259d1ca7e547e74b33a (patch) | |
tree | 631505f5d9ea0c30b65a7a875bb48ff20bc51b1d /www/squid26/Makefile | |
parent | d5e5b896be12a975bb4ab23f36f58e6ab78fdfcc (diff) |
Update squid2.2-STABLE5 -> squid2.3-STABLE1 after a repo copy from
ports/www/squid22.
Notes
Notes:
svn path=/head/; revision=25256
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 8b8db7731173..6e1bebe7f7c0 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 2.2.STABLE5 +# Version required: 2.3.STABLE1 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # # $FreeBSD$ # -DISTNAME= squid-2.2.STABLE5 -PKGNAME= squid-2.2 +DISTNAME= squid-2.3.STABLE1 +PKGNAME= squid-2.3 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ @@ -18,7 +18,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid2.2 +DIST_SUBDIR= squid2.3 PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes # Follow the apache port's lead... |