From owner-freebsd-ports Wed Aug 4 1:10:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9F601534D for ; Wed, 4 Aug 1999 01:10:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA82243; Wed, 4 Aug 1999 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id C050315338 for ; Wed, 4 Aug 1999 01:06:07 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 57987 invoked by uid 1003); 4 Aug 1999 08:06:14 -0000 Message-Id: <19990804080614.57986.qmail@rucus.ru.ac.za> Date: 4 Aug 1999 08:06:14 -0000 From: nbm@rucus.ru.ac.za Reply-To: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12953: tcl81-thread breaks package naming conventions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12953 >Category: ports >Synopsis: tcl81-thread breaks package naming conventions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 4 01:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Neil Blakey-Milner >Release: FreeBSD 3.0-STABLE i386 >Organization: Rhodes University Computer Users' Society >Environment: FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 9 22:52:23 GMT 1999 grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP i386 >Description: tcl81-thread port's PKGNAME is tcl-8.1.b1-thread, whereas it should be tcl-thread-8.1.b1, to ensure versioning works correctly. >How-To-Repeat: This is entirely theoretical, but it breaks attempts to find versioning information and base package name from PKGNAME, especially if following the conventions in the ports section of the handbook. (packages should put compile-time options before the version, &c.) >Fix: --- Makefile.orig Tue Aug 3 18:40:40 1999 +++ Makefile Tue Aug 3 18:40:48 1999 @@ -7,7 +7,7 @@ # DISTNAME= tcl8.1b1 -PKGNAME= tcl-8.1.b1-thread +PKGNAME= tcl-thread-8.1.b1 CATEGORIES= lang tcl81 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message