svn commit: r495039 - head/graphics/darktable

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Fri Mar 8 13:43:55 UTC 2019


Author: dumbbell
Date: Fri Mar  8 13:43:53 2019
New Revision: 495039
URL: https://svnweb.freebsd.org/changeset/ports/495039

Log:
  graphics/darktable: Update to 2.6.1
  
  Release notes:
  * https://www.darktable.org/2019/03/darktable-261-released/
  
  PR:		236363
  Submitted by:	Darren Mulligan <fixer at bsdmail.com>

Modified:
  head/graphics/darktable/Makefile
  head/graphics/darktable/distinfo
  head/graphics/darktable/pkg-plist

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Fri Mar  8 12:12:57 2019	(r495038)
+++ head/graphics/darktable/Makefile	Fri Mar  8 13:43:53 2019	(r495039)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	darktable
-PORTVERSION=	2.6.0
+PORTVERSION=	2.6.1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 

Modified: head/graphics/darktable/distinfo
==============================================================================
--- head/graphics/darktable/distinfo	Fri Mar  8 12:12:57 2019	(r495038)
+++ head/graphics/darktable/distinfo	Fri Mar  8 13:43:53 2019	(r495039)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550631393
-SHA256 (darktable-2.6.0.tar.xz) = 483d7d8e4ac532d89efc2f24e169f7a7da2d3ef0c599602b658d67a040670478
-SIZE (darktable-2.6.0.tar.xz) = 3358508
+TIMESTAMP = 1551943653
+SHA256 (darktable-2.6.1.tar.xz) = 63c53332eecff946e41c1b6551d51bc0a2515572532f470b7b570b60805c3026
+SIZE (darktable-2.6.1.tar.xz) = 3473300

Modified: head/graphics/darktable/pkg-plist
==============================================================================
--- head/graphics/darktable/pkg-plist	Fri Mar  8 12:12:57 2019	(r495038)
+++ head/graphics/darktable/pkg-plist	Fri Mar  8 13:43:53 2019	(r495039)
@@ -23,6 +23,7 @@ lib/darktable/plugins/imageio/storage/libfacebook.so
 lib/darktable/plugins/imageio/storage/libgallery.so
 lib/darktable/plugins/imageio/storage/liblatex.so
 lib/darktable/plugins/imageio/storage/libpicasa.so
+lib/darktable/plugins/imageio/storage/libpiwigo.so
 lib/darktable/plugins/libashift.so
 lib/darktable/plugins/libatrous.so
 lib/darktable/plugins/libbasecurve.so
@@ -360,12 +361,14 @@ share/icons/hicolor/scalable/apps/darktable-3.svg
 share/icons/hicolor/scalable/apps/darktable.svg
 %%NLS%%share/locale/ca/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/de/LC_MESSAGES/darktable.mo
+%%NLS%%share/locale/es/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/darktable.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/darktable.mo
 %%NLS%%share/locale/sl/LC_MESSAGES/darktable.mo


More information about the svn-ports-all mailing list