diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-05-28 20:44:16 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-05-28 20:44:16 +0000 |
commit | 9463ff6e5bb3075b5ea3da0c7dd0cdf4c82b5985 (patch) | |
tree | 2549742a0ac8712655f11d153b8f6081280b187c /archivers | |
parent | bb283790226fa4725057b7965a853d162c412301 (diff) | |
download | ports-9463ff6e5bb3075b5ea3da0c7dd0cdf4c82b5985.tar.gz ports-9463ff6e5bb3075b5ea3da0c7dd0cdf4c82b5985.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libdynamite/Makefile | 2 | ||||
-rw-r--r-- | archivers/liborange/Makefile | 2 | ||||
-rw-r--r-- | archivers/librtfcomp/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-librtfcomp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index 3101d650b700..273c3a25d65c 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= SF MASTER_SITE_SUBDIR= synce -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= Decompress data compressed with PKWARE Data Compression Library MAKE_JOBS_SAFE= yes diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index db9b8168d540..2b9c08d310b9 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= SF MASTER_SITE_SUBDIR= synce -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= Library to extract CAB files from self-extracting installers RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index ec80cdea2f70..35bf326e1d32 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -11,7 +11,7 @@ CATEGORIES?= archivers MASTER_SITES= SF MASTER_SITE_SUBDIR= synce -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT?= LZRTF compression library MAKE_JOBS_SAFE= yes diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile index f589cf85d99f..465f771a509a 100644 --- a/archivers/py-librtfcomp/Makefile +++ b/archivers/py-librtfcomp/Makefile @@ -8,7 +8,7 @@ CATEGORIES= archivers python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@logvinov.com +MAINTAINER= avl@FreeBSD.org COMMENT= Python bindings for the LZRTF compression library LIB_DEPENDS= rtfcomp.0:${PORTSDIR}/archivers/librtfcomp |