diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-08-26 17:50:36 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-08-26 17:50:36 +0000 |
commit | ee731c6118136be341f17050fc9a24a8ac88ae9b (patch) | |
tree | 700ef3204ff323d4ea5a72bcded58598eea5e239 /x11-themes/greybird-theme/Makefile | |
parent | b1b2fbceba12479d427a6fac927a4aa9906831e0 (diff) | |
download | ports-ee731c6118136be341f17050fc9a24a8ac88ae9b.tar.gz ports-ee731c6118136be341f17050fc9a24a8ac88ae9b.zip |
Notes
Diffstat (limited to 'x11-themes/greybird-theme/Makefile')
-rw-r--r-- | x11-themes/greybird-theme/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index 9ae07397df27..b7d1719134c4 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -3,21 +3,22 @@ # PORTNAME= greybird -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= x11-themes xfce +MASTER_SITES= GH GHC \ + LOCAL/olivierd PKGNAMESUFFIX= -theme MAINTAINER= olivierd@FreeBSD.org COMMENT= Gtk and xfwm4 themes for the Xfce Desktop RUN_DEPENDS= gtk-murrine-engine>=0.98.1:${PORTSDIR}/x11-themes/gtk-murrine-engine \ - gtk3-unico-engine>=1.0.1:${PORTSDIR}/x11-themes/gtk3-unico-engine + gtk3-unico-engine>=1.0.2:${PORTSDIR}/x11-themes/gtk3-unico-engine GH_ACCOUNT= shimmerproject GH_PROJECT= Greybird GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= dc5c676 +GH_COMMIT= 6424d8a USE_GITHUB= yes NO_BUILD= yes |