Date: 28 May 2000 02:19:48 -0700 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: Peter Wemm <peter@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squid23 Makefile ports/www/squid23/files md5 Message-ID: <vqcsnv3f2vf.fsf@silvia.hip.berkeley.edu> In-Reply-To: Peter Wemm's message of "Tue, 16 May 2000 18:18:37 -0700 (PDT)" References: <200005170118.SAA48179@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* 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 <peter@freebsd.org> # -# $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcsnv3f2vf.fsf>