From owner-svn-ports-all@freebsd.org Fri Jun 9 09:29:17 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 D2489BF086A; Fri, 9 Jun 2017 09:29:17 +0000 (UTC) (envelope-from kwm@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 9FE4F1F0; Fri, 9 Jun 2017 09:29:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v599TGDg089352; Fri, 9 Jun 2017 09:29:16 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v599TGpo089349; Fri, 9 Jun 2017 09:29:16 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706090929.v599TGpo089349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 9 Jun 2017 09:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442976 - head/graphics/clutter-gtk3 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: Fri, 09 Jun 2017 09:29:17 -0000 Author: kwm Date: Fri Jun 9 09:29:16 2017 New Revision: 442976 URL: https://svnweb.freebsd.org/changeset/ports/442976 Log: Update clutter-gtk3 to 1.8.2 * Add license * Review dependancies * Switch to USES=localbase Modified: head/graphics/clutter-gtk3/Makefile head/graphics/clutter-gtk3/distinfo head/graphics/clutter-gtk3/pkg-plist Modified: head/graphics/clutter-gtk3/Makefile ============================================================================== --- head/graphics/clutter-gtk3/Makefile Fri Jun 9 09:28:42 2017 (r442975) +++ head/graphics/clutter-gtk3/Makefile Fri Jun 9 09:29:16 2017 (r442976) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clutter-gtk -PORTVERSION= 1.6.6 +PORTVERSION= 1.8.2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -10,15 +10,16 @@ PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter -LIB_DEPENDS= libclutter-1.0.so:graphics/clutter +LIB_DEPENDS= libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libjson-glib-1.0.so:devel/json-glib -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gtk30 introspection -USE_XORG= xp x11 +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build +USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr +USE_GL= egl USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Modified: head/graphics/clutter-gtk3/distinfo ============================================================================== --- head/graphics/clutter-gtk3/distinfo Fri Jun 9 09:28:42 2017 (r442975) +++ head/graphics/clutter-gtk3/distinfo Fri Jun 9 09:29:16 2017 (r442976) @@ -1,2 +1,3 @@ -SHA256 (clutter-gtk-1.6.6.tar.xz) = 9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 -SIZE (clutter-gtk-1.6.6.tar.xz) = 326540 +TIMESTAMP = 1496858585 +SHA256 (clutter-gtk-1.8.2.tar.xz) = da27d486325490ad3f65d2abf9413aeb8b4a8f7b559e4b2f73567a5344a26b94 +SIZE (clutter-gtk-1.8.2.tar.xz) = 326964 Modified: head/graphics/clutter-gtk3/pkg-plist ============================================================================== --- head/graphics/clutter-gtk3/pkg-plist Fri Jun 9 09:28:42 2017 (r442975) +++ head/graphics/clutter-gtk3/pkg-plist Fri Jun 9 09:29:16 2017 (r442976) @@ -8,7 +8,7 @@ include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window lib/girepository-1.0/GtkClutter-1.0.typelib lib/libclutter-gtk-1.0.so lib/libclutter-gtk-1.0.so.0 -lib/libclutter-gtk-1.0.so.0.600.6 +lib/libclutter-gtk-1.0.so.0.800.2 libdata/pkgconfig/clutter-gtk-1.0.pc share/gir-1.0/GtkClutter-1.0.gir share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo