Tue Feb 27 23:56:10 2018 UTC ()
Revbump for packages depending on devel/libusb{,compat}


(khorben)
diff -r1.16 -r1.17 pkgsrc/audio/ifp-line/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/libifp/Makefile
diff -r1.25 -r1.26 pkgsrc/audio/rioutil/Makefile
diff -r1.6 -r1.7 pkgsrc/comms/lirc/Makefile
diff -r1.21 -r1.22 pkgsrc/comms/obexftp/Makefile
diff -r1.32 -r1.33 pkgsrc/comms/openobex/Makefile
diff -r1.43 -r1.44 pkgsrc/cross/avrdude/Makefile
diff -r1.5 -r1.6 pkgsrc/cross/dfu-programmer/Makefile
diff -r1.27 -r1.28 pkgsrc/devel/SDL2/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/libftdi/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/libftdi1/Makefile
diff -r1.67 -r1.68 pkgsrc/devel/libgphoto2/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/libhid/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/libnfc/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/libnjb/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/py-usb/Makefile
diff -r1.55 -r1.56 pkgsrc/emulators/snes9x/Makefile
diff -r1.5 -r1.6 pkgsrc/geography/garmintools/Makefile
diff -r1.17 -r1.18 pkgsrc/geography/gpsbabel/Makefile
diff -r1.4 -r1.5 pkgsrc/geography/qlandkartegt-garmindev/Makefile
diff -r1.18 -r1.19 pkgsrc/graphics/s10sh/Makefile
diff -r1.194 -r1.195 pkgsrc/misc/calibre/Makefile
diff -r1.11 -r1.12 pkgsrc/misc/urjtag/Makefile
diff -r1.6 -r1.7 pkgsrc/sysutils/ups-nut-usb/Makefile
diff -r1.66 -r1.67 pkgsrc/x11/kde-workspace4/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/audio/ifp-line/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ifp-line/Makefile 2018/02/10 13:53:46 1.16
+++ pkgsrc/audio/ifp-line/Makefile 2018/02/27 23:56:07 1.17
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2018/02/10 13:53:46 khorben Exp $ 1# $NetBSD: Makefile,v 1.17 2018/02/27 23:56:07 khorben Exp $
2 2
3DISTNAME= ifp-line-0.3 3DISTNAME= ifp-line-0.3
 4PKGREVISION= 1
4CATEGORIES= audio 5CATEGORIES= audio
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ifp-driver.sourceforge.net/ 9HOMEPAGE= http://ifp-driver.sourceforge.net/
9COMMENT= Command-line interface to iRiver MP3 players 10COMMENT= Command-line interface to iRiver MP3 players
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} 13INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
13INSTALLATION_DIRS+= bin 14INSTALLATION_DIRS+= bin
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16 17

cvs diff -r1.5 -r1.6 pkgsrc/audio/libifp/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libifp/Makefile 2018/02/10 13:53:46 1.5
+++ pkgsrc/audio/libifp/Makefile 2018/02/27 23:56:07 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2018/02/10 13:53:46 khorben Exp $ 1# $NetBSD: Makefile,v 1.6 2018/02/27 23:56:07 khorben Exp $
2# 2#
3 3
4DISTNAME= libifp-1.0.0.2 4DISTNAME= libifp-1.0.0.2
 5PKGREVISION= 1
5CATEGORIES= audio 6CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://ifp-driver.sourceforge.net/ 10HOMEPAGE= http://ifp-driver.sourceforge.net/
10COMMENT= General-purpose library-driver for iRiver's iFP portable players 11COMMENT= General-purpose library-driver for iRiver's iFP portable players
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14CONFIGURE_ARGS+= --with-libusb=${BUILDLINK_PREFIX.libusb} 15CONFIGURE_ARGS+= --with-libusb=${BUILDLINK_PREFIX.libusb}
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
17USE_FEATURES+= fts_open 18USE_FEATURES+= fts_open

