diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-01 13:46:40 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2018-10-01 13:46:40 +0000 |
commit | 52378b672e6cf5f5b37ceadc10d24140cee111ec (patch) | |
tree | 7ea59112f03e38ed9b111068a0eaf288a2ffd55f | |
parent | 7d05c2d16c674352e6975aba77625d98ce7241af (diff) | |
download | ports-52378b672e6cf5f5b37ceadc10d24140cee111ec.tar.gz ports-52378b672e6cf5f5b37ceadc10d24140cee111ec.zip |
Notes
-rw-r--r-- | graphics/shotwell/Makefile | 8 | ||||
-rw-r--r-- | graphics/shotwell/distinfo | 6 | ||||
-rw-r--r-- | graphics/shotwell/pkg-plist | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index ed7068e94c2d..54e1fe9fbb9b 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.30.0 +PORTVERSION= 0.30.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME @@ -32,12 +32,16 @@ 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 INSTALLS_ICONS= yes diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo index ffbe155f03f2..0864a407b530 100644 --- a/graphics/shotwell/distinfo +++ b/graphics/shotwell/distinfo @@ -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 diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist index eef2406cb021..e0067e537cc1 100644 --- a/graphics/shotwell/pkg-plist +++ b/graphics/shotwell/pkg-plist @@ -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 |