diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-12-06 11:17:58 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-12-06 11:17:58 +0000 |
commit | a012d0d16cfd3105c0380af3b2c2ca9f8e4d1c2c (patch) | |
tree | 34bb5c9d8218cae364ecb35e97eeaa19f17425bf /www/squid31/Makefile | |
parent | rm -> ${RM} (diff) |
Update 1.1.beta27 to 1.1.beta28.
This fixes some small bugs, including a CR/LF problem and (I think) two
problems with aborting. The author has hinted that this might be the last
beta before 1.1.0.
Diffstat (limited to 'www/squid31/Makefile')
-rw-r--r-- | www/squid31/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index f91812117d6b..b7898ee6d7f0 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.1.beta27 +# Version required: 1.1.beta28 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.11 1996/12/04 15:58:27 peter Exp $ +# $Id: Makefile,v 1.12 1996/12/05 08:42:50 peter Exp $ # -DISTNAME= squid-1.1.beta27 -PKGNAME= squid-1.1b27 +DISTNAME= squid-1.1.beta28 +PKGNAME= squid-1.1b28 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.1.beta/ \ |