cvs diff -r1.25 -r1.26 pkgsrc/audio/rioutil/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/rioutil/Attic/Makefile 2018/02/10 13:53:46 1.25
+++ pkgsrc/audio/rioutil/Attic/Makefile 2018/02/27 23:56:07 1.26
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.25 2018/02/10 13:53:46 khorben Exp $ 1# $NetBSD: Makefile,v 1.26 2018/02/27 23:56:07 khorben Exp $
2# 2#
3 3
4DISTNAME= rioutil-1.5.0 4DISTNAME= rioutil-1.5.0
 5PKGREVISION= 1
5CATEGORIES= audio 6CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/}
7 8
8MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= http://rioutil.sourceforge.net/ 10HOMEPAGE= http://rioutil.sourceforge.net/
10COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play 11COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-libusb 16CONFIGURE_ARGS+= --with-libusb
16 17
17ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.6*-* NetBSD-[2-9]*-* 18ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.6*-* NetBSD-[2-9]*-*

cvs diff -r1.6 -r1.7 pkgsrc/comms/lirc/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/lirc/Makefile 2018/02/10 13:53:46 1.6
+++ pkgsrc/comms/lirc/Makefile 2018/02/27 23:56:07 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.6 2018/02/10 13:53:46 khorben Exp $ 1# $NetBSD: Makefile,v 1.7 2018/02/27 23:56:07 khorben Exp $
2# 2#
3 3
4DISTNAME= lirc-0.9.0 4DISTNAME= lirc-0.9.0
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= comms 6CATEGORIES= comms
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lirc/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= cheusov@NetBSD.org 10MAINTAINER= cheusov@NetBSD.org
11HOMEPAGE= http://www.lirc.org/ 11HOMEPAGE= http://www.lirc.org/
12COMMENT= Linux Infrared Remote Control 12COMMENT= Linux Infrared Remote Control
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes

cvs diff -r1.21 -r1.22 pkgsrc/comms/obexftp/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/obexftp/Makefile 2018/02/10 13:53:47 1.21
+++ pkgsrc/comms/obexftp/Makefile 2018/02/27 23:56:08 1.22
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.21 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.22 2018/02/27 23:56:08 khorben Exp $
2# 2#
3 3
4DISTNAME= obexftp-0.24-Source 4DISTNAME= obexftp-0.24-Source
5PKGNAME= obexftp-0.24 5PKGNAME= obexftp-0.24
 6PKGREVISION= 1
6CATEGORIES= comms 7CATEGORIES= comms
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= https://gitorious.org/obexftp 11#HOMEPAGE= https://gitorious.org/obexftp
11COMMENT= File copying over the Object Exchange (OBEX) protocol 12COMMENT= File copying over the Object Exchange (OBEX) protocol
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14USE_CMAKE= yes 15USE_CMAKE= yes
15USE_TOOLS+= cmake pkg-config 16USE_TOOLS+= cmake pkg-config
16 17
17CMAKE_ARGS+= -DENABLE_PERL:BOOL=OFF 18CMAKE_ARGS+= -DENABLE_PERL:BOOL=OFF
18CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=OFF 19CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=OFF

