From owner-svn-ports-all@freebsd.org Fri Dec 22 06:39:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17808E8310B; Fri, 22 Dec 2017 06:39:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB386A417; Fri, 22 Dec 2017 06:39:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBM6df9O080233; Fri, 22 Dec 2017 06:39:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBM6dfcN080232; Fri, 22 Dec 2017 06:39:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712220639.vBM6dfcN080232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 22 Dec 2017 06:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456968 - head/audio/padthv1-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/padthv1-lv2 X-SVN-Commit-Revision: 456968 X-SVN-Commit-Repository: ports 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.25 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: Fri, 22 Dec 2017 06:39:43 -0000 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