diff options
author | jwb <jwb@FreeBSD.org> | 2018-01-31 09:07:07 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2018-01-31 09:07:07 +0800 |
commit | 9fbf5318b7cae50ee05c4a9ac48b45cc04c87322 (patch) | |
tree | b2967bf4ef6e8ccf3fc49983cb3f96dc641b7292 /math/py-fiat | |
parent | be70d3f7459ef849432f67ef7e0d32811afec264 (diff) | |
download | freebsd-ports-gnome-9fbf5318b7cae50ee05c4a9ac48b45cc04c87322.tar.gz freebsd-ports-gnome-9fbf5318b7cae50ee05c4a9ac48b45cc04c87322.tar.zst freebsd-ports-gnome-9fbf5318b7cae50ee05c4a9ac48b45cc04c87322.zip |
Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D14128
Diffstat (limited to 'math/py-fiat')
-rw-r--r-- | math/py-fiat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-fiat/Makefile b/math/py-fiat/Makefile index e24c84594d1a..0accbd16b493 100644 --- a/math/py-fiat/Makefile +++ b/math/py-fiat/Makefile @@ -1,4 +1,3 @@ -# Created by: Jason Bacon <bacon4000@gmail.com> # $FreeBSD$ PORTNAME= fiat @@ -9,7 +8,7 @@ MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/release-${MMVERSI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${MMVERSION} -MAINTAINER= bacon4000@gmail.com +MAINTAINER= jwb@FreeBSD.org COMMENT= FInite element Automatic Tabulator LICENSE= LGPL3 |