Date: Sat, 9 Sep 2000 20:26:17 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: "Bruce A. Mah" <bmah@FreeBSD.org> Cc: Satoshi Asami <asami@FreeBSD.org>, ports@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20000909202617.A73237@mithrandr.moria.org> In-Reply-To: <200009091810.e89IApE21766@bmah-freebsd-0.cisco.com>; from bmah@FreeBSD.org on Sat, Sep 09, 2000 at 11:10:51AM -0700 References: <200009091321.GAA69981@freefall.freebsd.org> <200009091810.e89IApE21766@bmah-freebsd-0.cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat 2000-09-09 (11:10), Bruce A. Mah wrote: > > (1) Add PORTREVISION and PORTEPOCH, which are both optional, to > > PKGNAME. PKGNAME is now defined as > > > > ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}[_${PORTREVIS > > ION}][,${PORTEPOCH}] > > Great! I'll make sure that pkg_version Does The Right Thing (TM). Do you still have my ports to handle multiple available/installed ports? I think a very old version is at http://rucus.ru.ac.za/~nbm/pkg_version/pkg_version-patch, relative to http://rucus.ru.ac.za/~nbm/pkg_version/pkg_version.orig, generating http://rucus.ru.ac.za/~nbm/pkg_version/pkg_version. It handles the concept of 'streams' in a very rudimentary manner, mostly by guessing: zsh-3.0.7 is installed, and the INDEX has zsh-3.0.8 and zsh-3.1.8, so: zsh-3.0.7 < needs updating (index has 3.0.8) zsh-3.0.7 is installed, and the INDEX has zsh-3.1.4 and zsh-3.1.9, so: zsh-3.0.7 ? ambiguous choice (3.1.4,3.1.9) zsh-3.0.8 is installed, and the INDEX has zsh-3.0.8 and zsh-3.1.9, so: zsh-3.0.8 = up-to-date I'm sorry the patch is so old; I left it to someone to do (I remember a long thread with him, billf, you, and I), and he disappeared into the ether without adding it. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000909202617.A73237>