From owner-cvs-all Sun May 28 2:20: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 8555A37B55A; Sun, 28 May 2000 02:19:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-84.ix.netcom.com [205.186.215.84]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA20975; Sun, 28 May 2000 05:19:51 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA34790; Sun, 28 May 2000 02:19:49 -0700 (PDT) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid23 Makefile ports/www/squid23/files md5 References: <200005170118.SAA48179@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 28 May 2000 02:19:48 -0700 In-Reply-To: Peter Wemm's message of "Tue, 16 May 2000 18:18:37 -0700 (PDT)" Message-ID: Lines: 58 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Update from squid 2.3-stable2 to 2.3-stable3. Unfortunately the new * package version mechanism doesn't seem to have a place to show this new * release. :-( Well, Chris just converted your old versioning method to use the new variables. It would have been the same thing if we were still using DISTNAME/PKGNAME. :) === Index: Makefile =================================================================== RCS file: /usr/cvs/ports/www/squid23/Makefile,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- Makefile 2000/03/05 14:11:42 1.65 +++ Makefile 2000/04/10 00:06:52 1.66 @@ -1,19 +1,19 @@ # New ports collection makefile for: squid -# Version required: 2.3.STABLE2 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # -# $FreeBSD: ports/www/squid23/Makefile,v 1.65 2000/03/05 14:11:42 peter Exp $ +# $FreeBSD: ports/www/squid23/Makefile,v 1.66 2000/04/10 00:06:52 cpiazza Exp $ # -DISTNAME= squid-2.3.STABLE2 -PKGNAME= squid-2.3 +PORTNAME= squid +PORTVERSION= 2.3 CATEGORIES= www MASTER_SITES= \ ftp://squid.nlanr.net/pub/squid-2/STABLE/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \ ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/ +DISTNAME= squid-2.3.STABLE2 EXTRACT_SUFX= -src.tar.gz PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.3/bugs/ @@ -68,7 +68,7 @@ #CONFIGURE_ARGS+= --enable-time-hack # - Set an explicit hostname in cachemgr.cgi #CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname -# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP +# - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP # assigned IP addresses) #CONFIGURE_ARGS+= --enable-arp-acl # - Enable HTCP protocol === (Ok, so he also removed a trailing white space in the comment.) Feel free to change PORTVERSION to 2.3.3, I don't know why PKGNAME wasn't using three numbers in the first place. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message