cvs diff -r1.32 -r1.33 pkgsrc/comms/openobex/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/openobex/Makefile 2018/02/10 13:53:47 1.32
+++ pkgsrc/comms/openobex/Makefile 2018/02/27 23:56:08 1.33
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.32 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.33 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= openobex-1.7.1-Source 3DISTNAME= openobex-1.7.1-Source
4PKGNAME= ${DISTNAME:C/-Source//} 4PKGNAME= ${DISTNAME:C/-Source//}
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= comms 6CATEGORIES= comms
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= https://gitorious.org/openobex 10#HOMEPAGE= https://gitorious.org/openobex
11COMMENT= Implementation of the Object Exchange (OBEX) protocol 11COMMENT= Implementation of the Object Exchange (OBEX) protocol
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen 14BUILD_DEPENDS+= doxygen>=1.8.12:../../devel/doxygen
15 15
16USE_CMAKE= yes 16USE_CMAKE= yes
17USE_TOOLS+= cmake pkg-config 17USE_TOOLS+= cmake pkg-config
18 18

cvs diff -r1.43 -r1.44 pkgsrc/cross/avrdude/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/avrdude/Makefile 2018/02/10 13:53:47 1.43
+++ pkgsrc/cross/avrdude/Makefile 2018/02/27 23:56:08 1.44
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.43 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.44 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= avrdude-6.3 3DISTNAME= avrdude-6.3
 4PKGREVISION= 1
4CATEGORIES= cross 5CATEGORIES= cross
5MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/ 6MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.nongnu.org/avrdude/ 9HOMEPAGE= http://www.nongnu.org/avrdude/
9COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers 10COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 13BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
13BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts 14BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
14BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex 15BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
15 16
16# make: make: don't know how to make ./libavrdude.a. Stop 17# make: make: don't know how to make ./libavrdude.a. Stop

cvs diff -r1.5 -r1.6 pkgsrc/cross/dfu-programmer/Makefile (expand / switch to unified diff)

--- pkgsrc/cross/dfu-programmer/Makefile 2018/02/10 13:53:47 1.5
+++ pkgsrc/cross/dfu-programmer/Makefile 2018/02/27 23:56:08 1.6
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.6 2018/02/27 23:56:08 khorben Exp $
2# 2#
3 3
4DISTNAME= dfu-programmer-0.7.2 4DISTNAME= dfu-programmer-0.7.2
 5PKGREVISION= 1
5CATEGORIES= cross 6CATEGORIES= cross
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dfu-programmer/dfu-programmer/0.7.2/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dfu-programmer/dfu-programmer/0.7.2/}
7 8
8MAINTAINER= jakllsch@NetBSD.org 9MAINTAINER= jakllsch@NetBSD.org
9HOMEPAGE= http://dfu-programmer.sourceforge.net/ 10HOMEPAGE= http://dfu-programmer.sourceforge.net/
10COMMENT= Programmer for Atmel USB DFU Bootloader 11COMMENT= Programmer for Atmel USB DFU Bootloader
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14CONFIGURE_ARGS+= --disable-libusb_1_0 15CONFIGURE_ARGS+= --disable-libusb_1_0
15 16
16.include "../../mk/libusb.buildlink3.mk" 17.include "../../mk/libusb.buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.27 -r1.28 pkgsrc/devel/SDL2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/SDL2/Makefile 2018/02/10 13:53:47 1.27
+++ pkgsrc/devel/SDL2/Makefile 2018/02/27 23:56:08 1.28
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.28 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= SDL2-2.0.7 3DISTNAME= SDL2-2.0.7
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://www.libsdl.org/release/ 6MASTER_SITES= http://www.libsdl.org/release/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.libsdl.org/ 9HOMEPAGE= http://www.libsdl.org/
10COMMENT= Simple DirectMedia Layer is a cross-platform multimedia library 10COMMENT= Simple DirectMedia Layer is a cross-platform multimedia library
11LICENSE= zlib 11LICENSE= zlib
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake pkg-config autoconf automake autoreconf 15USE_TOOLS+= gmake pkg-config autoconf automake autoreconf
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17PKGCONFIG_OVERRIDE+= sdl2.pc.in 17PKGCONFIG_OVERRIDE+= sdl2.pc.in

