diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 01:07:07 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 01:07:07 +0000 |
commit | be26d1d9122188fd75601a1e37879719341d352a (patch) | |
tree | b2967bf4ef6e8ccf3fc49983cb3f96dc641b7292 /math/py-fiat | |
parent | Bump PORTREVISION after r459983 (diff) |
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
Notes
Notes:
svn path=/head/; revision=460452
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 |