From 293090528997fa9add702ea4fa3e626382b242b3 Mon Sep 17 00:00:00 2001
From: peter <peter@FreeBSD.org>
Date: Thu, 5 Dec 1996 08:42:51 +0000
Subject: Update 1.1beta26 -> 1.1beta27

Among the changes is a strcasecmp() fix to make POST operations work.
---
 www/squid27/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'www/squid27/Makefile')

diff --git a/www/squid27/Makefile b/www/squid27/Makefile
index e0ed354b91e0..f91812117d6b 100644
--- a/www/squid27/Makefile
+++ b/www/squid27/Makefile
@@ -1,13 +1,13 @@
 # New ports collection makefile for:	squid
-# Version required:	1.1.beta26
+# Version required:	1.1.beta27
 # Date created:		Thu Nov  7 00:53:18 WST 1996
 # Whom:			Peter Wemm <peter@freebsd.org>
 #
-# $Id: Makefile,v 1.10 1996/12/02 09:52:27 peter Exp $
+# $Id: Makefile,v 1.11 1996/12/04 15:58:27 peter Exp $
 #
 
-DISTNAME=	squid-1.1.beta26
-PKGNAME=	squid-1.1b26
+DISTNAME=	squid-1.1.beta27
+PKGNAME=	squid-1.1b27
 CATEGORIES=	www
 MASTER_SITES=  \
 	ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
-- 
cgit