From owner-svn-ports-head@freebsd.org Sun Apr 17 10:22:51 2016 Return-Path: Delivered-To: svn-ports-head@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 933E7B1199C; Sun, 17 Apr 2016 10:22:51 +0000 (UTC) (envelope-from matthew@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 607F814A5; Sun, 17 Apr 2016 10:22:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3HAMoqL073308; Sun, 17 Apr 2016 10:22:50 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3HAMoD0073307; Sun, 17 Apr 2016 10:22:50 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201604171022.u3HAMoD0073307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 17 Apr 2016 10:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413502 - head/www/p5-RTx-Calendar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2016 10:22:51 -0000 Author: matthew Date: Sun Apr 17 10:22:50 2016 New Revision: 413502 URL: https://svnweb.freebsd.org/changeset/ports/413502 Log: Actually, on second thoughts, this should be less error prone in future. Modified: head/www/p5-RTx-Calendar/Makefile Modified: head/www/p5-RTx-Calendar/Makefile ============================================================================== --- head/www/p5-RTx-Calendar/Makefile Sun Apr 17 10:21:20 2016 (r413501) +++ head/www/p5-RTx-Calendar/Makefile Sun Apr 17 10:22:50 2016 (r413502) @@ -32,9 +32,9 @@ OPTIONS_DEFAULT= RT44 .include -.for opt in 40 42 44 -.if ${PORT_OPTIONS:MRT${opt}} -RT_VER= ${opt} +.for opt in ${OPTIONS_SINGLE_RTVERSION} +.if ${PORT_OPTIONS:M${opt}} +RT_VER= ${opt:S/RT//} .endif .endfor