svn commit: r481030 - head/graphics/shotwell
Christoph Moench-Tegeder
cmt at FreeBSD.org
Mon Oct 1 13:46:42 UTC 2018
Author: cmt
Date: Mon Oct 1 13:46:40 2018
New Revision: 481030
URL: https://svnweb.freebsd.org/changeset/ports/481030
Log:
graphics/shotwell: update to 0.30.1
Announcement: https://mail.gnome.org/archives/shotwell-list/2018-September/msg00008.html
Now explicitly build-requires python3 for a newly added meson postinstall
script (which's shebang has to be whacked a little).
Modified:
head/graphics/shotwell/Makefile
head/graphics/shotwell/distinfo
head/graphics/shotwell/pkg-plist
Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile Mon Oct 1 13:22:58 2018 (r481029)
+++ head/graphics/shotwell/Makefile Mon Oct 1 13:46:40 2018 (r481030)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= shotwell
-PORTVERSION= 0.30.0
+PORTVERSION= 0.30.1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
@@ -32,11 +32,15 @@ LIB_DEPENDS= libgio-2.0.so:devel/glib20 \
libxml2.so:textproc/libxml2
USES= gettext desktop-file-utils gnome meson ninja pkgconfig \
- sqlite tar:xz
+ 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
Modified: head/graphics/shotwell/distinfo
==============================================================================
--- head/graphics/shotwell/distinfo Mon Oct 1 13:22:58 2018 (r481029)
+++ head/graphics/shotwell/distinfo Mon Oct 1 13:46:40 2018 (r481030)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537533952
-SHA256 (shotwell-0.30.0.tar.xz) = d496de89587a7aa13fd08323b919bafefac71d48a160c2cff2f28b7dbd6b9ed5
-SIZE (shotwell-0.30.0.tar.xz) = 6341136
+TIMESTAMP = 1538330525
+SHA256 (shotwell-0.30.1.tar.xz) = 3762b10945f909b108a691a83f5d1fa9d0fac486c0f8e43c195b42035eac1a06
+SIZE (shotwell-0.30.1.tar.xz) = 6341940
Modified: head/graphics/shotwell/pkg-plist
==============================================================================
--- head/graphics/shotwell/pkg-plist Mon Oct 1 13:22:58 2018 (r481029)
+++ head/graphics/shotwell/pkg-plist Mon Oct 1 13:46:40 2018 (r481030)
@@ -1,13 +1,13 @@
bin/shotwell
lib/libshotwell-authenticator.so
lib/libshotwell-authenticator.so.0
-lib/libshotwell-authenticator.so.0.30.0
+lib/libshotwell-authenticator.so.0.30.1
lib/libshotwell-plugin-common.so
lib/libshotwell-plugin-common.so.0
-lib/libshotwell-plugin-common.so.0.30.0
+lib/libshotwell-plugin-common.so.0.30.1
lib/libshotwell-plugin-dev-1.0.so
lib/libshotwell-plugin-dev-1.0.so.0
-lib/libshotwell-plugin-dev-1.0.so.0.30.0
+lib/libshotwell-plugin-dev-1.0.so.0.30.1
lib/shotwell/plugins/builtin/libshotwell-publishing-extras.so
lib/shotwell/plugins/builtin/libshotwell-publishing.so
lib/shotwell/plugins/builtin/libshotwell-transitions.so
More information about the svn-ports-all
mailing list