aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjrm <jrm@FreeBSD.org>2016-09-24 05:42:02 +0800
committerjrm <jrm@FreeBSD.org>2016-09-24 05:42:02 +0800
commitadbee0ba4165f39428b7ffd756b4c22b751d70f5 (patch)
tree2f6a689592a55ceabf850d40e3d343929360847e /devel
parent59d80a093b030e1ae61a73a3345056cced9dac6f (diff)
downloadfreebsd-ports-gnome-adbee0ba4165f39428b7ffd756b4c22b751d70f5.tar.gz
freebsd-ports-gnome-adbee0ba4165f39428b7ffd756b4c22b751d70f5.tar.zst
freebsd-ports-gnome-adbee0ba4165f39428b7ffd756b4c22b751d70f5.zip
Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995
Diffstat (limited to 'devel')
-rw-r--r--devel/py-pyqi/Makefile3
-rw-r--r--devel/py-simpleeval/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-pyqi/Makefile b/devel/py-pyqi/Makefile
index a1405914e3da..6c5da65945a7 100644
--- a/devel/py-pyqi/Makefile
+++ b/devel/py-pyqi/Makefile
@@ -1,4 +1,3 @@
-# Created by: Joseph Mingrone <jrm@ftfl.ca>
# $FreeBSD$
PORTNAME= pyqi
@@ -7,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= jrm@ftfl.ca
+MAINTAINER= jrm@FreeBSD.org
COMMENT= Tools for developing and testing command line interfaces in Python
LICENSE= BSD3CLAUSE
diff --git a/devel/py-simpleeval/Makefile b/devel/py-simpleeval/Makefile
index 7a6e79694876..c76d8f20d708 100644
--- a/devel/py-simpleeval/Makefile
+++ b/devel/py-simpleeval/Makefile
@@ -1,4 +1,3 @@
-# Created by: Joseph Mignrone <jrm@ftfl.ca>
# $FreeBSD$
PORTNAME= simpleeval
@@ -7,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= jrm@ftfl.ca
+MAINTAINER= jrm@FreeBSD.org
COMMENT= Simple, safe single expression evaluator python library
LICENSE= MIT