diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-24 15:31:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-24 15:31:21 +0000 |
commit | 018e66797f392c355b2aebee709a92648b247d4f (patch) | |
tree | adc436a93d89485bd686990165205aac9fe07790 | |
parent | 7d32da8e2dc01d5ef9e958a6606953894e0631a5 (diff) |
Notes
-rw-r--r-- | archivers/py-lzma/Makefile | 2 | ||||
-rw-r--r-- | archivers/py-tarfile/Makefile | 2 | ||||
-rw-r--r-- | devel/py-ctypes/Makefile | 2 | ||||
-rw-r--r-- | devel/py-plex/Makefile | 2 | ||||
-rw-r--r-- | devel/py-repl/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-snmp/Makefile | 2 |
6 files changed, 6 insertions, 6 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 diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index 2da0c03b442b..825b86633247 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gcooper@FreeBSD.org COMMENT= Python module allowing to create and manipulate C data types USE_PYTHON= yes diff --git a/devel/py-plex/Makefile b/devel/py-plex/Makefile index 81c79ce8b456..8d766d69047e 100644 --- a/devel/py-plex/Makefile +++ b/devel/py-plex/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Plex/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Plex-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gcooper@FreeBSD.org COMMENT= Lexical Analysis Module for Python USE_PYTHON= yes diff --git a/devel/py-repl/Makefile b/devel/py-repl/Makefile index a4d7463c3942..d17ccfa25e94 100644 --- a/devel/py-repl/Makefile +++ b/devel/py-repl/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyrepl-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gcooper@FreeBSD.org COMMENT= Replacement for readline and interactive environment for Python USE_PYTHON= yes diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile index ea909465fb6e..8bafa1e52535 100644 --- a/net-mgmt/py-snmp/Makefile +++ b/net-mgmt/py-snmp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}-devel/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pysnmp-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gcooper@FreeBSD.org COMMENT= SNMP framework for Python CONFLICTS= py??-snmp2-[0-9]* py??-snmp4-[0-9]* |