From owner-svn-ports-all@FreeBSD.ORG Mon Nov 25 11:30:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 575E13BF; Mon, 25 Nov 2013 11:30:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 476A72215; Mon, 25 Nov 2013 11:30:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBUIOK010990; Mon, 25 Nov 2013 11:30:18 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBUH2a010988; Mon, 25 Nov 2013 11:30:17 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311251130.rAPBUH2a010988@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 11:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334828 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 11:30:18 -0000 Author: gerald Date: Mon Nov 25 11:30:17 2013 New Revision: 334828 URL: http://svnweb.freebsd.org/changeset/ports/334828 Log: Expand the description of PKGNAMESUFFIX to also cover its use as a version designator. Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 25 09:43:32 2013 (r334827) +++ head/Mk/bsd.port.mk Mon Nov 25 11:30:17 2013 (r334828) @@ -68,9 +68,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Do not define this in your Makefile. # PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. # Optional. -# PKGNAMESUFFIX - Suffix to specify compilation options. Optional. -# PKGVERSION - Always defined as -# ${PORTVERSION}. +# PKGNAMESUFFIX - Suffix to specify compilation options or a version +# designator (in case there are different versions of +# one port as is the case for Tcl). +# Optional. +# PKGVERSION - Always defined as ${PORTVERSION}. # Do not define this in your Makefile. # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set,