From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 07:50:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAFE8C04; Sun, 27 Jul 2014 07:50:12 +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 7E71A2FEB; Sun, 27 Jul 2014 07:50:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6R7oC7s046885; Sun, 27 Jul 2014 07:50:12 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6R7oCug046883; Sun, 27 Jul 2014 07:50:12 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407270750.s6R7oCug046883@svn.freebsd.org> From: John Marino Date: Sun, 27 Jul 2014 07:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363017 - head/graphics/shotwell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 07:50:12 -0000 Author: marino Date: Sun Jul 27 07:50:11 2014 New Revision: 363017 URL: http://svnweb.freebsd.org/changeset/ports/363017 QAT: https://qat.redports.org/buildarchive/r363017/ Log: graphics/shotwell: Upgrade from version 0.18.0 => 0.18.1 This fixes a flickering issue. While here, remove an unneeded dependency and, if appropriate, strip libraries before they are installed. PR: 191887 Submitted by: maintainer (cmt) Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun Jul 27 07:30:26 2014 (r363016) +++ head/graphics/shotwell/Makefile Sun Jul 27 07:50:11 2014 (r363017) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.18.0 -PORTREVISION= 1 +PORTVERSION= 0.18.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} @@ -27,7 +26,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI librest-0.7.so:${PORTSDIR}/devel/librest USES= shebangfix gettext desktop-file-utils gmake pkgconfig tar:xz -USE_GNOME= gnomehier gconf2 gtk20 gnomedocutils librsvg2 +USE_GNOME= dconf gnomehier gtk30 gnomedocutils USE_SQLITE= 3 USE_GSTREAMER1= yes HAS_CONFIGURE= yes @@ -67,6 +66,14 @@ post-configure: -e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \ ${WRKSRC}/src/AppDirs.vala +post-install: + @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/shotwell \ + ${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-transitions.so \ + ${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-publishing.so \ + ${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-data-imports.so \ + ${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-publishing-extras.so \ + ${STAGEDIR}${LOCALBASE}/libexec/shotwell/shotwell-video-thumbnailer + .include # attempt at a DATADIR safe port Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Sun Jul 27 07:30:26 2014 (r363016) +++ head/graphics/shotwell/distinfo Sun Jul 27 07:50:11 2014 (r363017) @@ -1,2 +1,2 @@ -SHA256 (shotwell-0.18.0.tar.xz) = 6717b73cb243918ae71d251fddae27d0967a1d26727b43beefc40d3782fe0033 -SIZE (shotwell-0.18.0.tar.xz) = 1727216 +SHA256 (shotwell-0.18.1.tar.xz) = af1e1a682a7d293b04970b81f2c25c267f5dd9b2cd7b1ebc84eb0bb45c123317 +SIZE (shotwell-0.18.1.tar.xz) = 1727276