cvs diff -r1.7 -r1.8 pkgsrc/devel/libftdi/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libftdi/Makefile 2018/02/10 13:53:47 1.7
+++ pkgsrc/devel/libftdi/Makefile 2018/02/27 23:56:08 1.8
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.8 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= libftdi-0.20 3DISTNAME= libftdi-0.20
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/ 6MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/
6 7
7MAINTAINER= jakllsch@NetBSD.org 8MAINTAINER= jakllsch@NetBSD.org
8HOMEPAGE= https://www.intra2net.com/en/developer/libftdi/ 9HOMEPAGE= https://www.intra2net.com/en/developer/libftdi/
9COMMENT= Userland driver library for FTDI USB chips 10COMMENT= Userland driver library for FTDI USB chips
10LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
15USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
16 17

cvs diff -r1.22 -r1.23 pkgsrc/devel/libftdi1/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libftdi1/Makefile 2018/02/10 13:53:47 1.22
+++ pkgsrc/devel/libftdi1/Makefile 2018/02/27 23:56:08 1.23
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.23 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= libftdi1-1.1 3DISTNAME= libftdi1-1.1
4PKGREVISION= 8 4PKGREVISION= 9
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/ 6MASTER_SITES= https://www.intra2net.com/en/developer/libftdi/download/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.intra2net.com/en/developer/libftdi/ 10HOMEPAGE= https://www.intra2net.com/en/developer/libftdi/
11COMMENT= Userland driver library for FTDI USB chips 11COMMENT= Userland driver library for FTDI USB chips
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_CMAKE= yes 15USE_CMAKE= yes
16# false warning ? The "cmake" tool is used but not added to USE_TOOLS. 16# false warning ? The "cmake" tool is used but not added to USE_TOOLS.
17USE_TOOLS+= pkg-config cmake 17USE_TOOLS+= pkg-config cmake

cvs diff -r1.67 -r1.68 pkgsrc/devel/libgphoto2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libgphoto2/Makefile 2018/02/10 13:53:47 1.67
+++ pkgsrc/devel/libgphoto2/Makefile 2018/02/27 23:56:08 1.68
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.67 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.68 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= libgphoto2-2.5.8 3DISTNAME= libgphoto2-2.5.8
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= devel graphics 5CATEGORIES= devel graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gphoto.sourceforge.net/ 10HOMEPAGE= http://gphoto.sourceforge.net/
11COMMENT= Digital camera access library 11COMMENT= Digital camera access library
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14CONFLICTS+= gphoto<2.1.1 14CONFLICTS+= gphoto<2.1.1
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.10 -r1.11 pkgsrc/devel/libhid/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libhid/Makefile 2018/02/10 13:53:47 1.10
+++ pkgsrc/devel/libhid/Makefile 2018/02/27 23:56:08 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.11 2018/02/27 23:56:08 khorben Exp $
2 2
3DISTNAME= libhid-0.2.16 3DISTNAME= libhid-0.2.16
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://sourceforge.net/projects/salix-sbo/files/13.37/libhid/ 6MASTER_SITES= http://sourceforge.net/projects/salix-sbo/files/13.37/libhid/
7MASTER_SITES+= https://alioth.debian.org/frs/download.php/file/1958/ 7MASTER_SITES+= https://alioth.debian.org/frs/download.php/file/1958/
8LICENSE= gnu-gpl-v2 8LICENSE= gnu-gpl-v2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://libhid.alioth.debian.org/ 11HOMEPAGE= http://libhid.alioth.debian.org/
12COMMENT= Abstraction layer for HID-class devices over USB/serial 12COMMENT= Abstraction layer for HID-class devices over USB/serial
13 13
14BUILD_DEPENDS+= docbook-[0-9]*:../../textproc/docbook 14BUILD_DEPENDS+= docbook-[0-9]*:../../textproc/docbook
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake 17USE_TOOLS+= gmake

cvs diff -r1.2 -r1.3 pkgsrc/devel/libnfc/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libnfc/Makefile 2018/02/10 13:53:47 1.2
+++ pkgsrc/devel/libnfc/Makefile 2018/02/27 23:56:09 1.3
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.3 2018/02/27 23:56:09 khorben Exp $
2 2
3DISTNAME= libnfc-1.7.1 3DISTNAME= libnfc-1.7.1
 4PKGREVISION= 1
