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 unified 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,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: buildlink3.mk,v 1.21 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: buildlink3.mk,v 1.21.2.1 2018/04/07 20:21:02 spz Exp $
2 2
3BUILDLINK_TREE+= libgphoto2 3BUILDLINK_TREE+= libgphoto2
4 4
5.if !defined(LIBGPHOTO2_BUILDLINK3_MK) 5.if !defined(LIBGPHOTO2_BUILDLINK3_MK)
6LIBGPHOTO2_BUILDLINK3_MK:= 6LIBGPHOTO2_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.libgphoto2+= libgphoto2>=2.1.2 8BUILDLINK_API_DEPENDS.libgphoto2+= libgphoto2>=2.1.2
9BUILDLINK_ABI_DEPENDS.libgphoto2+= libgphoto2>=2.4.7nb3 9BUILDLINK_ABI_DEPENDS.libgphoto2+= libgphoto2>=2.5.8nb3
10BUILDLINK_PKGSRCDIR.libgphoto2?= ../../devel/libgphoto2 10BUILDLINK_PKGSRCDIR.libgphoto2?= ../../devel/libgphoto2
11 11
12.include "../../mk/bsd.fast.prefs.mk" 12.include "../../mk/bsd.fast.prefs.mk"
13.if ${OPSYS} != "SunOS" 13.if ${OPSYS} != "SunOS"
14.include "../../mk/libusb.buildlink3.mk" 14.include "../../devel/libusb1/buildlink3.mk"
15.endif 15.endif
16.include "../../devel/gettext-lib/buildlink3.mk" 16.include "../../devel/gettext-lib/buildlink3.mk"
17.include "../../devel/libltdl/buildlink3.mk" 17.include "../../devel/libltdl/buildlink3.mk"
18.include "../../devel/zlib/buildlink3.mk" 18.include "../../devel/zlib/buildlink3.mk"
19.include "../../converters/libiconv/buildlink3.mk" 19.include "../../converters/libiconv/buildlink3.mk"
20.include "../../graphics/libexif/buildlink3.mk" 20.include "../../graphics/libexif/buildlink3.mk"
21.include "../../textproc/libxml2/buildlink3.mk" 21.include "../../textproc/libxml2/buildlink3.mk"
22.endif # LIBGPHOTO2_BUILDLINK3_MK 22.endif # LIBGPHOTO2_BUILDLINK3_MK
23 23
24BUILDLINK_TREE+= -libgphoto2 24BUILDLINK_TREE+= -libgphoto2

