diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-04-26 07:57:21 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-04-26 07:57:21 +0000 |
commit | c2941cb7947f7042b400ac7a86abe04ea0b150b0 (patch) | |
tree | 916a51a7e283fe105d3ad0bab23f0485371ac1d1 /www/squid27/Makefile | |
parent | Upgrade to 1.015. (diff) |
Update from 1.2.beta19 -> 1.2.beta20 (+patch 1)
Diffstat (limited to 'www/squid27/Makefile')
-rw-r--r-- | www/squid27/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 7d994a4840c3..8b42ca9a8882 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta19 +# Version required: 1.2-beta20 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $Id: Makefile,v 1.48 1998/03/26 13:29:12 peter Exp $ +# $Id: Makefile,v 1.49 1998/04/10 05:11:37 peter Exp $ # -DISTNAME= squid-1.2.beta19 -PKGNAME= squid-1.2b19 +DISTNAME= squid-1.2.beta20 +PKGNAME= squid-1.2b20 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ @@ -17,11 +17,11 @@ MASTER_SITES= \ EXTRACT_SUFX= -src.tar.gz PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ -PATCHFILES+= 1.2.beta19.patch +PATCHFILES+= 1.2.beta20-1.patches MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b19 +DIST_SUBDIR= squid1.2b20 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ |