diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-09-13 11:21:38 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-09-13 11:21:38 +0800 |
commit | 87404c87f32a349ec5cf9b4759b6af8e2e4690a4 (patch) | |
tree | 489e3d52fe3f7f72dc9098af4770139d80bb665a /net | |
parent | 8a9bd6bd94d2a141f51a0fa84d4e8fe70c0ca44d (diff) | |
download | freebsd-ports-gnome-87404c87f32a349ec5cf9b4759b6af8e2e4690a4.tar.gz freebsd-ports-gnome-87404c87f32a349ec5cf9b4759b6af8e2e4690a4.tar.zst freebsd-ports-gnome-87404c87f32a349ec5cf9b4759b6af8e2e4690a4.zip |
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel
Diffstat (limited to 'net')
-rw-r--r-- | net/mDNSResponder/Makefile | 2 | ||||
-rw-r--r-- | net/py-mantissa/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index f56cb6f912fa..bb79a79551b3 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net dns MASTER_SITES= http://darwinsource.opendarwin.org/tarballs/apsl/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= alex@foxybanana.com +MAINTAINER= alexbl@FreeBSD.org COMMENT= Apple's mDNSResponder USE_LDCONFIG= YES diff --git a/net/py-mantissa/Makefile b/net/py-mantissa/Makefile index ae8ce13883fb..d5bb9dbda94e 100644 --- a/net/py-mantissa/Makefile +++ b/net/py-mantissa/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Mantissa-${PORTVERSION} EXTRACT_SUFX= .tar.gz?format=raw -MAINTAINER= alex@foxybanana.com +MAINTAINER= alexbl@FreeBSD.org COMMENT= Mantissa is an application server using the DivMod components BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nevow/__init__.py:${PORTSDIR}/www/py-nevow \ |