diff options
author | koobs <koobs@FreeBSD.org> | 2013-02-09 22:50:27 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-02-09 22:50:27 +0800 |
commit | f4aa95ec3b75825cecda1ae1b00b43269ed48ab2 (patch) | |
tree | 0934e8336432fc40cbd13cd38b596ac6ca837a5c /www | |
parent | 2ebe205f69ceae813ba1410d52fa628258586018 (diff) | |
download | freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.tar.gz freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.tar.zst freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.zip |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-bleach/Makefile | 8 | ||||
-rw-r--r-- | www/py-django-mezzanine-filebrowser/Makefile | 8 | ||||
-rw-r--r-- | www/py-django-mezzanine-grappelli/Makefile | 8 | ||||
-rw-r--r-- | www/py-grequests/Makefile | 8 | ||||
-rw-r--r-- | www/py-gunicorn/Makefile | 2 | ||||
-rw-r--r-- | www/py-rackspace-monitoring/Makefile | 4 | ||||
-rw-r--r-- | www/py-requests/Makefile | 8 | ||||
-rw-r--r-- | www/py-slumber/Makefile | 4 |
8 files changed, 15 insertions, 35 deletions
diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index 6a6e6b85e2a0..b29b6dc27976 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-bleach -# Date created: 2012-05-28 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bleach PORTVERSION= 1.1.5 @@ -11,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= An easy whitelist-based HTML-sanitizing tool for Python LICENSE= BSD diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile index f737be0d8f40..7e039c5f76d7 100644 --- a/www/py-django-mezzanine-filebrowser/Makefile +++ b/www/py-django-mezzanine-filebrowser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-django-mezzanine-filebrowser -# Date created: 2012-05-28 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= django-mezzanine-filebrowser PORTVERSION= 0.2.6 @@ -13,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= filebrowser_safe-${PORTVERSION} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Fork of django-filebrowser for Mezzanine CMS USE_PYTHON= yes diff --git a/www/py-django-mezzanine-grappelli/Makefile b/www/py-django-mezzanine-grappelli/Makefile index 81de7a0f59bf..5393f2879d9a 100644 --- a/www/py-django-mezzanine-grappelli/Makefile +++ b/www/py-django-mezzanine-grappelli/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-django-mezzanine-grappelli -# Date created: 2012-05-28 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= django-mezzanine-grappelli PORTVERSION= 0.2.6 @@ -13,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= grappelli_safe-${PORTVERSION} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Fork of django-grappelli for Mezzanine CMS USE_PYTHON= yes diff --git a/www/py-grequests/Makefile b/www/py-grequests/Makefile index 78db7f598620..1c3bf75f59d3 100644 --- a/www/py-grequests/Makefile +++ b/www/py-grequests/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-grequests -# Date created: 2012-05-31 -# Whom: koobs <koobs.freebsd@gmail.com> -# +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grequests PORTVERSION= 0.1.0 @@ -11,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Pythons Requests + Gevent LICENSE= BSD diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 955434c60450..be8cdffd3dac 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.16.1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Python WSGI server for unix LICENSE= MIT diff --git a/www/py-rackspace-monitoring/Makefile b/www/py-rackspace-monitoring/Makefile index 11f75602a3fe..ea432edcf1dd 100644 --- a/www/py-rackspace-monitoring/Makefile +++ b/www/py-rackspace-monitoring/Makefile @@ -1,4 +1,4 @@ -# Created by: Kubilay Kocak <koobs.freebsd@gmail.com> +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ PORTNAME= rackspace-monitoring @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Python client library for Rackspace Cloud Monitoring LICENSE= AL2 diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index e6f96bbf73e3..086909f33d26 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-requests -# Date created: 2011-07-30 -# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> -# +# Created by: Olivier Duchateau <duchateau.olivier@gmail.com> # $FreeBSD$ -# PORTNAME= requests PORTVERSION= 0.14.1 @@ -11,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP library written in Python for human beings LICENSE= ISCL diff --git a/www/py-slumber/Makefile b/www/py-slumber/Makefile index 4b2836195acf..3c94ec964316 100644 --- a/www/py-slumber/Makefile +++ b/www/py-slumber/Makefile @@ -1,4 +1,4 @@ -# Created by: Kubilay Kocak <koobs.freebsd@gmail.com> +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ PORTNAME= slumber @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= Python library that makes consuming a REST API easier LICENSE= BSD |