From nbm@rucus.ru.ac.za Wed Aug  4 01:06:14 1999
Return-Path: <nbm@rucus.ru.ac.za>
Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2])
	by hub.freebsd.org (Postfix) with SMTP id C050315338
	for <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: tcl81-thread breaks package naming conventions
X-Send-Pr-Version: 3.2

>Number:         12953
>Category:       ports
>Synopsis:       tcl81-thread breaks package naming conventions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ejc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug  4 01:10:02 PDT 1999
>Closed-Date:    Fri Nov 5 11:26:18 PST 1999
>Last-Modified:  Fri Nov  5 11:26:46 PST 1999
>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:
Responsible-Changed-From-To: freebsd-ports->ejc  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Sat Oct 2 11:55:47 PDT 1999 
Responsible-Changed-Why:  
Over to maintainer 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Nov 5 11:26:18 PST 1999 
State-Changed-Why:  
Satoshi committed this not too long ago. 
>Unformatted:
