diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-08 13:46:35 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-08 13:46:35 +0000 |
commit | 7dc52a691fcb18b4d8d9ec008ba988be4756dcea (patch) | |
tree | 503805d19cd777fe115b11893e25605e9b9a1db6 /archivers | |
parent | 5b4a602c24a3d3efe6488f9c9648b6a8e845dbea (diff) | |
download | ports-7dc52a691fcb18b4d8d9ec008ba988be4756dcea.tar.gz ports-7dc52a691fcb18b4d8d9ec008ba988be4756dcea.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/cabextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/freeze/Makefile | 2 | ||||
-rw-r--r-- | archivers/gzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/nomarch/Makefile | 2 | ||||
-rw-r--r-- | archivers/rar/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 5315e673c34f..bb244ddbee9a 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= gabor@FreeBSD.org COMMENT= A program to extract Microsoft cabinet (.CAB) files USE_GETOPT_LONG= yes diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index fc2e273c02c7..4bec4da4d927 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/ -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= gabor@FreeBSD.org COMMENT= Compression program - often used in QNX GNU_CONFIGURE= yes diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 4fbbe838973c..131b88d434f0 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://sunfreeware.risq.qc.ca/SOURCES/ \ ftp://sunsite.belnet.be/mirror/ftp.sunfreeware.com/pub/freeware/SOURCES/ EXTRACT_SUFX= .tar.Z -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= gabor@FreeBSD.org COMMENT= A compression utility designed to be a replacement for compress GNU_CONFIGURE= yes diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 0507b66e4368..6a3d7b99e690 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -12,7 +12,7 @@ CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= gabor@FreeBSD.org COMMENT= Extracts files from the old `.arc' archive format USE_GETOPT_LONG=yes diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 58220a96e1ea..4cafac78aca9 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://files.rarlab.com/rar/ \ http://files2.rarlab.com/rar/ DISTNAME= rarbsd-3.6.0 -MAINTAINER= gkovesdan@t-hosting.hu +MAINTAINER= gabor@FreeBSD.org COMMENT= File archiver (binary port) IA32_BINARY_PORT= YES |