diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
commit | 7f5e67a16f11ab4f24c445171b067f1b01045081 (patch) | |
tree | 32b4a6deb38037f67580dcd372cbbf887f4b1044 /archivers | |
parent | f74e36c92de5fdb21a15bb8effe5336a352ee9fb (diff) | |
download | FreeBSD-ports-7f5e67a16f11ab4f24c445171b067f1b01045081.zip FreeBSD-ports-7f5e67a16f11ab4f24c445171b067f1b01045081.tar.gz |
Change MAINTAINER address for my ports.
Approved by: novel (mentor)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 2 | ||||
-rw-r--r-- | archivers/ecm/Makefile | 2 | ||||
-rw-r--r-- | archivers/gzrecover/Makefile | 2 | ||||
-rw-r--r-- | archivers/mar/Makefile | 2 | ||||
-rw-r--r-- | archivers/ppmd/Makefile | 2 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 | ||||
-rw-r--r-- | archivers/unlzx/Makefile | 2 | ||||
-rw-r--r-- | archivers/unzoo/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index b847e96..e389d60 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 20021217 CATEGORIES= archivers perl5 MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz USE_PERL5= yes diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index 2aa5962..bd71248 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= archivers MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data PLIST_FILES= bin/ecm bin/unecm diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 3192c58..321ffcb 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ DISTNAME= gzrt-${PORTVERSION} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A gzip recovery toolkit CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index 05479e2..23489ff 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.emantic.co.uk/mark/files/ \ http://critical.ch/mar/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple binary file format for storing arbitrary meta and user data USE_REINPLACE= yes diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index ab334fb..dbe0abd 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 20050811 CATEGORIES= archivers MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A fast archiver with a good compression ratio MAN1= ppmd.1 diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index c3e5d2d..25cc245 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.12 CATEGORIES= archivers MASTER_SITES= http://tardy.sourceforge.net/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways USE_REINPLACE= yes diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index d96452a..18ff535 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ DISTNAME= ${PORTNAME}.c EXTRACT_SUFX= .gz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Extracts .lzx archives from Amiga systems PLIST_FILES= bin/unlzx diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 71ebd0f..56397c9 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 4.4 CATEGORIES= archivers MASTER_SITES= http://critical.ch/unzoo/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A zoo archive extractor EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR |