pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Assert OWNERship of some packages, relinquish others e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1418904233e
branches:  trunk
changeset: 542683:f1418904233e
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sun May 25 13:16:10 2008 +0000

description:
Assert OWNERship of some packages, relinquish others entierly.

diffstat:

 archivers/libzip/Makefile       |  4 ++--
 archivers/unace-bin/Makefile    |  4 ++--
 audio/malint/Makefile           |  4 ++--
 devel/emacs-ilisp/Makefile      |  4 ++--
 emulators/arnold/Makefile       |  4 ++--
 emulators/ckmame/Makefile       |  4 ++--
 games/scummvm-tools/Makefile    |  4 ++--
 graphics/jpeg2ps/Makefile       |  4 ++--
 net/cftp/Makefile               |  4 ++--
 pkgtools/pkg_filecheck/Makefile |  4 ++--
 print/dvidvi/Makefile           |  4 ++--
 print/img2eps/Makefile          |  4 ++--
 12 files changed, 24 insertions(+), 24 deletions(-)

diffs (212 lines):

diff -r 5f09b111a737 -r f1418904233e archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Sun May 25 11:49:04 2008 +0000
+++ b/archivers/libzip/Makefile Sun May 25 13:16:10 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2007/06/06 20:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/25 13:16:10 dillo Exp $
 #
 
 DISTNAME=              libzip-0.8
 CATEGORIES=            archivers devel
 MASTER_SITES=          http://www.nih.at/libzip/
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+OWNER=                 dillo%NetBSD.org@localhost
 HOMEPAGE=              http://www.nih.at/libzip/
 COMMENT=               C library to manipulate zip archives
 
diff -r 5f09b111a737 -r f1418904233e archivers/unace-bin/Makefile
--- a/archivers/unace-bin/Makefile      Sun May 25 11:49:04 2008 +0000
+++ b/archivers/unace-bin/Makefile      Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/10/31 21:50:49 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/25 13:16:10 dillo Exp $
 #
 
 DISTNAME=      linunace25
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://www.winace.com/files/
 EXTRACT_SUFX=  .tgz
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.winace.com/
 COMMENT=       Extract, list and test files in ACE archives (Linux binary)
 
diff -r 5f09b111a737 -r f1418904233e audio/malint/Makefile
--- a/audio/malint/Makefile     Sun May 25 11:49:04 2008 +0000
+++ b/audio/malint/Makefile     Sun May 25 13:16:10 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:44:54 tv Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/25 13:16:10 dillo Exp $
 #
 
 DISTNAME=              malint-0.2
 CATEGORIES=            audio
 MASTER_SITES=          http://www.nih.at/malint/
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+OWNER=                 dillo%NetBSD.org@localhost
 HOMEPAGE=              http://www.nih.at/malint/
 COMMENT=               MPEG audio stream validator
 
diff -r 5f09b111a737 -r f1418904233e devel/emacs-ilisp/Makefile
--- a/devel/emacs-ilisp/Makefile        Sun May 25 11:49:04 2008 +0000
+++ b/devel/emacs-ilisp/Makefile        Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/03/19 12:13:08 obache Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/25 13:16:10 dillo Exp $
 #
 
 DISTNAME=      ilisp-20021222
@@ -7,7 +7,7 @@
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ilisp/}
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://sourceforge.net/projects/ilisp/
 COMMENT=       Emacs interface to embedded Lisp process
 
diff -r 5f09b111a737 -r f1418904233e emulators/arnold/Makefile
--- a/emulators/arnold/Makefile Sun May 25 11:49:04 2008 +0000
+++ b/emulators/arnold/Makefile Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/03/03 19:21:37 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=              arnsrc27012002
@@ -8,7 +8,7 @@
 MASTER_SITES=          http://arnold.emuunlim.com/download/
 EXTRACT_SUFX=          .zip
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://arnold.emuunlim.com/
 COMMENT=               Amstrad CPC, Amstrad CPC+ and KC Compact emulator
 
