From owner-svn-ports-all@freebsd.org Tue Jun 13 14:40:19 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 17EBDBF6647; Tue, 13 Jun 2017 14:40:19 +0000 (UTC) (envelope-from mat@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 CC6527E3E9; Tue, 13 Jun 2017 14:40:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5DEeI9G026711; Tue, 13 Jun 2017 14:40:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5DEeHXS026707; Tue, 13 Jun 2017 14:40:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201706131440.v5DEeHXS026707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 13 Jun 2017 14:40:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443503 - in head/x11-themes: gtk-aluminumalloy-cryogenic-theme gtk-aluminumalloy-smog-theme gtk-aluminumalloy-toxic-theme gtk-aluminumalloy-volcanic-theme X-SVN-Group: ports-head 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.23 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: Tue, 13 Jun 2017 14:40:19 -0000 Author: mat Date: Tue Jun 13 14:40:17 2017 New Revision: 443503 URL: https://svnweb.freebsd.org/changeset/ports/443503 Log: Don't use FLAVOR as a variable in ports. It'll save some work when FLAVORS comes around for realz. Sponsored by: Absolight Modified: head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile (contents, props changed) head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile (contents, props changed) head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile (contents, props changed) head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile (contents, props changed) Modified: head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile Tue Jun 13 14:32:23 2017 (r443502) +++ head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile Tue Jun 13 14:40:17 2017 (r443503) @@ -3,7 +3,7 @@ PORTREVISION= 5 -FLAVOR= cryogenic +THEME_FLAVOR= cryogenic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme Modified: head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile Tue Jun 13 14:32:23 2017 (r443502) +++ head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile Tue Jun 13 14:40:17 2017 (r443503) @@ -3,7 +3,7 @@ PORTREVISION= 5 -FLAVOR= smog +THEME_FLAVOR= smog MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme Modified: head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile Tue Jun 13 14:32:23 2017 (r443502) +++ head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile Tue Jun 13 14:40:17 2017 (r443503) @@ -3,7 +3,7 @@ PORTREVISION= 5 -FLAVOR= toxic +THEME_FLAVOR= toxic MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme Modified: head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile ============================================================================== --- head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile Tue Jun 13 14:32:23 2017 (r443502) +++ head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile Tue Jun 13 14:40:17 2017 (r443503) @@ -7,16 +7,16 @@ PORTREVISION?= 8 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX?= ${TYPE}- -PKGNAMESUFFIX?= -${FLAVOR}-theme -DISTNAME= aa_${FLAVOR} +PKGNAMESUFFIX?= -${THEME_FLAVOR}-theme +DISTNAME= aa_${THEME_FLAVOR} MAINTAINER= danfe@FreeBSD.org -COMMENT= Port of Mac OS X theme Aluminum Alloy (${FLAVOR} flavor) +COMMENT= Port of Mac OS X theme Aluminum Alloy (${THEME_FLAVOR} flavor) TYPE?= gtk -FLAVOR?= volcanic +THEME_FLAVOR?= volcanic -THEME_NAME= AluminumAlloy-${FLAVOR:tu:C/^(.).*$/\1/g}${FLAVOR:C/^(.)//} +THEME_NAME= AluminumAlloy-${THEME_FLAVOR:tu:C/^(.).*$/\1/g}${THEME_FLAVOR:C/^(.)//} WRKSRC= ${WRKDIR}/${THEME_NAME} USES= tar:bzip2