Sat Apr 7 20:21:03 2018 UTC ()
Pullup ticket #5732 - requested by wiz
devel/libgphoto2: dependency fix
filesystems/fuse-gphotofs: revbump
graphics/darktable: revbump
graphics/digikam: revbump
graphics/f-spot: revbump
graphics/gphoto2: revbump
graphics/gthumb: revbump
graphics/gthumb3: revbump
graphics/gtkam: revbump
graphics/kamera: revbump
graphics/shotwell: revbump

Revisions pulled up:
- devel/libgphoto2/buildlink3.mk                                1.22
- filesystems/fuse-gphotofs/Makefile                            1.11
- graphics/darktable/Makefile                                   1.84
- graphics/digikam/Makefile                                     1.135
- graphics/f-spot/Makefile                                      1.87
- graphics/gphoto2/Makefile                                     1.63
- graphics/gthumb/Makefile                                      1.90
- graphics/gthumb3/Makefile                                     1.22
- graphics/gtkam/Makefile                                       1.75
- graphics/kamera/Makefile                                      1.36
- graphics/shotwell/Makefile                                    1.90

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Apr  3 06:14:55 UTC 2018

   Modified Files:
   	pkgsrc/devel/libgphoto2: buildlink3.mk
   	pkgsrc/filesystems/fuse-gphotofs: Makefile
   	pkgsrc/graphics/darktable: Makefile
   	pkgsrc/graphics/digikam: Makefile
   	pkgsrc/graphics/f-spot: Makefile
   	pkgsrc/graphics/gphoto2: Makefile
   	pkgsrc/graphics/gthumb: Makefile
   	pkgsrc/graphics/gthumb3: Makefile
   	pkgsrc/graphics/gtkam: Makefile
   	pkgsrc/graphics/kamera: Makefile
   	pkgsrc/graphics/shotwell: Makefile

   Log Message:
   libgphoto2: update bl3.mk for dependency change

   Bump PKGREVISIONs of packages using it.

   Noted by John D. Baker on pkgsrc-users.

   To generate a diff of this commit:
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libgphoto2/buildlink3.mk
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/fuse-gphotofs/Makefile
   cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/darktable/Makefile
   cvs rdiff -u -r1.134 -r1.135 pkgsrc/graphics/digikam/Makefile
   cvs rdiff -u -r1.86 -r1.87 pkgsrc/graphics/f-spot/Makefile
   cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/gphoto2/Makefile
   cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/gthumb/Makefile
   cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/gthumb3/Makefile
   cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gtkam/Makefile
   cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/kamera/Makefile
   cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/shotwell/Makefile


(spz)
diff -r1.21 -r1.21.2.1 pkgsrc/devel/libgphoto2/buildlink3.mk
diff -r1.10 -r1.10.24.1 pkgsrc/filesystems/fuse-gphotofs/Makefile
diff -r1.83 -r1.83.2.1 pkgsrc/graphics/darktable/Makefile
diff -r1.134 -r1.134.2.1 pkgsrc/graphics/digikam/Makefile
diff -r1.86 -r1.86.2.1 pkgsrc/graphics/f-spot/Makefile
diff -r1.62 -r1.62.24.1 pkgsrc/graphics/gphoto2/Makefile
diff -r1.89 -r1.89.2.1 pkgsrc/graphics/gthumb/Makefile
diff -r1.21 -r1.21.2.1 pkgsrc/graphics/gthumb3/Makefile
diff -r1.74 -r1.74.2.1 pkgsrc/graphics/gtkam/Makefile
diff -r1.35 -r1.35.2.1 pkgsrc/graphics/kamera/Makefile
diff -r1.89 -r1.89.2.1 pkgsrc/graphics/shotwell/Makefile

cvs diff -r1.21 -r1.21.2.1 pkgsrc/devel/libgphoto2/buildlink3.mk (expand / switch to context diff)
--- pkgsrc/devel/libgphoto2/buildlink3.mk 2018/02/10 13:53:47 1.21
+++ pkgsrc/devel/libgphoto2/buildlink3.mk 2018/04/07 20:21:02 1.21.2.1
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.21 2018/02/10 13:53:47 khorben Exp $
+# $NetBSD: buildlink3.mk,v 1.21.2.1 2018/04/07 20:21:02 spz Exp $
 
 BUILDLINK_TREE+=	libgphoto2
 
@@ -6,12 +6,12 @@
 LIBGPHOTO2_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libgphoto2+=	libgphoto2>=2.1.2
-BUILDLINK_ABI_DEPENDS.libgphoto2+=	libgphoto2>=2.4.7nb3
+BUILDLINK_ABI_DEPENDS.libgphoto2+=	libgphoto2>=2.5.8nb3
 BUILDLINK_PKGSRCDIR.libgphoto2?=	../../devel/libgphoto2
 
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} != "SunOS"
-.include "../../mk/libusb.buildlink3.mk"
+.include "../../devel/libusb1/buildlink3.mk"
 .endif
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"