4CATEGORIES= net 5CATEGORIES= net
5MASTER_SITES= https://dl.bintray.com/nfc-tools/sources/ 6MASTER_SITES= https://dl.bintray.com/nfc-tools/sources/
6EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://nfc-tools.org/index.php?title=Libnfc 10HOMEPAGE= http://nfc-tools.org/index.php?title=Libnfc
10COMMENT= Low level NFC SDK and Programmers API 11COMMENT= Low level NFC SDK and Programmers API
11LICENSE= gnu-lgpl-v3 12LICENSE= gnu-lgpl-v3
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 15USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
16 17

cvs diff -r1.7 -r1.8 pkgsrc/devel/libnjb/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libnjb/Makefile 2018/02/10 13:53:47 1.7
+++ pkgsrc/devel/libnjb/Makefile 2018/02/27 23:56:08 1.8
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2018/02/10 13:53:47 khorben Exp $ 1# $NetBSD: Makefile,v 1.8 2018/02/27 23:56:08 khorben Exp $
2# 2#
3 3
4DISTNAME= libnjb-2.2.6 4DISTNAME= libnjb-2.2.6
5PKGREVISION= 3 5PKGREVISION= 4
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnjb/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnjb/}
8 8
9MAINTAINER= ku3@sl.aanet.ru 9MAINTAINER= ku3@sl.aanet.ru
10HOMEPAGE= http://libnjb.sourceforge.net/ 10HOMEPAGE= http://libnjb.sourceforge.net/
11COMMENT= Communicating with some Creative and Dell audio players 11COMMENT= Communicating with some Creative and Dell audio players
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
18 18

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-usb/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-usb/Makefile 2018/02/10 13:53:48 1.15
+++ pkgsrc/devel/py-usb/Makefile 2018/02/27 23:56:09 1.16
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.16 2018/02/27 23:56:09 khorben Exp $
2 2
3VERSION= 1.0.0 3VERSION= 1.0.0
 4PKGREVISION= 1
4DISTNAME= pyusb-${VERSION} 5DISTNAME= pyusb-${VERSION}
5PKGNAME= ${PYPKGPREFIX}-usb-${VERSION} 6PKGNAME= ${PYPKGPREFIX}-usb-${VERSION}
6CATEGORIES= devel 7CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GITHUB:=pyusb/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=pyusb/}
8GITHUB_PROJECT= pyusb 9GITHUB_PROJECT= pyusb
9 10
10MAINTAINER= wiml@hhhh.org 11MAINTAINER= wiml@hhhh.org
11HOMEPAGE= https://pyusb.github.io/pyusb/ 12HOMEPAGE= https://pyusb.github.io/pyusb/
12COMMENT= Python interface to USB via libusb 13COMMENT= Python interface to USB via libusb
13LICENSE= modified-bsd 14LICENSE= modified-bsd
14 15
15CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t 16CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
16 17

cvs diff -r1.55 -r1.56 pkgsrc/emulators/snes9x/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/snes9x/Makefile 2018/02/10 13:53:48 1.55
+++ pkgsrc/emulators/snes9x/Makefile 2018/02/27 23:56:09 1.56
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.55 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.56 2018/02/27 23:56:09 khorben Exp $
2 2
3SNESVER= 1.43 3SNESVER= 1.43
4DISTNAME= snes9x-${SNESVER}-src 4DISTNAME= snes9x-${SNESVER}-src
5PKGNAME= snes9x-${SNESVER} 5PKGNAME= snes9x-${SNESVER}
 6PKGREVISION= 1
