diff options
author | wg <wg@FreeBSD.org> | 2013-05-16 03:33:14 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-05-16 03:33:14 +0800 |
commit | 9feca44cf8b047f10d6f99e83e79d4e6598486ef (patch) | |
tree | dafd1d41afee0fa3ffa269789a0c705db5de5a25 /www | |
parent | 9516d81833c6935bc5f02844880fb712197a2195 (diff) | |
download | freebsd-ports-gnome-9feca44cf8b047f10d6f99e83e79d4e6598486ef.tar.gz freebsd-ports-gnome-9feca44cf8b047f10d6f99e83e79d4e6598486ef.tar.zst freebsd-ports-gnome-9feca44cf8b047f10d6f99e83e79d4e6598486ef.zip |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 2 | ||||
-rw-r--r-- | www/py-django-tastypie/Makefile | 2 | ||||
-rw-r--r-- | www/py-rhodecode/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 1474401c4f9f..67568ca90e40 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= beautifulsoup4-${PORTVERSION} -MAINTAINER= william88@gmail.com +MAINTAINER= wg@FreeBSD.org COMMENT= HTML/XML Parser for Python USE_PYTHON= yes diff --git a/www/py-django-tastypie/Makefile b/www/py-django-tastypie/Makefile index 01e76597ea72..e307b43351f1 100644 --- a/www/py-django-tastypie/Makefile +++ b/www/py-django-tastypie/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= william88@gmail.com +MAINTAINER= wg@FreeBSD.org COMMENT= Create REST API for Django apps BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0:${PORTSDIR}/devel/py-mimeparse \ diff --git a/www/py-rhodecode/Makefile b/www/py-rhodecode/Makefile index 100212c5329f..e8bb779bea78 100644 --- a/www/py-rhodecode/Makefile +++ b/www/py-rhodecode/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= RhodeCode-${PORTVERSION} -MAINTAINER= william88@gmail.com +MAINTAINER= wg@FreeBSD.org COMMENT= Fast and powerful management tool for Mercurial and GIT LICENSE= GPLv3 |