cvs diff -r1.10 -r1.10.24.1 pkgsrc/filesystems/fuse-gphotofs/Makefile (expand / switch to context diff)
--- pkgsrc/filesystems/fuse-gphotofs/Makefile 2015/08/28 10:57:42 1.10
+++ pkgsrc/filesystems/fuse-gphotofs/Makefile 2018/04/07 20:21:03 1.10.24.1
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2015/08/28 10:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10.24.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	gphotofs-0.5
 PKGNAME=	fuse-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	filesystems
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gphoto/}
 EXTRACT_SUFX=	.tar.bz2

cvs diff -r1.83 -r1.83.2.1 pkgsrc/graphics/darktable/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/darktable/Makefile 2018/03/12 11:16:40 1.83
+++ pkgsrc/graphics/darktable/Makefile 2018/04/07 20:21:03 1.83.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2018/03/12 11:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.83.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	darktable-2.2.5
-PKGREVISION=	8
+PKGREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=darktable-org/}
 GITHUB_PROJECT=	darktable

cvs diff -r1.134 -r1.134.2.1 pkgsrc/graphics/digikam/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/digikam/Makefile 2018/03/12 11:16:40 1.134
+++ pkgsrc/graphics/digikam/Makefile 2018/04/07 20:21:03 1.134.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2018/03/12 11:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.134.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	digikam-4.13.0
-PKGREVISION=	10
+PKGREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_KDE:=digikam/}
 EXTRACT_SUFX=	.tar.bz2

cvs diff -r1.86 -r1.86.2.1 pkgsrc/graphics/f-spot/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/f-spot/Attic/Makefile 2018/03/12 11:16:41 1.86
+++ pkgsrc/graphics/f-spot/Attic/Makefile 2018/04/07 20:21:03 1.86.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2018/03/12 11:16:41 wiz Exp $
+# $NetBSD: Makefile,v 1.86.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	f-spot-0.8.2
-PKGREVISION=	45
+PKGREVISION=	46
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/f-spot/0.8/}
 EXTRACT_SUFX=	.tar.bz2

cvs diff -r1.62 -r1.62.24.1 pkgsrc/graphics/gphoto2/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gphoto2/Makefile 2015/08/26 13:39:13 1.62
+++ pkgsrc/graphics/gphoto2/Makefile 2018/04/07 20:21:03 1.62.24.1
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2015/08/26 13:39:13 wiz Exp $
+# $NetBSD: Makefile,v 1.62.24.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	gphoto2-2.5.8
+PKGREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gphoto/}
 EXTRACT_SUFX=	.tar.bz2

cvs diff -r1.89 -r1.89.2.1 pkgsrc/graphics/gthumb/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gthumb/Makefile 2018/03/12 11:16:44 1.89
+++ pkgsrc/graphics/gthumb/Makefile 2018/04/07 20:21:03 1.89.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2018/03/12 11:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.89.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	gthumb-2.14.4
-PKGREVISION=	18
+PKGREVISION=	19
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gthumb/2.14/}
 EXTRACT_SUFX=	.tar.xz

cvs diff -r1.21 -r1.21.2.1 pkgsrc/graphics/gthumb3/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gthumb3/Makefile 2018/03/12 11:16:44 1.21
+++ pkgsrc/graphics/gthumb3/Makefile 2018/04/07 20:21:03 1.21.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2018/03/12 11:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.21.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	gthumb-3.0.2
-PKGREVISION=	19
+PKGREVISION=	20
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gthumb/3.0/}
 EXTRACT_SUFX=	.tar.xz

cvs diff -r1.74 -r1.74.2.1 pkgsrc/graphics/gtkam/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gtkam/Makefile 2018/03/12 11:16:44 1.74
+++ pkgsrc/graphics/gtkam/Makefile 2018/04/07 20:21:03 1.74.2.1
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.74 2018/03/12 11:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.74.2.1 2018/04/07 20:21:03 spz Exp $
 #
 
 DISTNAME=	gtkam-0.1.18
-PKGREVISION=	22
+PKGREVISION=	23
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gphoto/}
 

cvs diff -r1.35 -r1.35.2.1 pkgsrc/graphics/kamera/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/kamera/Makefile 2018/03/12 11:16:45 1.35
+++ pkgsrc/graphics/kamera/Makefile 2018/04/07 20:21:03 1.35.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2018/03/12 11:16:45 wiz Exp $
+# $NetBSD: Makefile,v 1.35.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=	kamera-${_KDE_VERSION}
-PKGREVISION=	9
+PKGREVISION=	10
 CATEGORIES=	graphics
 COMMENT=	KDE digital camera manager
 

cvs diff -r1.89 -r1.89.2.1 pkgsrc/graphics/shotwell/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/shotwell/Makefile 2018/03/12 11:16:50 1.89
+++ pkgsrc/graphics/shotwell/Makefile 2018/04/07 20:21:03 1.89.2.1
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2018/03/12 11:16:50 wiz Exp $
+# $NetBSD: Makefile,v 1.89.2.1 2018/04/07 20:21:03 spz Exp $
 
 DISTNAME=		shotwell-0.22.0
-PKGREVISION=		18
+PKGREVISION=		19
 CATEGORIES=		graphics
 MASTER_SITES=		${MASTER_SITE_GNOME:=sources/shotwell/0.22/}
 EXTRACT_SUFX=		.tar.xz