From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 19:05:19 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59ABAE4F; Fri, 20 Jun 2014 19:05:19 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CAEB20A1; Fri, 20 Jun 2014 19:05:18 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id cc10so1288507wib.12 for ; Fri, 20 Jun 2014 12:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=OxKpOjUZc3h+srSn3V1mfJvxewSnu9czm6M7+o1lhCk=; b=K0njDsJ+/pxiXbhCezFMXi8H1cpBnetCRTSARPdj6AJhrkUpOBMOAZoN7Gwncc4Oe6 uLKOKs1sFDYHhNFZw7pNvmctQnVw8RI8bS3ZqEYMmkV49DPfhyy4o+R3KU/Z0X7uukt9 H8etRYHoHZ9+4Ei3WBWNHcYJwk2XVnYZwq2A5fkpF73ChhaXGjJj4ZF3DzMw4qw3EnF+ STRyhKTafh0Jsa0n1QU8Vn0EpVkIwjjQJMo/GTFH5yKiC/Kl0DE53NZwnKJlC6mlfMxl lFjw432funsW0J8ufCbuh2pN5dk8jtNKAA5huNNrf+6xSYjDEPuC94NxcCVJb9BWbjdO ZxLQ== X-Received: by 10.194.77.103 with SMTP id r7mr5705377wjw.67.1403291116434; Fri, 20 Jun 2014 12:05:16 -0700 (PDT) Received: from tuborg (AMarseille-656-1-627-202.w92-153.abo.wanadoo.fr. [92.153.196.202]) by mx.google.com with ESMTPSA id jy8sm17341381wjc.7.2014.06.20.12.05.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 20 Jun 2014 12:05:15 -0700 (PDT) Sender: Olivier Duchateau Date: Fri, 20 Jun 2014 21:03:27 +0000 From: Olivier Duchateau To: Raphael Kubo da Costa Subject: Re: svn commit: r358629 - head/graphics/shotwell Message-Id: <20140620210327.163b9ba8aa148014bfc47aa2@freebsd.org> In-Reply-To: <201406201844.s5KIinZL064401@svn.freebsd.org> References: <201406201844.s5KIinZL064401@svn.freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.19; i386-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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, 20 Jun 2014 19:05:19 -0000 On Fri, 20 Jun 2014 18:44:49 +0000 (UTC) Raphael Kubo da Costa wrote: > Author: rakuco > Date: Fri Jun 20 18:44:49 2014 > New Revision: 358629 > URL: http://svnweb.freebsd.org/changeset/ports/358629 > QAT: https://qat.redports.org/buildarchive/r358629/ > > Log: > - Update to 0.18.0. > - Pass maintainership to submitter. > > PR: 191196 > Submitted by: cmt@burggraben.net > > Modified: > head/graphics/shotwell/Makefile > head/graphics/shotwell/distinfo > head/graphics/shotwell/pkg-plist Are you sure about GNOME dependencies? I've already sent fix to previous maintainer (without response). But Shotwell needs GTK3 no GTK2. It depends of www/webkit-gtk3 (so be consistent) and since Vala 0.20, the only toolkit is GTK3 (GTK2 vapi file is still present, but causes error during compilation stage). > Modified: head/graphics/shotwell/Makefile > ============================================================================== > --- head/graphics/shotwell/Makefile Fri Jun 20 18:44:38 2014 (r358628) > +++ head/graphics/shotwell/Makefile Fri Jun 20 18:44:49 2014 (r358629) > @@ -2,12 +2,11 @@ > # $FreeBSD$ > > PORTNAME= shotwell > -PORTVERSION= 0.15.1 > -PORTREVISION= 2 > +PORTVERSION= 0.18.0 > CATEGORIES= graphics gnome > MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= cmt@burggraben.net > COMMENT= Open source photo manager for GNOME > > LICENSE= LGPL21 > @@ -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 librsvg2 > +USE_GNOME= gnomehier gconf2 gtk20 gnomedocutils librsvg2 > USE_SQLITE= 3 > USE_GSTREAMER1= yes > HAS_CONFIGURE= yes > > Modified: head/graphics/shotwell/distinfo > ============================================================================== > --- head/graphics/shotwell/distinfo Fri Jun 20 18:44:38 2014 (r358628) > +++ head/graphics/shotwell/distinfo Fri Jun 20 18:44:49 2014 (r358629) > @@ -1,2 +1,2 @@ > -SHA256 (shotwell-0.15.1.tar.xz) = eb48a0398774f172feaa4461146cc81a99540147bd8751c1e2091b21d4c20b8b > -SIZE (shotwell-0.15.1.tar.xz) = 1676428 > +SHA256 (shotwell-0.18.0.tar.xz) = 6717b73cb243918ae71d251fddae27d0967a1d26727b43beefc40d3782fe0033 > +SIZE (shotwell-0.18.0.tar.xz) = 1727216 > > Modified: head/graphics/shotwell/pkg-plist > ============================================================================== > --- head/graphics/shotwell/pkg-plist Fri Jun 20 18:44:38 2014 (r358628) > +++ head/graphics/shotwell/pkg-plist Fri Jun 20 18:44:49 2014 (r358629) > @@ -23,9 +23,11 @@ lib/shotwell/plugins/builtin/youtube.png > lib/shotwell/plugins/builtin/youtube_publishing_options_pane.glade > libexec/shotwell/shotwell-settings-migrator > libexec/shotwell/shotwell-video-thumbnailer > +share/GConf/gsettings/shotwell.convert > share/appdata/shotwell.appdata.xml > share/applications/shotwell-viewer.desktop > share/applications/shotwell.desktop > +share/glib-2.0/schemas/gschemas.compiled > share/gnome/help/shotwell/C/edit-adjustments.page > share/gnome/help/shotwell/C/edit-crop.page > share/gnome/help/shotwell/C/edit-enhance.page > @@ -69,134 +71,147 @@ share/gnome/help/shotwell/C/share-upload > share/gnome/help/shotwell/C/view-displaying.page > share/gnome/help/shotwell/C/view-information.page > share/gnome/help/shotwell/C/view-sidebar.page > +share/gnome/help/shotwell/el/edit-adjustments.page > +share/gnome/help/shotwell/el/edit-crop.page > +share/gnome/help/shotwell/el/edit-enhance.page > +share/gnome/help/shotwell/el/edit-external.page > +share/gnome/help/shotwell/el/edit-nondestructive.page > +share/gnome/help/shotwell/el/edit-redeye.page > +share/gnome/help/shotwell/el/edit-rotate.page > +share/gnome/help/shotwell/el/edit-straighten.page > +share/gnome/help/shotwell/el/edit-time-date.page > +share/gnome/help/shotwell/el/edit-undo.page > +share/gnome/help/shotwell/el/formats.page > +share/gnome/help/shotwell/el/import-camera.page > +share/gnome/help/shotwell/el/import-f-spot.page > +share/gnome/help/shotwell/el/import-file.page > +share/gnome/help/shotwell/el/import-memorycard.page > +share/gnome/help/shotwell/el/index.page > +share/gnome/help/shotwell/el/organize-event.page > +share/gnome/help/shotwell/el/organize-flag.page > +share/gnome/help/shotwell/el/organize-rating.page > +share/gnome/help/shotwell/el/organize-remove.page > +share/gnome/help/shotwell/el/organize-search.page > +share/gnome/help/shotwell/el/organize-tag.page > +share/gnome/help/shotwell/el/organize-title.page > +share/gnome/help/shotwell/el/other-files.page > +share/gnome/help/shotwell/el/other-missing.page > +share/gnome/help/shotwell/el/other-multiple.page > +share/gnome/help/shotwell/el/other-plugins.page > +share/gnome/help/shotwell/el/raw.page > +share/gnome/help/shotwell/el/running.page > +share/gnome/help/shotwell/el/share-background.page > +share/gnome/help/shotwell/el/share-export.page > +share/gnome/help/shotwell/el/share-print.page > +share/gnome/help/shotwell/el/share-send.page > +share/gnome/help/shotwell/el/share-slideshow.page > +share/gnome/help/shotwell/el/share-upload.page > +share/gnome/help/shotwell/el/view-displaying.page > +share/gnome/help/shotwell/el/view-information.page > +share/gnome/help/shotwell/el/view-sidebar.page > +share/gnome/help/shotwell/es/edit-adjustments.page > +share/gnome/help/shotwell/es/edit-crop.page > +share/gnome/help/shotwell/es/edit-enhance.page > +share/gnome/help/shotwell/es/edit-external.page > +share/gnome/help/shotwell/es/edit-nondestructive.page > +share/gnome/help/shotwell/es/edit-redeye.page > +share/gnome/help/shotwell/es/edit-rotate.page > +share/gnome/help/shotwell/es/edit-straighten.page > +share/gnome/help/shotwell/es/edit-time-date.page > +share/gnome/help/shotwell/es/edit-undo.page > +share/gnome/help/shotwell/es/formats.page > +share/gnome/help/shotwell/es/import-camera.page > +share/gnome/help/shotwell/es/import-f-spot.page > +share/gnome/help/shotwell/es/import-file.page > +share/gnome/help/shotwell/es/import-memorycard.page > +share/gnome/help/shotwell/es/index.page > +share/gnome/help/shotwell/es/organize-event.page > +share/gnome/help/shotwell/es/organize-flag.page > +share/gnome/help/shotwell/es/organize-rating.page > +share/gnome/help/shotwell/es/organize-remove.page > +share/gnome/help/shotwell/es/organize-search.page > +share/gnome/help/shotwell/es/organize-tag.page > +share/gnome/help/shotwell/es/organize-title.page > +share/gnome/help/shotwell/es/other-files.page > +share/gnome/help/shotwell/es/other-missing.page > +share/gnome/help/shotwell/es/other-multiple.page > +share/gnome/help/shotwell/es/other-plugins.page > +share/gnome/help/shotwell/es/raw.page > +share/gnome/help/shotwell/es/running.page > +share/gnome/help/shotwell/es/share-background.page > +share/gnome/help/shotwell/es/share-export.page > +share/gnome/help/shotwell/es/share-print.page > +share/gnome/help/shotwell/es/share-send.page > +share/gnome/help/shotwell/es/share-slideshow.page > +share/gnome/help/shotwell/es/share-upload.page > +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/icons/hicolor/16x16/apps/shotwell.svg > share/icons/hicolor/24x24/apps/shotwell.svg > share/icons/hicolor/scalable/apps/shotwell.svg > share/locale/af/LC_MESSAGES/shotwell.mo > -share/locale/af_ZA/LC_MESSAGES/shotwell.mo > -share/locale/ar/LC_MESSAGES/shotwell-extras.mo > share/locale/ar/LC_MESSAGES/shotwell.mo > -share/locale/as/LC_MESSAGES/shotwell-extras.mo > share/locale/as/LC_MESSAGES/shotwell.mo > -share/locale/ast/LC_MESSAGES/shotwell-extras.mo > share/locale/ast/LC_MESSAGES/shotwell.mo > -share/locale/bg/LC_MESSAGES/shotwell-extras.mo > share/locale/bg/LC_MESSAGES/shotwell.mo > -share/locale/bn/LC_MESSAGES/shotwell-extras.mo > share/locale/bn/LC_MESSAGES/shotwell.mo > -share/locale/bn_IN/LC_MESSAGES/shotwell-extras.mo > share/locale/bn_IN/LC_MESSAGES/shotwell.mo > -share/locale/ca/LC_MESSAGES/shotwell-extras.mo > share/locale/ca/LC_MESSAGES/shotwell.mo > -share/locale/cs/LC_MESSAGES/shotwell-extras.mo > share/locale/cs/LC_MESSAGES/shotwell.mo > -share/locale/da/LC_MESSAGES/shotwell-extras.mo > share/locale/da/LC_MESSAGES/shotwell.mo > -share/locale/de/LC_MESSAGES/shotwell-extras.mo > share/locale/de/LC_MESSAGES/shotwell.mo > -share/locale/el/LC_MESSAGES/shotwell-extras.mo > share/locale/el/LC_MESSAGES/shotwell.mo > -share/locale/en_GB/LC_MESSAGES/shotwell-extras.mo > share/locale/en_GB/LC_MESSAGES/shotwell.mo > -share/locale/eo/LC_MESSAGES/shotwell-extras.mo > -share/locale/es/LC_MESSAGES/shotwell-extras.mo > +share/locale/eo/LC_MESSAGES/shotwell.mo > share/locale/es/LC_MESSAGES/shotwell.mo > -share/locale/et/LC_MESSAGES/shotwell-extras.mo > share/locale/et/LC_MESSAGES/shotwell.mo > -share/locale/eu/LC_MESSAGES/shotwell-extras.mo > share/locale/eu/LC_MESSAGES/shotwell.mo > -share/locale/fi/LC_MESSAGES/shotwell-extras.mo > share/locale/fi/LC_MESSAGES/shotwell.mo > -share/locale/fr/LC_MESSAGES/shotwell-extras.mo > share/locale/fr/LC_MESSAGES/shotwell.mo > -share/locale/gl/LC_MESSAGES/shotwell-extras.mo > share/locale/gl/LC_MESSAGES/shotwell.mo > -share/locale/gu/LC_MESSAGES/shotwell-extras.mo > share/locale/gu/LC_MESSAGES/shotwell.mo > -share/locale/he/LC_MESSAGES/shotwell-extras.mo > share/locale/he/LC_MESSAGES/shotwell.mo > -share/locale/hi/LC_MESSAGES/shotwell-extras.mo > share/locale/hi/LC_MESSAGES/shotwell.mo > -share/locale/hr/LC_MESSAGES/shotwell-extras.mo > share/locale/hr/LC_MESSAGES/shotwell.mo > -share/locale/hu/LC_MESSAGES/shotwell-extras.mo > share/locale/hu/LC_MESSAGES/shotwell.mo > share/locale/ia/LC_MESSAGES/shotwell.mo > -share/locale/id/LC_MESSAGES/shotwell-extras.mo > share/locale/id/LC_MESSAGES/shotwell.mo > -share/locale/id_ID/LC_MESSAGES/shotwell-extras.mo > -share/locale/id_ID/LC_MESSAGES/shotwell.mo > -share/locale/it/LC_MESSAGES/shotwell-extras.mo > share/locale/it/LC_MESSAGES/shotwell.mo > -share/locale/ja/LC_MESSAGES/shotwell-extras.mo > share/locale/ja/LC_MESSAGES/shotwell.mo > -share/locale/kk/LC_MESSAGES/shotwell-extras.mo > share/locale/kk/LC_MESSAGES/shotwell.mo > share/locale/km/LC_MESSAGES/shotwell.mo > -share/locale/kn/LC_MESSAGES/shotwell-extras.mo > share/locale/kn/LC_MESSAGES/shotwell.mo > -share/locale/ko/LC_MESSAGES/shotwell-extras.mo > share/locale/ko/LC_MESSAGES/shotwell.mo > share/locale/ky/LC_MESSAGES/shotwell.mo > -share/locale/lt/LC_MESSAGES/shotwell-extras.mo > share/locale/lt/LC_MESSAGES/shotwell.mo > -share/locale/lv/LC_MESSAGES/shotwell-extras.mo > share/locale/lv/LC_MESSAGES/shotwell.mo > -share/locale/mk/LC_MESSAGES/shotwell-extras.mo > share/locale/mk/LC_MESSAGES/shotwell.mo > -share/locale/ml/LC_MESSAGES/shotwell-extras.mo > share/locale/ml/LC_MESSAGES/shotwell.mo > -share/locale/mr/LC_MESSAGES/shotwell-extras.mo > share/locale/mr/LC_MESSAGES/shotwell.mo > -share/locale/nb/LC_MESSAGES/shotwell-extras.mo > share/locale/nb/LC_MESSAGES/shotwell.mo > -share/locale/nl/LC_MESSAGES/shotwell-extras.mo > share/locale/nl/LC_MESSAGES/shotwell.mo > -share/locale/nn_NO/LC_MESSAGES/shotwell-extras.mo > -share/locale/nn_NO/LC_MESSAGES/shotwell.mo > -share/locale/or/LC_MESSAGES/shotwell-extras.mo > +share/locale/nn/LC_MESSAGES/shotwell.mo > share/locale/or/LC_MESSAGES/shotwell.mo > -share/locale/pa/LC_MESSAGES/shotwell-extras.mo > share/locale/pa/LC_MESSAGES/shotwell.mo > -share/locale/pl/LC_MESSAGES/shotwell-extras.mo > share/locale/pl/LC_MESSAGES/shotwell.mo > -share/locale/pt/LC_MESSAGES/shotwell-extras.mo > share/locale/pt/LC_MESSAGES/shotwell.mo > -share/locale/pt_BR/LC_MESSAGES/shotwell-extras.mo > share/locale/pt_BR/LC_MESSAGES/shotwell.mo > -share/locale/ro/LC_MESSAGES/shotwell-extras.mo > share/locale/ro/LC_MESSAGES/shotwell.mo > -share/locale/ru/LC_MESSAGES/shotwell-extras.mo > share/locale/ru/LC_MESSAGES/shotwell.mo > -share/locale/sk/LC_MESSAGES/shotwell-extras.mo > share/locale/sk/LC_MESSAGES/shotwell.mo > -share/locale/sl/LC_MESSAGES/shotwell-extras.mo > share/locale/sl/LC_MESSAGES/shotwell.mo > -share/locale/sr/LC_MESSAGES/shotwell-extras.mo > share/locale/sr/LC_MESSAGES/shotwell.mo > -share/locale/sv/LC_MESSAGES/shotwell-extras.mo > share/locale/sv/LC_MESSAGES/shotwell.mo > -share/locale/ta/LC_MESSAGES/shotwell-extras.mo > share/locale/ta/LC_MESSAGES/shotwell.mo > -share/locale/ta_IN/LC_MESSAGES/shotwell.mo > -share/locale/te/LC_MESSAGES/shotwell-extras.mo > share/locale/te/LC_MESSAGES/shotwell.mo > -share/locale/te_IN/LC_MESSAGES/shotwell.mo > -share/locale/th/LC_MESSAGES/shotwell-extras.mo > share/locale/th/LC_MESSAGES/shotwell.mo > -share/locale/tr/LC_MESSAGES/shotwell-extras.mo > share/locale/tr/LC_MESSAGES/shotwell.mo > -share/locale/tr_TR/LC_MESSAGES/shotwell-extras.mo > -share/locale/tr_TR/LC_MESSAGES/shotwell.mo > -share/locale/uk/LC_MESSAGES/shotwell-extras.mo > share/locale/uk/LC_MESSAGES/shotwell.mo > -share/locale/vi/LC_MESSAGES/shotwell-extras.mo > share/locale/vi/LC_MESSAGES/shotwell.mo > -share/locale/zh_CN/LC_MESSAGES/shotwell-extras.mo > share/locale/zh_CN/LC_MESSAGES/shotwell.mo > -share/locale/zh_TW/LC_MESSAGES/shotwell-extras.mo > +share/locale/zh_HK/LC_MESSAGES/shotwell.mo > share/locale/zh_TW/LC_MESSAGES/shotwell.mo > -share/GConf/gsettings/shotwell.convert > %%DATADIR%%/icons/all-rejected.png > %%DATADIR%%/icons/crop-pivot-reticle.png > %%DATADIR%%/icons/crop.svg > @@ -271,22 +286,10 @@ share/GConf/gsettings/shotwell.convert > @dirrm %%DATADIR%%/ui > @dirrm %%DATADIR%%/icons > @dirrm %%DATADIR%% > -@dirrmtry share/locale/tr_TR/LC_MESSAGES > -@dirrmtry share/locale/tr_TR > -@dirrmtry share/locale/te_IN/LC_MESSAGES > -@dirrmtry share/locale/te_IN > -@dirrmtry share/locale/ta_IN/LC_MESSAGES > -@dirrmtry share/locale/ta_IN > -@dirrmtry share/locale/nn_NO/LC_MESSAGES > -@dirrmtry share/locale/nn_NO > -@dirrmtry share/locale/ky/LC_MESSAGES > -@dirrmtry share/locale/ky > -@dirrmtry share/locale/id_ID/LC_MESSAGES > -@dirrmtry share/locale/id_ID > -@dirrmtry share/locale/af_ZA/LC_MESSAGES > -@dirrmtry share/locale/af_ZA > @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 > -- olivier