diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-03-12 19:20:32 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-03-12 19:20:32 +0000 |
commit | 542b1e2b40042c14e214be8f4629a58f2ba8274d (patch) | |
tree | 42ec339a7745c4cddc97523c9f6ad12b8a1dbaed /cad | |
parent | 9823f56764e6cf0b39a6485c3b95a58102b5f2f7 (diff) | |
download | ports-542b1e2b40042c14e214be8f4629a58f2ba8274d.tar.gz ports-542b1e2b40042c14e214be8f4629a58f2ba8274d.zip |
Update MAINTAINER to new FreeBSD.org account
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
Notes
Notes:
svn path=/head/; revision=464275
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openvsp/Makefile | 2 | ||||
-rw-r--r-- | cad/stepcode/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 4f5e69f8370a..d89ac52ad150 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad -MAINTAINER= fernando.apesteguia@gmail.com +MAINTAINER= fernape@FreeBSD.org COMMENT= Create a 3D model of an aircraft defined by engineering parameters LICENSE= NOSA13 diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile index df00351ba295..81fbd1a4976f 100644 --- a/cad/stepcode/Makefile +++ b/cad/stepcode/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= cad -MAINTAINER= fernando.apesteguia@gmail.com +MAINTAINER= fernape@FreeBSD.org COMMENT= Generates C++ and Python from ISO10303 files LICENSE= BSD3CLAUSE |