From owner-svn-ports-all@FreeBSD.ORG Sun Dec 15 19:41:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A82468E; Sun, 15 Dec 2013 19:41:44 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CB9F1D28; Sun, 15 Dec 2013 19:41:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFJfiV0057177; Sun, 15 Dec 2013 19:41:44 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBFJfhAE057174; Sun, 15 Dec 2013 19:41:43 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201312151941.rBFJfhAE057174@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 15 Dec 2013 19:41:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336573 - in head/x11-themes/gtk-oxygen-engine: . files 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.17 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, 15 Dec 2013 19:41:44 -0000 Author: rakuco Date: Sun Dec 15 19:41:43 2013 New Revision: 336573 URL: http://svnweb.freebsd.org/changeset/ports/336573 Log: - Update to 1.4.1. - Support staging. Changes in this version: * Mark zotero as XUL application * Fix some antialias issue on sliders Deleted: head/x11-themes/gtk-oxygen-engine/files/ Modified: head/x11-themes/gtk-oxygen-engine/Makefile head/x11-themes/gtk-oxygen-engine/distinfo head/x11-themes/gtk-oxygen-engine/pkg-plist Modified: head/x11-themes/gtk-oxygen-engine/Makefile ============================================================================== --- head/x11-themes/gtk-oxygen-engine/Makefile Sun Dec 15 19:30:39 2013 (r336572) +++ head/x11-themes/gtk-oxygen-engine/Makefile Sun Dec 15 19:41:43 2013 (r336573) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= oxygen -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk2/${PORTVERSION}/src/ +MASTER_SITE_SUBDIR= stable/${PORTNAME}-gtk2/${PORTVERSION}/src PKGNAMEPREFIX= gtk- PKGNAMESUFFIX= -engine DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} @@ -14,12 +14,11 @@ COMMENT= Oxygen-Gtk engine and theme LICENSE= LGPL21 -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes USE_GNOME= gtk20 USES= cmake pkgconfig -NO_STAGE= yes .include Modified: head/x11-themes/gtk-oxygen-engine/distinfo ============================================================================== --- head/x11-themes/gtk-oxygen-engine/distinfo Sun Dec 15 19:30:39 2013 (r336572) +++ head/x11-themes/gtk-oxygen-engine/distinfo Sun Dec 15 19:41:43 2013 (r336573) @@ -1,2 +1,2 @@ -SHA256 (oxygen-gtk2-1.4.0.tar.bz2) = 84e24b78c71a73c38bfe41da609524307344060fe7e74fa9790380da234e1734 -SIZE (oxygen-gtk2-1.4.0.tar.bz2) = 198415 +SHA256 (oxygen-gtk2-1.4.1.tar.bz2) = 8dab594f7ddd133068d2abe18bab023579e78b7108114780edaf40f43e6d798f +SIZE (oxygen-gtk2-1.4.1.tar.bz2) = 197293 Modified: head/x11-themes/gtk-oxygen-engine/pkg-plist ============================================================================== --- head/x11-themes/gtk-oxygen-engine/pkg-plist Sun Dec 15 19:30:39 2013 (r336572) +++ head/x11-themes/gtk-oxygen-engine/pkg-plist Sun Dec 15 19:41:43 2013 (r336573) @@ -12,3 +12,6 @@ share/themes/oxygen-gtk/gtk-2.0/special- @dirrm share/themes/oxygen-gtk/gtk-2.0 @dirrmtry share/themes/oxygen-gtk @dirrmtry share/themes +@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%%/engines +@dirrmtry lib/gtk-2.0/%%GTK2_VERSION%% +@dirrmtry lib/gtk-2.0