diff -r 5f09b111a737 -r f1418904233e emulators/ckmame/Makefile
--- a/emulators/ckmame/Makefile Sun May 25 11:49:04 2008 +0000
+++ b/emulators/ckmame/Makefile Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/06/06 20:56:15 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=              ckmame-0.9
@@ -6,7 +6,7 @@
 MASTER_SITES=          http://www.nih.at/ckmame/
 EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+OWNER=                 dillo%NetBSD.org@localhost
 HOMEPAGE=              http://www.nih.at/ckmame/
 COMMENT=               Check ROM sets for MAME
 
diff -r 5f09b111a737 -r f1418904233e games/scummvm-tools/Makefile
--- a/games/scummvm-tools/Makefile      Sun May 25 11:49:04 2008 +0000
+++ b/games/scummvm-tools/Makefile      Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/04/07 18:03:07 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=              scummvm-tools-0.9.0
@@ -6,7 +6,7 @@
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scummvm/}
 EXTRACT_SUFX=          .tar.bz2
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://scummvm.sourceforge.net/
 COMMENT=               Conversion and compression tools for ScummVM
 
diff -r 5f09b111a737 -r f1418904233e graphics/jpeg2ps/Makefile
--- a/graphics/jpeg2ps/Makefile Sun May 25 11:49:04 2008 +0000
+++ b/graphics/jpeg2ps/Makefile Sun May 25 13:16:10 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2008/03/04 15:39:10 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=      jpeg2ps-1.9
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.pdflib.com/products/more/jpeg2ps/
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.pdflib.com/products/more/jpeg2ps.html
 COMMENT=       Convert jpeg images to PostScript level 2 or 3
 
diff -r 5f09b111a737 -r f1418904233e net/cftp/Makefile
--- a/net/cftp/Makefile Sun May 25 11:49:04 2008 +0000
+++ b/net/cftp/Makefile Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/04/13 12:20:18 dillo Exp $
+# $NetBSD: Makefile,v 1.17 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=      cftp-0.12
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://ftp.giga.or.at/pub/nih/cftp/ \
                ftp://ftp.giga.or.at/pub/nih/cftp/
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+OWNER=         dillo%NetBSD.org@localhost
 HOMEPAGE=      http://ftp.giga.or.at/pub/nih/cftp/
 COMMENT=       Comfortable FTP, a full screen ftp client
 
diff -r 5f09b111a737 -r f1418904233e pkgtools/pkg_filecheck/Makefile
--- a/pkgtools/pkg_filecheck/Makefile   Sun May 25 11:49:04 2008 +0000
+++ b/pkgtools/pkg_filecheck/Makefile   Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/10/07 12:59:14 kano Exp $
+# $NetBSD: Makefile,v 1.29 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=              pkg_filecheck-0.4
@@ -6,7 +6,7 @@
 MASTER_SITES=          # empty
 DISTFILES=             # empty
 
-MAINTAINER=            dillo%NetBSD.org@localhost
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=             http://www.NetBSD.org/docs/pkgsrc/
 COMMENT=               Check for files not owned by any package
 
diff -r 5f09b111a737 -r f1418904233e print/dvidvi/Makefile
--- a/print/dvidvi/Makefile     Sun May 25 11:49:04 2008 +0000
+++ b/print/dvidvi/Makefile     Sun May 25 13:16:10 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:09 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=      dvidvi-1.0
 CATEGORIES=    print
 MASTER_SITES=  ftp://sunsite.univie.ac.at/pub/distfiles/
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Select and/or rearrange pages in a TeX dvi file
 
 
diff -r 5f09b111a737 -r f1418904233e print/img2eps/Makefile
--- a/print/img2eps/Makefile    Sun May 25 11:49:04 2008 +0000
+++ b/print/img2eps/Makefile    Sun May 25 13:16:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/01/17 02:43:26 obache Exp $
+# $NetBSD: Makefile,v 1.15 2008/05/25 13:16:11 dillo Exp $
 #
 
 DISTNAME=      img2eps-0.2
@@ -6,7 +6,7 @@
 CATEGORIES=    print graphics
 MASTER_SITES=  http://www.nih.at/img2eps/
 
-MAINTAINER=    dillo%NetBSD.org@localhost
+OWNER=         dillo%NetBSD.org@localhost
 HOMEPAGE=      http://www.nih.at/img2eps/
 COMMENT=       Convert raster images to EPS files
 



Home | Main Index | Thread Index | Old Index