6CATEGORIES= emulators 7CATEGORIES= emulators
7MASTER_SITES= http://www.lysator.liu.se/snes9x/${SNESVER}/ 8MASTER_SITES= http://www.lysator.liu.se/snes9x/${SNESVER}/
8MASTER_SITES+= http://files.ipherswipsite.com/snes9x/ 9MASTER_SITES+= http://files.ipherswipsite.com/snes9x/
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.snes9x.com/ 12HOMEPAGE= http://www.snes9x.com/
12COMMENT= Super Nintendo Entertainment System (SNES) emulator 13COMMENT= Super Nintendo Entertainment System (SNES) emulator
13 14
14BROKEN_ON_PLATFORM= ${LP64PLATFORMS} 15BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
15MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no
16 17
17WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x 18WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++

cvs diff -r1.5 -r1.6 pkgsrc/geography/garmintools/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/garmintools/Makefile 2018/02/10 13:53:48 1.5
+++ pkgsrc/geography/garmintools/Makefile 2018/02/27 23:56:09 1.6
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.6 2018/02/27 23:56:09 khorben Exp $
2 2
3DISTNAME= garmintools-0.10 3DISTNAME= garmintools-0.10
 4PKGREVISION= 1
4CATEGORIES= geography 5CATEGORIES= geography
5MASTER_SITES= http://garmintools.googlecode.com/files/ 6MASTER_SITES= http://garmintools.googlecode.com/files/
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://code.google.com/archive/p/garmintools/ 9HOMEPAGE= https://code.google.com/archive/p/garmintools/
9COMMENT= Utilities for Garmin Forerunner 305 and similar GPS units 10COMMENT= Utilities for Garmin Forerunner 305 and similar GPS units
10LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14 15
15INSTALLATION_DIRS= share/doc/garmintools 16INSTALLATION_DIRS= share/doc/garmintools
16 17

cvs diff -r1.17 -r1.18 pkgsrc/geography/gpsbabel/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gpsbabel/Makefile 2018/02/10 13:53:48 1.17
+++ pkgsrc/geography/gpsbabel/Makefile 2018/02/27 23:56:09 1.18
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.17 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.18 2018/02/27 23:56:09 khorben Exp $
2# 2#
3 3
4DISTNAME= gpsbabel-1.5.2 4DISTNAME= gpsbabel-1.5.2
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= geography 6CATEGORIES= geography
7MASTER_SITES= ${MASTER_SITE_LOCAL} 7MASTER_SITES= ${MASTER_SITE_LOCAL}
8# Download from official site apparently only via interactive form, 8# Download from official site apparently only via interactive form,
9# but code is gnu-gpl-v2 so hosted elsewhere. 9# but code is gnu-gpl-v2 so hosted elsewhere.
10# older versions were at 10# older versions were at
11# MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/ 11# MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/
12 12
13MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
14HOMEPAGE= http://www.gpsbabel.org/ 14HOMEPAGE= http://www.gpsbabel.org/
15COMMENT= Utility to convert and fetch GPS related data 15COMMENT= Utility to convert and fetch GPS related data
16LICENSE= gnu-gpl-v2 16LICENSE= gnu-gpl-v2
17 17
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++

cvs diff -r1.4 -r1.5 pkgsrc/geography/qlandkartegt-garmindev/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/qlandkartegt-garmindev/Attic/Makefile 2018/02/10 13:53:48 1.4
+++ pkgsrc/geography/qlandkartegt-garmindev/Attic/Makefile 2018/02/27 23:56:09 1.5
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.5 2018/02/27 23:56:09 khorben Exp $
2# 2#
3 3
4DISTNAME= garmindev-0.3.4 4DISTNAME= garmindev-0.3.4
 5PKGREVISION= 1
