From owner-svn-ports-all@FreeBSD.ORG Sun May 3 19:38:37 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 133D9921; Sun, 3 May 2015 19:38:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DCA02111D; Sun, 3 May 2015 19:38:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43JcaZN070486; Sun, 3 May 2015 19:38:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43Jcak9070481; Sun, 3 May 2015 19:38:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031938.t43Jcak9070481@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 19:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385322 - head/graphics/rubygem-clutter 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.20 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: Sun, 03 May 2015 19:38:37 -0000 Author: sunpoet Date: Sun May 3 19:38:35 2015 New Revision: 385322 URL: https://svnweb.freebsd.org/changeset/ports/385322 Log: - Update to 2.2.5 - Add LICENSE - Sort RUN_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master Modified: head/graphics/rubygem-clutter/Makefile head/graphics/rubygem-clutter/distinfo Modified: head/graphics/rubygem-clutter/Makefile ============================================================================== --- head/graphics/rubygem-clutter/Makefile Sun May 3 19:38:30 2015 (r385321) +++ head/graphics/rubygem-clutter/Makefile Sun May 3 19:38:35 2015 (r385322) @@ -1,16 +1,20 @@ # $FreeBSD$ PORTNAME= clutter -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.5 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for Clutter -RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \ - rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual + LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter +RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-cairo-gobject \ + rubygem-gobject-introspection>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-gobject-introspection \ + rubygem-pango>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-pango USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/graphics/rubygem-clutter/distinfo ============================================================================== --- head/graphics/rubygem-clutter/distinfo Sun May 3 19:38:30 2015 (r385321) +++ head/graphics/rubygem-clutter/distinfo Sun May 3 19:38:35 2015 (r385322) @@ -1,2 +1,2 @@ -SHA256 (rubygem/clutter-2.2.3.gem) = fbb894c08e45e70a0670c416c80480a2abe146f9db7426e1dce6fbfed9cda31c -SIZE (rubygem/clutter-2.2.3.gem) = 30720 +SHA256 (rubygem/clutter-2.2.5.gem) = e46db89f53be87fd3e337a368053c03ecdcc58fe71ca678668988e1bf8ea4f0f +SIZE (rubygem/clutter-2.2.5.gem) = 33280