Date: Fri, 8 Feb 2019 13:06:14 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492433 - head/graphics/shotwell Message-ID: <201902081306.x18D6E5o078184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Fri Feb 8 13:06:13 2019 New Revision: 492433 URL: https://svnweb.freebsd.org/changeset/ports/492433 Log: update shotwell to 0.30.2 https://download.gnome.org/sources/shotwell/0.30/shotwell-0.30.2.news Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo head/graphics/shotwell/pkg-plist Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Fri Feb 8 12:23:26 2019 (r492432) +++ head/graphics/shotwell/Makefile Fri Feb 8 13:06:13 2019 (r492433) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.30.1 -PORTREVISION= 1 +PORTVERSION= 0.30.2 CATEGORIES= graphics gnome MASTER_SITES= GNOME @@ -61,6 +60,8 @@ FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv-c 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 Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Fri Feb 8 12:23:26 2019 (r492432) +++ head/graphics/shotwell/distinfo Fri Feb 8 13:06:13 2019 (r492433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538330525 -SHA256 (shotwell-0.30.1.tar.xz) = 3762b10945f909b108a691a83f5d1fa9d0fac486c0f8e43c195b42035eac1a06 -SIZE (shotwell-0.30.1.tar.xz) = 6341940 +TIMESTAMP = 1549625280 +SHA256 (shotwell-0.30.2.tar.xz) = 1945978be04ff6985275f70557fb4f2ea43d5fcd3415388b61738310a206555d +SIZE (shotwell-0.30.2.tar.xz) = 6461648 Modified: head/graphics/shotwell/pkg-plist ============================================================================== --- head/graphics/shotwell/pkg-plist Fri Feb 8 12:23:26 2019 (r492432) +++ head/graphics/shotwell/pkg-plist Fri Feb 8 13:06:13 2019 (r492433) @@ -1,13 +1,13 @@ bin/shotwell lib/libshotwell-authenticator.so lib/libshotwell-authenticator.so.0 -lib/libshotwell-authenticator.so.0.30.1 +lib/libshotwell-authenticator.so.%%DISTVERSION%% lib/libshotwell-plugin-common.so lib/libshotwell-plugin-common.so.0 -lib/libshotwell-plugin-common.so.0.30.1 +lib/libshotwell-plugin-common.so.%%DISTVERSION%% lib/libshotwell-plugin-dev-1.0.so lib/libshotwell-plugin-dev-1.0.so.0 -lib/libshotwell-plugin-dev-1.0.so.0.30.1 +lib/libshotwell-plugin-dev-1.0.so.%%DISTVERSION%% lib/shotwell/plugins/builtin/libshotwell-publishing-extras.so lib/shotwell/plugins/builtin/libshotwell-publishing.so lib/shotwell/plugins/builtin/libshotwell-transitions.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902081306.x18D6E5o078184>