5PKGNAME= qlandkartegt-${DISTNAME} 6PKGNAME= qlandkartegt-${DISTNAME}
6CATEGORIES= geography 7CATEGORIES= geography
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qlandkartegt/}
8 9
9MAINTAINER= jkunz@NetBSD.org 10MAINTAINER= jkunz@NetBSD.org
10HOMEPAGE= http://www.qlandkarte.org/ 11HOMEPAGE= http://www.qlandkarte.org/
11COMMENT= Garmin device drivers for qlandkartegt 12COMMENT= Garmin device drivers for qlandkartegt
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15USE_CMAKE= yes 16USE_CMAKE= yes
16 17
17.include "../../mk/libusb.buildlink3.mk" 18.include "../../mk/libusb.buildlink3.mk"

cvs diff -r1.18 -r1.19 pkgsrc/graphics/s10sh/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/s10sh/Makefile 2018/02/10 13:53:48 1.18
+++ pkgsrc/graphics/s10sh/Makefile 2018/02/27 23:56:09 1.19
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.18 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.19 2018/02/27 23:56:09 khorben Exp $
2# 2#
3 3
4DISTNAME= s10sh-0.2.0 4DISTNAME= s10sh-0.2.0
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/ 7MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/
8 8
9MAINTAINER= drochner@NetBSD.org 9MAINTAINER= drochner@NetBSD.org
10#HOMEPAGE= http://www.kyuzz.org/antirez/s10sh/ 10#HOMEPAGE= http://www.kyuzz.org/antirez/s10sh/
11COMMENT= USB/serial userspace driver for Canon PowerShot cameras 11COMMENT= USB/serial userspace driver for Canon PowerShot cameras
12 12
13HAS_CONFIGURE= yes 13HAS_CONFIGURE= yes
14CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} 14CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
15MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} 15MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
16MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 16MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
17 17
18INSTALLATION_DIRS= bin 18INSTALLATION_DIRS= bin

cvs diff -r1.194 -r1.195 pkgsrc/misc/calibre/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/calibre/Makefile 2018/02/10 13:53:48 1.194
+++ pkgsrc/misc/calibre/Makefile 2018/02/27 23:56:09 1.195
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.194 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.195 2018/02/27 23:56:09 khorben Exp $
2 2
3DISTNAME= calibre-3.16.0 3DISTNAME= calibre-3.16.0
 4PKGREVISION= 1
4CATEGORIES= misc 5CATEGORIES= misc
5#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} 6#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
6MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ 7MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
7EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
8DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 9DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.calibre-ebook.com/ 12HOMEPAGE= http://www.calibre-ebook.com/
12COMMENT= E-book library management application 13COMMENT= E-book library management application
13LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
14 15
15DEPENDS+= ${PYPKGPREFIX}-apsw>=3.7.17:../../databases/py-apsw 16DEPENDS+= ${PYPKGPREFIX}-apsw>=3.7.17:../../databases/py-apsw
16DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils 17DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils

