diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-26 17:30:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-26 17:30:28 +0800 |
commit | 4653798fcf3436d6a77a0b760fb1d75f2c82fcb2 (patch) | |
tree | 1285944a698a14f66715c3a98cb67003300167f0 | |
parent | 6a1c0dff1b015a38bb0871cfaeccfab07b429689 (diff) | |
download | freebsd-ports-gnome-4653798fcf3436d6a77a0b760fb1d75f2c82fcb2.tar.gz freebsd-ports-gnome-4653798fcf3436d6a77a0b760fb1d75f2c82fcb2.tar.zst freebsd-ports-gnome-4653798fcf3436d6a77a0b760fb1d75f2c82fcb2.zip |
- Pass maintainership to Timothy Beyer (beyert|at|cs.ucr.edu)
PR: 143994 143995 143996
Submitted by: Timothy Bourke <timbob@bigpond.com> (maintainer)
Feature safe: yes
-rw-r--r-- | lang/polyml/Makefile | 2 | ||||
-rw-r--r-- | math/isabelle/Makefile | 2 | ||||
-rw-r--r-- | math/proofgeneral/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index 816e877fcc80..548c4363980d 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}.${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= timbob@bigpond.com +MAINTAINER= beyert.cs.ucr.edu COMMENT= Fast open-source implementation of Standard ML GNU_CONFIGURE= yes diff --git a/math/isabelle/Makefile b/math/isabelle/Makefile index b3c65d44607f..a6e8b056a0b5 100644 --- a/math/isabelle/Makefile +++ b/math/isabelle/Makefile @@ -19,7 +19,7 @@ DISTFILES= Isabelle2009.tar.gz \ Isabelle2009_pdf.tar.gz .endif -MAINTAINER= timbob@bigpond.com +MAINTAINER= beyert@cs.ucr.edu COMMENT= A generic proof assistant OPTIONS= SMLNJ "Use SML/NJ (devel) instead of faster Poly/ML" off diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index 4a2f3cb26bc5..ae3979cf0b3a 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ DISTNAME= ProofGeneral-3.7.1 EXTRACT_SUFX= .tgz -MAINTAINER= timbob@bigpond.com +MAINTAINER= beyert@cs.ucr.edu COMMENT= A generic interface for proof assistants PKGNAMESUFFIX+= -${EMACS_NAME} |