summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/unzip/Makefile4
-rw-r--r--audio/libvorbis/Makefile4
-rw-r--r--audio/vorbis-tools/Makefile4
-rw-r--r--multimedia/libogg/Makefile4
-rw-r--r--multimedia/libtheora/Makefile4
-rw-r--r--shells/bash/Makefile4
-rw-r--r--textproc/aspell-english/Makefile4
-rw-r--r--textproc/psgml-mode/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index c16349eb9f7..f9633fc170f 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2006/03/04 21:28:54 jlam Exp $
+# $NetBSD: Makefile,v 1.63 2006/06/15 13:34:27 wiz Exp $
DISTNAME= unzip552
PKGNAME= unzip-5.52
@@ -6,7 +6,7 @@ PKGREVISION= 3
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html
COMMENT= List, test and extract compressed files in a ZIP archive
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index e073eaa0d1f..d1bad7abfba 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.42 2006/04/22 07:32:24 lukem Exp $
+# $NetBSD: Makefile,v 1.43 2006/06/15 13:38:51 wiz Exp $
DISTNAME= libvorbis-1.1.2
CATEGORIES= devel audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 52bc89d432f..10139eba7eb 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.40 2006/04/22 07:32:24 lukem Exp $
+# $NetBSD: Makefile,v 1.41 2006/06/15 13:38:51 wiz Exp $
DISTNAME= vorbis-tools-1.1.1
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.vorbis.com/
COMMENT= Ogg Vorbis encoder and player
diff --git a/multimedia/libogg/Makefile b/multimedia/libogg/Makefile
index 44fb7f4dade..09823632d49 100644
--- a/multimedia/libogg/Makefile
+++ b/multimedia/libogg/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2006/04/22 07:32:24 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/15 13:38:51 wiz Exp $
#
DISTNAME= libogg-1.1.3
CATEGORIES= multimedia devel
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.xiph.org/ogg/
COMMENT= Ogg project codecs library
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 56f3402791b..0d0457a95d6 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/11 14:21:47 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/15 13:38:51 wiz Exp $
#
DISTNAME= libtheora-1.0alpha6
@@ -6,7 +6,7 @@ CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.theora.org/
COMMENT= Video codec for Ogg multimedia streaming
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 115be4b24e1..12e3b19a81e 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/05/26 14:12:01 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/06/15 13:42:36 wiz Exp $
DISTNAME= bash-3.1
PKGNAME= bash-3.1pl1
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
PATCH_SITES= ${MASTER_SITES:=bash-3.1-patches/}
PATCHFILES= bash31-001
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
COMMENT= The GNU Bourne Again Shell
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile
index 18634717bab..c2d8d3cd728 100644
--- a/textproc/aspell-english/Makefile
+++ b/textproc/aspell-english/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:44 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/06/15 13:43:33 wiz Exp $
#
DISTNAME= aspell6-en-6.0-0
@@ -8,7 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/en/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= English language support for aspell
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile
index 6c8b65981f8..7d3ee8cd18e 100644
--- a/textproc/psgml-mode/Makefile
+++ b/textproc/psgml-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/08 18:11:23 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/15 13:43:57 wiz Exp $
DISTNAME= psgml-1.3.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-mode-/}
@@ -6,7 +6,7 @@ PKGREVISION= 3
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psgml/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/~lenst/about_psgml/
COMMENT= SGML/XML mode for Emacs