Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 14:40:17 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201706131440.v5DEeHXS026707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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