diff options
author | linimon <linimon@FreeBSD.org> | 2010-07-08 10:04:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-07-08 10:04:06 +0800 |
commit | 412d7022fd788b676250220805bd87e89faab4f7 (patch) | |
tree | 55694b700a27ae3e91c937659ecf21ade0cdd532 /archivers | |
parent | 720fdaa29076bae23711c5ce8fec1e537da1fa88 (diff) | |
download | freebsd-ports-graphics-412d7022fd788b676250220805bd87e89faab4f7.tar.gz freebsd-ports-graphics-412d7022fd788b676250220805bd87e89faab4f7.tar.zst freebsd-ports-graphics-412d7022fd788b676250220805bd87e89faab4f7.zip |
Reset maintainer per his request to ports@.
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-lzma/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-tarfile/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 4e1e087a7cd..7747fa6baca 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.joachim-bauch.de/projects/python/pylzma/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pylzma-${PORTVERSION} -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python binding for the LZMA compression library USE_PYTHON= yes diff --git a/archivers/py-tarfile/Makefile b/archivers/py-tarfile/Makefile index 72492863400..4fbe90dc9f1 100644 --- a/archivers/py-tarfile/Makefile +++ b/archivers/py-tarfile/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers python MASTER_SITES= http://www.gustaebel.de/lars/tarfile/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python library for reading and writing tarballs USE_PYTHON= yes |