From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 14:12:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 905068E0; Sun, 5 Oct 2014 14:12:47 +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 729F9C60; Sun, 5 Oct 2014 14:12:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95ECltS016274; Sun, 5 Oct 2014 14:12:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95ECklR016266; Sun, 5 Oct 2014 14:12:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201410051412.s95ECklR016266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 5 Oct 2014 14:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370084 - in head/graphics/shotwell: . 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Oct 2014 14:12:47 -0000 Author: madpilot Date: Sun Oct 5 14:12:45 2014 New Revision: 370084 URL: https://svnweb.freebsd.org/changeset/ports/370084 QAT: https://qat.redports.org/buildarchive/r370084/ Log: - Update to 0.20.0 - Remove dirrms PR: 194001 Submitted by: cmt@burggraben.net (maintainer) Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo head/graphics/shotwell/files/patch-Makefile head/graphics/shotwell/files/patch-src-camera-CameraTable.vala head/graphics/shotwell/pkg-plist Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun Oct 5 14:10:18 2014 (r370083) +++ head/graphics/shotwell/Makefile Sun Oct 5 14:12:45 2014 (r370084) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.18.1 -PORTREVISION= 1 +PORTVERSION= 0.20.0 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Sun Oct 5 14:10:18 2014 (r370083) +++ head/graphics/shotwell/distinfo Sun Oct 5 14:12:45 2014 (r370084) @@ -1,2 +1,2 @@ -SHA256 (shotwell-0.18.1.tar.xz) = af1e1a682a7d293b04970b81f2c25c267f5dd9b2cd7b1ebc84eb0bb45c123317 -SIZE (shotwell-0.18.1.tar.xz) = 1727276 +SHA256 (shotwell-0.20.0.tar.xz) = d698ee59e2b582b4553ff343aa92a5bbc3e56146e5cbd3f2af321be4bca56f70 +SIZE (shotwell-0.20.0.tar.xz) = 1809492 Modified: head/graphics/shotwell/files/patch-Makefile ============================================================================== --- head/graphics/shotwell/files/patch-Makefile Sun Oct 5 14:10:18 2014 (r370083) +++ head/graphics/shotwell/files/patch-Makefile Sun Oct 5 14:12:45 2014 (r370084) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-11-09 18:33:15.000000000 +0100 -+++ Makefile 2013-11-09 18:46:05.000000000 +0100 -@@ -315,7 +315,6 @@ +--- Makefile.orig 2014-09-28 18:41:10.000000000 +0200 ++++ Makefile 2014-09-28 18:43:30.000000000 +0200 +@@ -261,7 +261,6 @@ gstreamer-base-1.0 \ gstreamer-pbutils-1.0 \ gtk+-3.0 \ @@ -8,7 +8,7 @@ libexif \ libgphoto2 \ json-glib-1.0 \ -@@ -347,7 +346,6 @@ +@@ -293,7 +292,6 @@ gstreamer-plugins-base-1.0 >= 1.0.0 \ gstreamer-pbutils-1.0 >= 1.0.0 \ gtk+-3.0 >= 3.6.0 \ @@ -16,17 +16,7 @@ libexif >= 0.6.16 \ libgphoto2 >= 2.4.2 \ libraw >= 0.13.2 \ -@@ -461,6 +459,9 @@ - # Required for gudev-1.0 - CFLAGS += -DG_UDEV_API_IS_SUBJECT_TO_CHANGE - -+# do not forget about libintl -+LDFLAGS += -lintl -+ - all: pkgcheck valacheck desktop - - ifdef ENABLE_BUILD_FOR_GLADE -@@ -591,8 +592,8 @@ +@@ -543,8 +541,8 @@ glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas endif ifndef DISABLE_GSETTINGS_CONVERT_INSTALL Modified: head/graphics/shotwell/files/patch-src-camera-CameraTable.vala ============================================================================== --- head/graphics/shotwell/files/patch-src-camera-CameraTable.vala Sun Oct 5 14:10:18 2014 (r370083) +++ head/graphics/shotwell/files/patch-src-camera-CameraTable.vala Sun Oct 5 14:12:45 2014 (r370084) @@ -1,5 +1,5 @@ ---- src/camera/CameraTable.vala.orig 2013-11-09 18:20:35.000000000 +0100 -+++ src/camera/CameraTable.vala 2013-11-09 18:24:57.000000000 +0100 +--- src/camera/CameraTable.vala.orig 2014-09-28 18:49:39.000000000 +0200 ++++ src/camera/CameraTable.vala 2014-09-28 19:10:01.000000000 +0200 @@ -26,7 +26,6 @@ private static CameraTable instance = null; Modified: head/graphics/shotwell/pkg-plist ============================================================================== --- head/graphics/shotwell/pkg-plist Sun Oct 5 14:10:18 2014 (r370083) +++ head/graphics/shotwell/pkg-plist Sun Oct 5 14:12:45 2014 (r370084) @@ -5,11 +5,17 @@ lib/shotwell/plugins/builtin/facebook_pu lib/shotwell/plugins/builtin/flickr.png lib/shotwell/plugins/builtin/flickr_pin_entry_pane.glade lib/shotwell/plugins/builtin/flickr_publishing_options_pane.glade +lib/shotwell/plugins/builtin/gallery3.png +lib/shotwell/plugins/builtin/gallery3_authentication_pane.glade +lib/shotwell/plugins/builtin/gallery3_publishing_options_pane.glade lib/shotwell/plugins/builtin/picasa.png lib/shotwell/plugins/builtin/picasa_publishing_options_pane.glade lib/shotwell/plugins/builtin/piwigo.png lib/shotwell/plugins/builtin/piwigo_authentication_pane.glade lib/shotwell/plugins/builtin/piwigo_publishing_options_pane.glade +lib/shotwell/plugins/builtin/rajce.png +lib/shotwell/plugins/builtin/rajce_authentication_pane.glade +lib/shotwell/plugins/builtin/rajce_publishing_options_pane.glade lib/shotwell/plugins/builtin/shotwell-data-imports.so lib/shotwell/plugins/builtin/shotwell-publishing-extras.so lib/shotwell/plugins/builtin/shotwell-publishing.so @@ -147,6 +153,44 @@ share/gnome/help/shotwell/es/share-uploa share/gnome/help/shotwell/es/view-displaying.page share/gnome/help/shotwell/es/view-information.page share/gnome/help/shotwell/es/view-sidebar.page +share/gnome/help/shotwell/hu/edit-adjustments.page +share/gnome/help/shotwell/hu/edit-crop.page +share/gnome/help/shotwell/hu/edit-enhance.page +share/gnome/help/shotwell/hu/edit-external.page +share/gnome/help/shotwell/hu/edit-nondestructive.page +share/gnome/help/shotwell/hu/edit-redeye.page +share/gnome/help/shotwell/hu/edit-rotate.page +share/gnome/help/shotwell/hu/edit-straighten.page +share/gnome/help/shotwell/hu/edit-time-date.page +share/gnome/help/shotwell/hu/edit-undo.page +share/gnome/help/shotwell/hu/formats.page +share/gnome/help/shotwell/hu/import-camera.page +share/gnome/help/shotwell/hu/import-f-spot.page +share/gnome/help/shotwell/hu/import-file.page +share/gnome/help/shotwell/hu/import-memorycard.page +share/gnome/help/shotwell/hu/index.page +share/gnome/help/shotwell/hu/organize-event.page +share/gnome/help/shotwell/hu/organize-flag.page +share/gnome/help/shotwell/hu/organize-rating.page +share/gnome/help/shotwell/hu/organize-remove.page +share/gnome/help/shotwell/hu/organize-search.page +share/gnome/help/shotwell/hu/organize-tag.page +share/gnome/help/shotwell/hu/organize-title.page +share/gnome/help/shotwell/hu/other-files.page +share/gnome/help/shotwell/hu/other-missing.page +share/gnome/help/shotwell/hu/other-multiple.page +share/gnome/help/shotwell/hu/other-plugins.page +share/gnome/help/shotwell/hu/raw.page +share/gnome/help/shotwell/hu/running.page +share/gnome/help/shotwell/hu/share-background.page +share/gnome/help/shotwell/hu/share-export.page +share/gnome/help/shotwell/hu/share-print.page +share/gnome/help/shotwell/hu/share-send.page +share/gnome/help/shotwell/hu/share-slideshow.page +share/gnome/help/shotwell/hu/share-upload.page +share/gnome/help/shotwell/hu/view-displaying.page +share/gnome/help/shotwell/hu/view-information.page +share/gnome/help/shotwell/hu/view-sidebar.page share/icons/hicolor/16x16/apps/shotwell.svg share/icons/hicolor/24x24/apps/shotwell.svg share/icons/hicolor/scalable/apps/shotwell.svg @@ -169,6 +213,7 @@ share/locale/et/LC_MESSAGES/shotwell.mo share/locale/eu/LC_MESSAGES/shotwell.mo share/locale/fi/LC_MESSAGES/shotwell.mo share/locale/fr/LC_MESSAGES/shotwell.mo +share/locale/gd/LC_MESSAGES/shotwell.mo share/locale/gl/LC_MESSAGES/shotwell.mo share/locale/gu/LC_MESSAGES/shotwell.mo share/locale/he/LC_MESSAGES/shotwell.mo @@ -202,6 +247,7 @@ share/locale/ru/LC_MESSAGES/shotwell.mo share/locale/sk/LC_MESSAGES/shotwell.mo share/locale/sl/LC_MESSAGES/shotwell.mo share/locale/sr/LC_MESSAGES/shotwell.mo +share/locale/sr@latin/LC_MESSAGES/shotwell.mo share/locale/sv/LC_MESSAGES/shotwell.mo share/locale/ta/LC_MESSAGES/shotwell.mo share/locale/te/LC_MESSAGES/shotwell.mo @@ -283,18 +329,3 @@ share/locale/zh_TW/LC_MESSAGES/shotwell. %%DATADIR%%/ui/tags.ui %%DATADIR%%/ui/top.ui %%DATADIR%%/ui/trash.ui -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm share/gnome/help/shotwell/C/figures -@dirrm share/gnome/help/shotwell/C -@dirrm share/gnome/help/shotwell/es -@dirrm share/gnome/help/shotwell/el -@dirrm share/gnome/help/shotwell -@dirrmtry share/appdata -@dirrm libexec/shotwell -@dirrm lib/shotwell/plugins/builtin -@dirrm lib/shotwell/plugins -@dirrm lib/shotwell -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true