summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-08-23 04:00:04 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-08-23 04:00:04 +0000
commit2574f69107121a3cc7cb9276abdedad5a76633c7 (patch)
treeb84cefc010abb1b2c1857ccf9deb2c66f6c9c5db /archivers
parent- Update to 0.83 (diff)
- change maintainer address on ports I maintain
Approved by: clsung (mentor)
Notes
Notes: svn path=/head/; revision=198164
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Raw-Bzip2/Makefile2
-rw-r--r--archivers/p5-Compress-Raw-Zlib/Makefile2
-rw-r--r--archivers/p5-IO-Compress-Base/Makefile2
-rw-r--r--archivers/p5-IO-Compress-Bzip2/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile
index c06cc857efc1..172bfd92827f 100644
--- a/archivers/p5-Compress-Raw-Bzip2/Makefile
+++ b/archivers/p5-Compress-Raw-Bzip2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
PKGNAMEPREFIX= p5-
-MAINTAINER= thomas@goodking.ca
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Low-Level Interface to bzip2 compression library
PERL_CONFIGURE= YES
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile
index f61a61aa26eb..b477b3f7f957 100644
--- a/archivers/p5-Compress-Raw-Zlib/Makefile
+++ b/archivers/p5-Compress-Raw-Zlib/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Compress
PKGNAMEPREFIX= p5-
-MAINTAINER= thomas@goodking.ca
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Low-Level Interface to zlib compression library
PERL_CONFIGURE= YES
diff --git a/archivers/p5-IO-Compress-Base/Makefile b/archivers/p5-IO-Compress-Base/Makefile
index 336b691c93ab..d6d6f58d3002 100644
--- a/archivers/p5-IO-Compress-Base/Makefile
+++ b/archivers/p5-IO-Compress-Base/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
-MAINTAINER= thomas@goodking.ca
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Base Class for IO::Uncompress modules
PERL_CONFIGURE= YES
diff --git a/archivers/p5-IO-Compress-Bzip2/Makefile b/archivers/p5-IO-Compress-Bzip2/Makefile
index 32e2ea06e245..5faf80515e9e 100644
--- a/archivers/p5-IO-Compress-Bzip2/Makefile
+++ b/archivers/p5-IO-Compress-Bzip2/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
-MAINTAINER= thomas@goodking.ca
+MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= An interface to allow writing bzip2 compressed data to files or buffer
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \