Bug 171469 - [PATCH] Update graphics/darktable to 1.0.5
Summary: [PATCH] Update graphics/darktable to 1.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-08 19:30 UTC by Jean-Sébastien Pédron
Modified: 2012-09-10 03:09 UTC (History)
0 users

See Also:


Attachments
file.diff (879 bytes, patch)
2012-09-08 19:30 UTC, Jean-Sébastien Pédron
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Sébastien Pédron freebsd_committer freebsd_triage 2012-09-08 19:30:07 UTC
The patch is attached to this PR.

No particular changes, beside the updated version in Makefile.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-08 19:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-10 02:38:00 UTC
Author: danfe
Date: Mon Sep 10 01:37:43 2012
New Revision: 304009
URL: http://svn.freebsd.org/changeset/ports/304009

Log:
  - Update to version 1.0.5
  - Drop ABI versions in LIB_DEPENDS
  
  PR:		ports/171469
  Submitted by:	dumbbell

Modified:
  head/graphics/darktable/Makefile
  head/graphics/darktable/distinfo

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Mon Sep 10 01:34:42 2012	(r304008)
+++ head/graphics/darktable/Makefile	Mon Sep 10 01:37:43 2012	(r304009)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	darktable
-PORTVERSION=	1.0.4
-PORTREVISION=	1
+PORTVERSION=	1.0.5
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
 
@@ -16,11 +15,11 @@ COMMENT=	A virtual lighttable and darkro
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	exiv2.12:${PORTSDIR}/graphics/exiv2 \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
-		lensfun.2:${PORTSDIR}/graphics/lensfun \
-		lcms2.2:${PORTSDIR}/graphics/lcms2 \
-		curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2 \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
+		lensfun:${PORTSDIR}/graphics/lensfun \
+		lcms2:${PORTSDIR}/graphics/lcms2 \
+		curl:${PORTSDIR}/ftp/curl
 
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE extensions
@@ -57,7 +56,7 @@ PLIST_FILES+=	share/darktable/darktabler
 .endif
 
 .if defined(WITH_GPHOTO)
-LIB_DEPENDS+=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2
+LIB_DEPENDS+=	gphoto2:${PORTSDIR}/graphics/libgphoto2
 PLIST_FILES+=	lib/darktable/plugins/lighttable/libcamera.so \
 		lib/darktable/plugins/lighttable/libcapture.so \
 		lib/darktable/views/libcapture.so
@@ -66,7 +65,7 @@ CMAKE_ARGS+=	-DUSE_CAMERA_SUPPORT:BOOL=O
 .endif
 
 .if defined(WITH_FLICKR)
-LIB_DEPENDS+=	flickcurl.0:${PORTSDIR}/www/flickcurl
+LIB_DEPENDS+=	flickcurl:${PORTSDIR}/www/flickcurl
 PLIST_FILES+=	lib/darktable/plugins/imageio/storage/libflickr.so
 .else
 CMAKE_ARGS+=	-DUSE_FLICKR:BOOL=OFF
@@ -85,13 +84,13 @@ CMAKE_ARGS+=	-DBUILD_SLIDESHOW:BOOL=OFF
 .endif
 
 .if defined(WITH_KWALLET)
-LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 .else
 CMAKE_ARGS+=	-DUSE_KWALLET:BOOL=OFF
 .endif
 
 .if defined(WITH_GKEYRING)
-LIB_DEPENDS+=	gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS+=	gnome-keyring:${PORTSDIR}/security/libgnome-keyring
 .else
 CMAKE_ARGS+=	-DUSE_GNOME_KEYRING:BOOL=OFF
 .endif

Modified: head/graphics/darktable/distinfo
==============================================================================
--- head/graphics/darktable/distinfo	Mon Sep 10 01:34:42 2012	(r304008)
+++ head/graphics/darktable/distinfo	Mon Sep 10 01:37:43 2012	(r304009)
@@ -1,2 +1,2 @@
-SHA256 (darktable-1.0.4.tar.gz) = eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b
-SIZE (darktable-1.0.4.tar.gz) = 2547099
+SHA256 (darktable-1.0.5.tar.gz) = 0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd
+SIZE (darktable-1.0.5.tar.gz) = 2568221
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2012-09-10 03:08:54 UTC
State Changed
From-To: open->closed

Port was updated, thanks!