aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-requests
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2013-02-09 22:50:27 +0800
committerkoobs <koobs@FreeBSD.org>2013-02-09 22:50:27 +0800
commitf4aa95ec3b75825cecda1ae1b00b43269ed48ab2 (patch)
tree0934e8336432fc40cbd13cd38b596ac6ca837a5c /www/py-requests
parent2ebe205f69ceae813ba1410d52fa628258586018 (diff)
downloadfreebsd-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/py-requests')
-rw-r--r--www/py-requests/Makefile8
1 files changed, 2 insertions, 6 deletions
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