diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:25:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:25:30 +0800 |
commit | a61626dbc4fca3b1ec8284f6fa169bcc7fc33e1b (patch) | |
tree | 6335fb3999267610831ec7d12ade6b55cdf77c77 /graphics/rubygem-clutter-gtk/Makefile | |
parent | 68a54c0bf2ac3b0541b6fe45bb22f5f88195e659 (diff) | |
download | freebsd-ports-gnome-a61626dbc4fca3b1ec8284f6fa169bcc7fc33e1b.tar.gz freebsd-ports-gnome-a61626dbc4fca3b1ec8284f6fa169bcc7fc33e1b.tar.zst freebsd-ports-gnome-a61626dbc4fca3b1ec8284f6fa169bcc7fc33e1b.zip |
- Update to 3.0.7
- Fix LICENSE
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by: PortsCamp Taiwan
Diffstat (limited to 'graphics/rubygem-clutter-gtk/Makefile')
-rw-r--r-- | graphics/rubygem-clutter-gtk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/rubygem-clutter-gtk/Makefile b/graphics/rubygem-clutter-gtk/Makefile index 9afd0ea98c52..7d16ea4e04c0 100644 --- a/graphics/rubygem-clutter-gtk/Makefile +++ b/graphics/rubygem-clutter-gtk/Makefile @@ -1,21 +1,19 @@ # $FreeBSD$ PORTNAME= clutter-gtk -PORTVERSION= 2.2.5 +PORTVERSION= 3.0.7 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby/ClutterGTK is a Ruby binding of Clutter-GTK -LICENSE= LGPL21 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL21+ RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:${PORTSDIR}/graphics/rubygem-clutter \ rubygem-gtk3>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk3 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |