Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 15:54:32 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438275 - head/Mk
Message-ID:  <201704111554.v3BFsWNk014576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Apr 11 15:54:31 2017
New Revision: 438275
URL: https://svnweb.freebsd.org/changeset/ports/438275

Log:
  Mmm, some parts of the ports tree are doing strange things.
  
  Pointy hat:	mat
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk   (contents, props changed)

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr 11 15:53:05 2017	(r438274)
+++ head/Mk/bsd.port.mk	Tue Apr 11 15:54:31 2017	(r438275)
@@ -1298,7 +1298,7 @@ IGNORE=			PORTVERSION ${PORTVERSION} may
 .if defined(DISTVERSION)
 DEV_ERROR+=	"Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary, set DISTNAME"
 .endif
-DISTVERSION=	${PORTVERSION:S/:/::/g}
+DISTVERSION?=	${PORTVERSION:S/:/::/g}
 .elif defined(DISTVERSION)
 PORTVERSION=	${DISTVERSION:tl:C/([a-z])[a-z]+/\1/g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g}
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704111554.v3BFsWNk014576>