Skip site navigation (1)Skip section navigation (2)
Date:      4 Aug 1999 08:09:17 -0000
From:      nbm@rucus.ru.ac.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12954: python-doc packages have no versioning information
Message-ID:  <19990804080917.58750.qmail@rucus.ru.ac.za>

next in thread | raw e-mail | index | archive | help

>Number:         12954
>Category:       ports
>Synopsis:       python-doc packages have no versioning information
>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:03 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:

python-doc-html (and all ports that use it as MASTERDIR) generate PKGNAMEs
which don't contain any version information.

>How-To-Repeat:

cd /usr/ports/lang/python-doc-html && make package-name

>Fix:
--- Makefile.orig	Tue Aug  3 18:38:29 1999
+++ Makefile	Tue Aug  3 18:38:43 1999
@@ -7,7 +7,7 @@
 #
 
 DISTNAME=	${DOCFORMAT}-${VERSION}
-PKGNAME=        python-doc-${DOCFORMAT}
+PKGNAME=        python-doc-${DOCFORMAT}-${VERSION}
 CATEGORIES=	lang python
 MASTER_SITES=	ftp://www.python.org/pub/python/doc/1.5.2/ \
 		ftp://ftp.cwi.nl/pub/python/doc/1.5.2/


>Release-Note:
>Audit-Trail:
>Unformatted:


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?19990804080917.58750.qmail>