cvs diff -r1.10 -r1.10.24.1 pkgsrc/filesystems/fuse-gphotofs/Makefile (expand / switch to unified 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,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2015/08/28 10:57:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.10.24.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= gphotofs-0.5 3DISTNAME= gphotofs-0.5
4PKGNAME= fuse-${DISTNAME} 4PKGNAME= fuse-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= filesystems 6CATEGORIES= filesystems
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gphoto.sourceforge.net/proj/gphotofs/ 11HOMEPAGE= http://gphoto.sourceforge.net/proj/gphotofs/
11COMMENT= FUSE filesystem for accessing digital cameras 12COMMENT= FUSE filesystem for accessing digital cameras
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
17 18

cvs diff -r1.83 -r1.83.2.1 pkgsrc/graphics/darktable/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.83 2018/03/12 11:16:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.83.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= darktable-2.2.5 3DISTNAME= darktable-2.2.5
4PKGREVISION= 8 4PKGREVISION= 9
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITHUB:=darktable-org/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=darktable-org/}
7GITHUB_PROJECT= darktable 7GITHUB_PROJECT= darktable
8GITHUB_RELEASE= release-${PKGVERSION_NOREV} 8GITHUB_RELEASE= release-${PKGVERSION_NOREV}
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.darktable.org/ 12HOMEPAGE= http://www.darktable.org/
13COMMENT= Photography workflow application 13COMMENT= Photography workflow application
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
16USE_CMAKE= yes 16USE_CMAKE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.134 -r1.134.2.1 pkgsrc/graphics/digikam/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.134 2018/03/12 11:16:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.134.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= digikam-4.13.0 3DISTNAME= digikam-4.13.0
4PKGREVISION= 10 4PKGREVISION= 11
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_KDE:=digikam/} 6MASTER_SITES= ${MASTER_SITE_KDE:=digikam/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.digikam.org/ 10HOMEPAGE= https://www.digikam.org/
11COMMENT= Advanced digital photo management application (KDE4) 11COMMENT= Advanced digital photo management application (KDE4)
12LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1 12LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.2 AND gnu-lgpl-v2.1
13 13
14BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 14BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
15DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3 15DEPENDS+= qt4-sqlite3-[0-9]*:../../x11/qt4-sqlite3
16 16
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes

cvs diff -r1.86 -r1.86.2.1 pkgsrc/graphics/f-spot/Attic/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.86 2018/03/12 11:16:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.86.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= f-spot-0.8.2 3DISTNAME= f-spot-0.8.2
4PKGREVISION= 45 4PKGREVISION= 46
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/f-spot/0.8/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/f-spot/0.8/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/GNOME/f-spot 10HOMEPAGE= https://github.com/GNOME/f-spot
11COMMENT= Full-featured personal photo management application 11COMMENT= Full-featured personal photo management application
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt 15USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt
16 16
17MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no

cvs diff -r1.62 -r1.62.24.1 pkgsrc/graphics/gphoto2/Makefile (expand / switch to unified 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,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.62 2015/08/26 13:39:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.62.24.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= gphoto2-2.5.8 3DISTNAME= gphoto2-2.5.8
 4PKGREVISION= 1
4CATEGORIES= graphics 5CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
6EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://gphoto.sourceforge.net/ 10HOMEPAGE= http://gphoto.sourceforge.net/
10COMMENT= Digital camera access command line client 11COMMENT= Digital camera access command line client
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13CONFLICTS= gphoto-[0-9]* 14CONFLICTS= gphoto-[0-9]*
14 15
15USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.89 -r1.89.2.1 pkgsrc/graphics/gthumb/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.89 2018/03/12 11:16:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.89.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= gthumb-2.14.4 3DISTNAME= gthumb-2.14.4
4PKGREVISION= 18 4PKGREVISION= 19
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gthumb/2.14/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gthumb/2.14/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= http://gthumb.sourceforge.net/ 10HOMEPAGE= http://gthumb.sourceforge.net/
11COMMENT= Image viewer and browser for the GNOME Desktop 11COMMENT= Image viewer and browser for the GNOME Desktop
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_TOOLS+= intltool msgfmt pkg-config gmake bison 17USE_TOOLS+= intltool msgfmt pkg-config gmake bison

cvs diff -r1.21 -r1.21.2.1 pkgsrc/graphics/gthumb3/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.21 2018/03/12 11:16:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.21.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= gthumb-3.0.2 3DISTNAME= gthumb-3.0.2
4PKGREVISION= 19 4PKGREVISION= 20
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gthumb/3.0/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gthumb/3.0/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= http://gthumb.sourceforge.net/ 10HOMEPAGE= http://gthumb.sourceforge.net/
11COMMENT= Image viewer and browser for the GNOME Desktop 11COMMENT= Image viewer and browser for the GNOME Desktop
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_TOOLS+= intltool msgfmt pkg-config gmake bison 17USE_TOOLS+= intltool msgfmt pkg-config gmake bison

cvs diff -r1.74 -r1.74.2.1 pkgsrc/graphics/gtkam/Makefile (expand / switch to unified 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,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.74 2018/03/12 11:16:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.74.2.1 2018/04/07 20:21:03 spz Exp $
2# 2#
3 3
4DISTNAME= gtkam-0.1.18 4DISTNAME= gtkam-0.1.18
5PKGREVISION= 22 5PKGREVISION= 23
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gphoto.sourceforge.net/proj/gtkam/ 10HOMEPAGE= http://gphoto.sourceforge.net/proj/gtkam/
11COMMENT= Digital camera access graphical client (GTK2) 11COMMENT= Digital camera access graphical client (GTK2)
12 12
13USE_LIBTOOL= YES 13USE_LIBTOOL= YES
14USE_PKGLOCALEDIR= YES 14USE_PKGLOCALEDIR= YES
15USE_TOOLS+= intltool pkg-config perl msgfmt 15USE_TOOLS+= intltool pkg-config perl msgfmt
16GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
17 17
18CONFIGURE_ARGS+= --without-bonobo 18CONFIGURE_ARGS+= --without-bonobo

cvs diff -r1.35 -r1.35.2.1 pkgsrc/graphics/kamera/Makefile (expand / switch to unified 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,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.35 2018/03/12 11:16:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.35.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= kamera-${_KDE_VERSION} 3DISTNAME= kamera-${_KDE_VERSION}
4PKGREVISION= 9 4PKGREVISION= 10
5CATEGORIES= graphics 5CATEGORIES= graphics
6COMMENT= KDE digital camera manager 6COMMENT= KDE digital camera manager
7 7
8.include "../../meta-pkgs/kde4/Makefile.kde4" 8.include "../../meta-pkgs/kde4/Makefile.kde4"
9 9
10.include "../../meta-pkgs/kde4/kde4.mk" 10.include "../../meta-pkgs/kde4/kde4.mk"
11 11
12.include "../../devel/libgphoto2/buildlink3.mk" 12.include "../../devel/libgphoto2/buildlink3.mk"
13.include "../../x11/kdelibs4/buildlink3.mk" 13.include "../../x11/kdelibs4/buildlink3.mk"
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.89 -r1.89.2.1 pkgsrc/graphics/shotwell/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.89 2018/03/12 11:16:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.89.2.1 2018/04/07 20:21:03 spz Exp $
2 2
3DISTNAME= shotwell-0.22.0 3DISTNAME= shotwell-0.22.0
4PKGREVISION= 18 4PKGREVISION= 19
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/shotwell/0.22/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/shotwell/0.22/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgrsc-users@NetBSD.org 9MAINTAINER= pkgrsc-users@NetBSD.org
10HOMEPAGE= https://wiki.gnome.org/Apps/Shotwell 10HOMEPAGE= https://wiki.gnome.org/Apps/Shotwell
11COMMENT= Shotwell is a photo organizer for the GNOME desktop 11COMMENT= Shotwell is a photo organizer for the GNOME desktop
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14BUILD_DEPENDS+= gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils 14BUILD_DEPENDS+= gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils
15 15
16HAS_CONFIGURE= yes 16HAS_CONFIGURE= yes
17USE_TOOLS+= gmake bash pkg-config m4 msgfmt 17USE_TOOLS+= gmake bash pkg-config m4 msgfmt