diff options
-rw-r--r-- | benchmarks/stream/Makefile | 2 | ||||
-rw-r--r-- | biology/avida/Makefile | 2 | ||||
-rw-r--r-- | devel/open-beagle/Makefile | 2 | ||||
-rw-r--r-- | lang/cmucl-extra/Makefile | 2 | ||||
-rw-r--r-- | lang/screamer/Makefile | 2 | ||||
-rw-r--r-- | math/maxima/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/stream/Makefile b/benchmarks/stream/Makefile index 35ff05ba6e28..bb25cc6eae03 100644 --- a/benchmarks/stream/Makefile +++ b/benchmarks/stream/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.cs.virginia.edu/stream/FTP/Code/ DISTFILES= stream.c DIST_SUBDIR= stream-${PORTVERSION} -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Synthetic benchmark program that measures sustainable memory bandwidth PLIST_FILES= bin/stream diff --git a/biology/avida/Makefile b/biology/avida/Makefile index ed3566b71966..1109de14ea97 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Avida is an auto-adaptive genetic system designed for ALife research BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile index cab84f22a923..7810e482820c 100644 --- a/devel/open-beagle/Makefile +++ b/devel/open-beagle/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= SF/beagle DISTNAME= beagle-${PORTVERSION} -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= An Evolutionary Computation Framework CONFLICTS= beagle-[0-9]* diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index 9de0a549e56c..84d0c46cbed3 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION} ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/ DISTNAME= cmucl-${PORTVERSION}-x86-FreeBSD.extra -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Optional extras for the CMU implementation of Common Lisp BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl diff --git a/lang/screamer/Makefile b/lang/screamer/Makefile index 74cdf567d4ea..a9d9303b47e2 100644 --- a/lang/screamer/Makefile +++ b/lang/screamer/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/ DISTNAME= screamer.tar EXTRACT_SUFX= .Z -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extension of Common Lisp for nondeterministic programming BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 1e4f877360ef..5d6783bcc9e1 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= math tk MASTER_SITES= SF -MAINTAINER= sf@slappy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Symbolic mathematics program BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} |