svn commit: r456968 - head/audio/padthv1-lv2

Yuri Victorovich yuri at FreeBSD.org
Fri Dec 22 06:39:43 UTC 2017


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
 


More information about the svn-ports-all mailing list