Sat Mar 10 21:22:07 2012 UTC ()
Set LICENSE.


(shattered)
diff -r1.18 -r1.19 pkgsrc/audio/amarok-kde3/Makefile
diff -r1.28 -r1.29 pkgsrc/audio/kid3/Makefile
diff -r1.10 -r1.11 pkgsrc/net/ktorrent-kde3/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/audio/amarok-kde3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/amarok-kde3/Attic/Makefile 2012/03/03 00:12:36 1.18
+++ pkgsrc/audio/amarok-kde3/Attic/Makefile 2012/03/10 21:22:07 1.19
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.18 2012/03/03 00:12:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2012/03/10 21:22:07 shattered Exp $
2 2
3DISTNAME= amarok-${VERSION} 3DISTNAME= amarok-${VERSION}
4VERSION= 1.4.10 4VERSION= 1.4.10
5PKGREVISION= 20 5PKGREVISION= 20
6CATEGORIES= audio kde 6CATEGORIES= audio kde
7MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} 7MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://amarok.kde.org/ 11HOMEPAGE= http://amarok.kde.org/
12COMMENT= KDE3 audio player 12COMMENT= KDE3 audio player
 13LICENSE= gnu-gpl-v2
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16USE_TOOLS+= gmake pkg-config msgfmt unzip:run 17USE_TOOLS+= gmake pkg-config msgfmt unzip:run
17USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
18GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
19SET_LIBDIR= yes 20SET_LIBDIR= yes
20USE_LIBTOOL= yes 21USE_LIBTOOL= yes
21RUBY_VERSION_SUPPORTED= 18 22RUBY_VERSION_SUPPORTED= 18
22 23
23CONFIGURE_ARGS+= --without-nmm 24CONFIGURE_ARGS+= --without-nmm
24CONFIGURE_ARGS+= --without-mas 25CONFIGURE_ARGS+= --without-mas
25CONFIGURE_ARGS+= --without-helix 26CONFIGURE_ARGS+= --without-helix

cvs diff -r1.28 -r1.29 pkgsrc/audio/kid3/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/kid3/Makefile 2012/03/03 00:12:40 1.28
+++ pkgsrc/audio/kid3/Makefile 2012/03/10 21:22:07 1.29
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.28 2012/03/03 00:12:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2012/03/10 21:22:07 shattered Exp $
2# 2#
3 3
4DISTNAME= kid3-1.6 4DISTNAME= kid3-1.6
5PKGREVISION= 5 5PKGREVISION= 5
6CATEGORIES= kde audio 6CATEGORIES= kde audio
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/}
8 8
9MAINTAINER= shattered@NetBSD.org 9MAINTAINER= shattered@NetBSD.org
10HOMEPAGE= http://kid3.sourceforge.net/ 10HOMEPAGE= http://kid3.sourceforge.net/
11COMMENT= ID3 tagger for KDE 3 11COMMENT= ID3 tagger for KDE 3
 12LICENSE= gnu-gpl-v2
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16SET_LIBDIR= yes 17SET_LIBDIR= yes
17USE_LIBTOOL= yes 18USE_LIBTOOL= yes
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
19USE_TOOLS+= msgfmt 20USE_TOOLS+= msgfmt
20 21
21CHECK_PORTABILITY_SKIP+= make_qtonly.sh 22CHECK_PORTABILITY_SKIP+= make_qtonly.sh
22 23
23.include "../../meta-pkgs/kde3/kde3.mk" 24.include "../../meta-pkgs/kde3/kde3.mk"
24.include "../../audio/flac/buildlink3.mk" 25.include "../../audio/flac/buildlink3.mk"

cvs diff -r1.10 -r1.11 pkgsrc/net/ktorrent-kde3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ktorrent-kde3/Attic/Makefile 2012/03/03 00:13:45 1.10
+++ pkgsrc/net/ktorrent-kde3/Attic/Makefile 2012/03/10 21:22:07 1.11
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.10 2012/03/03 00:13:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2012/03/10 21:22:07 shattered Exp $
2 2
3DISTNAME= ktorrent-${KTORRENT_VER} 3DISTNAME= ktorrent-${KTORRENT_VER}
4PKGREVISION= 13 4PKGREVISION= 13
5CATEGORIES= net kde 5CATEGORIES= net kde
6MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ 6MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9KTORRENT_VER= 2.2.8 9KTORRENT_VER= 2.2.8
10 10
11MAINTAINER= shattered@NetBSD.org 11MAINTAINER= shattered@NetBSD.org
12HOMEPAGE= http://ktorrent.org/ 12HOMEPAGE= http://ktorrent.org/
13COMMENT= Graphical BitTorrent client for KDE 13COMMENT= Graphical BitTorrent client for KDE
 14LICENSE= gnu-gpl-v2
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
18USE_TOOLS+= gmake msgfmt pkg-config bash:run perl:run 19USE_TOOLS+= gmake msgfmt pkg-config bash:run perl:run
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
21 22
22REPLACE_BASH= scripts/ktshell 23REPLACE_BASH= scripts/ktshell
23 24
24.include "../../meta-pkgs/kde3/kde3.mk" 25.include "../../meta-pkgs/kde3/kde3.mk"
25.include "../../devel/gmp/buildlink3.mk" 26.include "../../devel/gmp/buildlink3.mk"
26.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 27.include "../../graphics/hicolor-icon-theme/buildlink3.mk"