cvs diff -r1.11 -r1.12 pkgsrc/misc/urjtag/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/urjtag/Makefile 2018/02/10 13:53:48 1.11
+++ pkgsrc/misc/urjtag/Makefile 2018/02/27 23:56:09 1.12
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.11 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.12 2018/02/27 23:56:09 khorben Exp $
2# 2#
3 3
4DISTNAME= urjtag-0.10 4DISTNAME= urjtag-0.10
5PKGREVISION= 3 5PKGREVISION= 4
6CATEGORIES= misc 6CATEGORIES= misc
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=urjtag/urjtag/0.10/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=urjtag/urjtag/0.10/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.urjtag.org/ 10HOMEPAGE= http://www.urjtag.org/
11COMMENT= JTAG tool 11COMMENT= JTAG tool
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LANGUAGES= c99 15USE_LANGUAGES= c99
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_TOOLS+= gmake msgfmt 17USE_TOOLS+= gmake msgfmt
18REPLACE_SH= src/bsdl2jtag 18REPLACE_SH= src/bsdl2jtag

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/ups-nut-usb/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ups-nut-usb/Makefile 2018/02/10 13:53:48 1.6
+++ pkgsrc/sysutils/ups-nut-usb/Makefile 2018/02/27 23:56:09 1.7
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2018/02/10 13:53:48 khorben Exp $ 1# $NetBSD: Makefile,v 1.7 2018/02/27 23:56:09 khorben Exp $
2 2
3.include "../../sysutils/ups-nut/Makefile.common" 3.include "../../sysutils/ups-nut/Makefile.common"
4 4
5PKGNAME= ${DISTNAME:S/nut/ups-nut-usb/} 5PKGNAME= ${DISTNAME:S/nut/ups-nut-usb/}
6PKGREVISION= 1 6PKGREVISION= 2
7COMMENT= Network UPS Tools USB drivers 7COMMENT= Network UPS Tools USB drivers
8 8
9DEPENDS+= ups-nut-2.*:../../sysutils/ups-nut 9DEPENDS+= ups-nut-2.*:../../sysutils/ups-nut
10 10
11INSTALLATION_DIRS+= ${PREFIX}/libexec/nut 11INSTALLATION_DIRS+= ${PREFIX}/libexec/nut
12INSTALLATION_DIRS+= ${PREFIX}/${PKGMANDIR}/man8 12INSTALLATION_DIRS+= ${PREFIX}/${PKGMANDIR}/man8
13 13
14BUILD_DEFS+= NUT_STATEDIR 14BUILD_DEFS+= NUT_STATEDIR
15 15
16CONFIGURE_ARGS+= --with-usb --with-drvpath=${NUT_DRVDIR:Q} 16CONFIGURE_ARGS+= --with-usb --with-drvpath=${NUT_DRVDIR:Q}
17 17
18do-install: 18do-install:
19 for f in usbhid-ups bcmxcp_usb tripplite_usb blazer_usb richcomm_usb;\ 19 for f in usbhid-ups bcmxcp_usb tripplite_usb blazer_usb richcomm_usb;\

cvs diff -r1.66 -r1.67 pkgsrc/x11/kde-workspace4/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/kde-workspace4/Makefile 2018/02/10 13:53:49 1.66
+++ pkgsrc/x11/kde-workspace4/Makefile 2018/02/27 23:56:07 1.67
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.66 2018/02/10 13:53:49 khorben Exp $ 1# $NetBSD: Makefile,v 1.67 2018/02/27 23:56:07 khorben Exp $
2 2
3DISTNAME= kde-workspace-4.11.22 3DISTNAME= kde-workspace-4.11.22
4PKGNAME= ${DISTNAME:S/-4/4-4/} 4PKGNAME= ${DISTNAME:S/-4/4-4/}
5PKGREVISION= 12 5PKGREVISION= 13
6CATEGORIES= x11 6CATEGORIES= x11
7COMMENT= Base workspace for the KDE 4 integrated X11 desktop 7COMMENT= Base workspace for the KDE 4 integrated X11 desktop
8MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.0/src/} 8MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.0/src/}
9 9
10.include "../../meta-pkgs/kde4/Makefile.kde4" 10.include "../../meta-pkgs/kde4/Makefile.kde4"
11 11
12DISTFILES= ${DEFAULT_DISTFILES} Daemon.png Daemon.README 12DISTFILES= ${DEFAULT_DISTFILES} Daemon.png Daemon.README
13DISTFILES+= NetBSD-flag-1.0.png 13DISTFILES+= NetBSD-flag-1.0.png
14SITES.Daemon.png= ${MASTER_SITE_LOCAL} 14SITES.Daemon.png= ${MASTER_SITE_LOCAL}
15SITES.Daemon.README= ${MASTER_SITE_LOCAL} 15SITES.Daemon.README= ${MASTER_SITE_LOCAL}
16SITES.NetBSD-flag-1.0.png= ${MASTER_SITE_LOCAL} 16SITES.NetBSD-flag-1.0.png= ${MASTER_SITE_LOCAL}
17 17
18EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 18EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}