From owner-freebsd-doc@FreeBSD.ORG Sat Jul 31 21:00:46 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1809B16A4CE for ; Sat, 31 Jul 2004 21:00:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB36E43D48 for ; Sat, 31 Jul 2004 21:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6VL0jOP076108 for ; Sat, 31 Jul 2004 21:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6VL0jPV076107; Sat, 31 Jul 2004 21:00:45 GMT (envelope-from gnats) Date: Sat, 31 Jul 2004 21:00:45 GMT Message-Id: <200407312100.i6VL0jPV076107@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Aasmund Eikli Subject: Re: docs/66775: Clarification that port names should not contain version numbers X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aasmund Eikli List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2004 21:00:46 -0000 The following reply was made to PR docs/66775; it has been noted by GNATS. From: Aasmund Eikli To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/66775: Clarification that port names should not contain version numbers Date: Sat, 31 Jul 2004 22:52:16 +0200 Doc diffs to reflect suggestions: --- article.sgml Tue Jul 27 16:34:49 2004 +++ article.sgml Sat Jul 31 15:35:56 2004 @@ -2418,7 +2418,9 @@ Upgrade the copied port to the new version (remember to change the PORTNAME so there - are not duplicate ports with the same name). + are not duplicate ports with the same name). + Alternatively, change LATEST_LINK + depending on the purpose. and --- book.sgml Sat Jul 31 15:40:21 2004 +++ book.sgml Sat Jul 31 15:52:11 2004 @@ -1064,7 +1064,10 @@ Data::Dumper module becomes p5-Data-Dumper. If the software in question has numbers, hyphens, or underscores in its name, you may include - them as well (like kinput2). + them as well (like kinput2). + Make sure that the PORTNAME variable and the + PORTVERSION variable contains the name and the + version number of the port respectively. You should not mix the two.