Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2017 06:39:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456968 - head/audio/padthv1-lv2
Message-ID:  <201712220639.vBM6dfcN080232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Dec 22 06:39:41 2017
New Revision: 456968
URL: https://svnweb.freebsd.org/changeset/ports/456968

Log:
  audio/padthv1-lv2: Simplified the SHLN replacement statement as per Mat's suggestion
  
  Reported by:	mat
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13568

Modified:
  head/audio/padthv1-lv2/Makefile

Modified: head/audio/padthv1-lv2/Makefile
==============================================================================
--- head/audio/padthv1-lv2/Makefile	Fri Dec 22 04:55:14 2017	(r456967)
+++ head/audio/padthv1-lv2/Makefile	Fri Dec 22 06:39:41 2017	(r456968)
@@ -24,7 +24,7 @@ GH_ACCOUNT=	rncbc
 USE_GL=		gl
 USE_QT5=	core gui widgets xml buildtools_build qmake_build
 
-PLIST_SUB=	SHL3=${DISTVERSION:S/_/./g} SHL2=${DISTVERSION:C/([[:digit:]])_([[:digit:]])_[[:digit:]]/\1.\2/} SHL1=${DISTVERSION:C/([[:digit:]])_.*/\1/}
+PLIST_SUB=	SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} SHL1=${PORTVERSION:R:R}
 
 CONFIGURE_ARGS=	--disable-alsa-midi
 



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