Index: head/graphics/shotwell/files/patch-src_photos_PhotoMetadata.vala =================================================================== --- head/graphics/shotwell/files/patch-src_photos_PhotoMetadata.vala (revision 500097) +++ head/graphics/shotwell/files/patch-src_photos_PhotoMetadata.vala (nonexistent) @@ -1,22 +0,0 @@ ---- src/photos/PhotoMetadata.vala.orig 2019-03-30 21:05:25 UTC -+++ src/photos/PhotoMetadata.vala -@@ -276,7 +276,7 @@ public class PhotoMetadata : MediaMetadata { - exiv2 = new GExiv2.Metadata(); - exif = null; - -- exiv2.open_buf(buffer, length); -+ exiv2.open_buf(buffer[0:length]); - exif = Exif.Data.new_from_data(buffer, length); - source_name = "".printf(length); - } -@@ -285,8 +285,8 @@ public class PhotoMetadata : MediaMetadata { - exiv2 = new GExiv2.Metadata(); - exif = null; - -- exiv2.from_app1_segment(buffer.get_data(), (long) buffer.get_size()); -- exif = Exif.Data.new_from_data(buffer.get_data(), buffer.get_size()); -+ exiv2.from_app1_segment(buffer.get_data()); -+ exif = Exif.Data.new_from_data(buffer.get_data(), (long) buffer.get_size()); - source_name = "".printf(buffer.get_size()); - } - Property changes on: head/graphics/shotwell/files/patch-src_photos_PhotoMetadata.vala ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/shotwell/Makefile =================================================================== --- head/graphics/shotwell/Makefile (revision 500097) +++ head/graphics/shotwell/Makefile (revision 500098) @@ -1,69 +1,68 @@ # Created by: Mario Sergio Fujikawa Ferreira et al. # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.30.2 -PORTREVISION= 3 +PORTVERSION= 0.30.4 CATEGORIES= graphics gnome MASTER_SITES= GNOME MAINTAINER= cmt@FreeBSD.org COMMENT= Open source photo manager for GNOME LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala>=0.20.1:lang/vala \ itstool:textproc/itstool LIB_DEPENDS= libgio-2.0.so:devel/glib20 \ libjson-glib-1.0.so:devel/json-glib \ libgdata.so:devel/libgdata \ libgee-0.8.so:devel/libgee \ libsoup-2.4.so:devel/libsoup \ libexiv2.so:graphics/exiv2 \ libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 \ libgexiv2.so:graphics/gexiv2 \ libexif.so:graphics/libexif \ libgphoto2.so:graphics/libgphoto2 \ libraw.so:graphics/libraw \ libgstreamer-1.0.so:multimedia/gstreamer1 \ libgstapp-1.0.so:multimedia/gstreamer1-plugins \ libgcr-ui-3.so:security/gcr \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libxml2.so:textproc/libxml2 USES= gettext desktop-file-utils gnome meson ninja pkgconfig \ python:3.4+,build shebangfix sqlite tar:xz USE_GNOME= cairo dconf gtk30 gnomedocutils USE_GSTREAMER1= yes USE_LDCONFIG= yes USE_XORG= x11 SHEBANG_FILES= build-aux/meson/postinstall.py python_OLD_CMD= "/usr/bin/env python3" python_CMD= ${SETENV} ${PYTHON_VERSION} MESON_ARGS= -Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \ -Dpublishers=facebook,flickr,gallery3,picasa,piwigo,rajce,tumblr,yandex,youtube INSTALLS_ICONS= yes PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FACED OPENMP OPTIONS_SUB= yes FACED_DESC= Face Detection OPENMP_DESC= libraw uses OpenMP (implies GCC) FACED_CONFIGURE_ON= -Dface-detection=true FACED_CONFIGURE_OFF= -Dface-detection=false FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \ libopencv_photo.so:graphics/opencv OPENMP_USES= compiler:openmp OPENMP_USES_OFF= compiler:c++11-lib PLIST_SUB= DISTVERSION=${DISTVERSION} GLIB_SCHEMAS= org.yorba.shotwell.gschema.xml org.yorba.shotwell-extras.gschema.xml .include Index: head/graphics/shotwell/distinfo =================================================================== --- head/graphics/shotwell/distinfo (revision 500097) +++ head/graphics/shotwell/distinfo (revision 500098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549625280 -SHA256 (shotwell-0.30.2.tar.xz) = 1945978be04ff6985275f70557fb4f2ea43d5fcd3415388b61738310a206555d -SIZE (shotwell-0.30.2.tar.xz) = 6461648 +TIMESTAMP = 1556271055 +SHA256 (shotwell-0.30.4.tar.xz) = b7bccf86831536c9f87d45fb159145662f372f1c8baae10b4ae679e1811c3ffa +SIZE (shotwell-0.30.4.tar.xz) = 6449848