aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-05-24 23:31:21 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-05-24 23:31:21 +0800
commit1da9bbffc1b51d2a0fedf97f79066575b1dacea0 (patch)
tree4dc332eb1f43f45640b1897f654bcd300f6904d7 /archivers
parent889a2fdfc0c264ee68ee0af9b702cc211c68c5af (diff)
downloadfreebsd-ports-gnome-1da9bbffc1b51d2a0fedf97f79066575b1dacea0.tar.gz
freebsd-ports-gnome-1da9bbffc1b51d2a0fedf97f79066575b1dacea0.tar.zst
freebsd-ports-gnome-1da9bbffc1b51d2a0fedf97f79066575b1dacea0.zip
- Pass maintainership to gcooper@
PR: 146911 Submitted by: gcooper@
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-lzma/Makefile2
-rw-r--r--archivers/py-tarfile/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile
index 7747fa6baca1..4e1e087a7cda 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= ports@FreeBSD.org
+MAINTAINER= gcooper@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 ce23bc646ea6..05856efa9bc0 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= ports@FreeBSD.org
+MAINTAINER= gcooper@FreeBSD.org
COMMENT= Python library for reading and writing tarballs
USE_PYTHON= yes