aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/dbs/Makefile2
-rw-r--r--devel/buildbot/Makefile2
-rw-r--r--devel/cbrowser/Makefile2
-rw-r--r--devel/cil/Makefile2
-rw-r--r--devel/ctags/Makefile2
-rw-r--r--devel/fhist/Makefile2
-rw-r--r--devel/funnelweb/Makefile2
-rw-r--r--devel/pypersrc/Makefile2
-rw-r--r--editors/yudit/Makefile2
-rw-r--r--emulators/gxemul/Makefile2
-rw-r--r--emulators/spim/Makefile2
-rw-r--r--graphics/xaos/Makefile2
-rw-r--r--graphics/xli/Makefile2
-rw-r--r--lang/caml-light/Makefile2
-rw-r--r--lang/ocaml-mode.el/Makefile2
-rw-r--r--lang/siod/Makefile2
-rw-r--r--lang/sml-mode.el/Makefile2
-rw-r--r--math/ocaml-ocamlgraph/Makefile2
-rw-r--r--misc/tet/Makefile2
-rw-r--r--print/py-fonttools/Makefile2
-rw-r--r--www/p5-HTML-Webmake/Makefile2
21 files changed, 21 insertions, 21 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index e98a1822f154..f8880677cf23 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.kusa.ac.jp/~yukio-m/dbs/software1.1.5/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A distributed network benchmarking system
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile
index 2e670e4cb77e..f2b23072f3be 100644
--- a/devel/buildbot/Makefile
+++ b/devel/buildbot/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.7.6
CATEGORIES= devel python
MASTER_SITES= SF
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Automated system from compile/test cycle to validate code changes
USE_PYTHON= yes
diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile
index 25f89881adbd..1ad208e34322 100644
--- a/devel/cbrowser/Makefile
+++ b/devel/cbrowser/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= devel tk
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical front end for cscope and cscope clones
USE_TK_RUN= yes
diff --git a/devel/cil/Makefile b/devel/cil/Makefile
index 22fa0df20885..e3bd26c726c9 100644
--- a/devel/cil/Makefile
+++ b/devel/cil/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://hal.cs.berkeley.edu/cil/distrib/
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Infrastructure for C Program Analysis and Transformation
BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt:${PORTSDIR}/lang/ocaml
diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile
index 76f7cdf2ba93..01da7108edb6 100644
--- a/devel/ctags/Makefile
+++ b/devel/ctags/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A feature-filled tagfile generator for vi and emacs clones
GNU_CONFIGURE= yes
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile
index bf7a931dd0dc..a9ffe347613f 100644
--- a/devel/fhist/Makefile
+++ b/devel/fhist/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities to maintain file history, do file comparisions and merges
.include <bsd.port.pre.mk>
diff --git a/devel/funnelweb/Makefile b/devel/funnelweb/Makefile
index df9c546bc87b..7843288fae87 100644
--- a/devel/funnelweb/Makefile
+++ b/devel/funnelweb/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= http://www.ross.net/funnelweb/download/funnelweb_v320/
DISTNAME= funnelweb_v320_source
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A powerful literate-programming macro pre-processor
PLIST_FILES= bin/fw
diff --git a/devel/pypersrc/Makefile b/devel/pypersrc/Makefile
index 815fe9414e8b..54a26ff436a5 100644
--- a/devel/pypersrc/Makefile
+++ b/devel/pypersrc/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.jimbrooks.org/pypersrc/ \
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python/Tkinter based source browser
BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index f6ac90edb96f..0522592a8aa6 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://yudit.org/download/ \
MASTER_SITE_SUBDIR= apps/editors/X
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-lingual unicode text editor with TTF support
USE_GETTEXT= yes
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 04336cded0f4..33c5472561c5 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://gavare.se/gxemul/src/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Instruction-level machine emulator
HAS_CONFIGURE= yes
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index f5ecd17eb4e3..a5e78a7d2e41 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -12,7 +12,7 @@ PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= MIPS32 Simulator
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile
index 9ed29fa3bcaa..e7099e430c8e 100644
--- a/graphics/xaos/Makefile
+++ b/graphics/xaos/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xaos
DISTNAME= XaoS-${PORTVERSION}
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A real-time fractal browser for X11 and ASCII terminals
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 47b03701211d..807837ffda74 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://pantransit.reptiles.org/prog/xli/ \
MASTER_SITE_SUBDIR= applications
DISTNAME= xli-${XLI_SNAPVER}
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Xli, xsetbg, xview, xlito - utilities to display images on X11
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile
index 424847a4c56c..772e677a3deb 100644
--- a/lang/caml-light/Makefile
+++ b/lang/caml-light/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \
http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/
DISTNAME= cl75unix
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A strongly typed functional language belonging to the ML family
USE_XORG= x11
diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile
index 5c3778c49b1c..00abc38d8ee0 100644
--- a/lang/ocaml-mode.el/Makefile
+++ b/lang/ocaml-mode.el/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \
MASTER_SITE_SUBDIR= jkoshy
DISTNAME= ocaml-mode-3.01
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An EMACS mode for editing OCaml programs
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
diff --git a/lang/siod/Makefile b/lang/siod/Makefile
index fa3c8115b484..ffb1acad6a5e 100644
--- a/lang/siod/Makefile
+++ b/lang/siod/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= jkoshy
DISTNAME= siod
EXTRACT_SUFX= .tgz
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A small footprint implementation of the Scheme programming language
INSTALLS_SHLIB= yes
diff --git a/lang/sml-mode.el/Makefile b/lang/sml-mode.el/Makefile
index 07ac2c94b1b4..30b5e25fdc83 100644
--- a/lang/sml-mode.el/Makefile
+++ b/lang/sml-mode.el/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/contrib/emacs/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jkoshy
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An EMACS mode for editing Standard ML programs
ALL_TARGET= default
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile
index 5c54b3afe64a..379de8cdd12f 100644
--- a/math/ocaml-ocamlgraph/Makefile
+++ b/math/ocaml-ocamlgraph/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlgraph/
PKGNAMEPREFIX= ocaml-
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Graph manipulation library for OCaml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
diff --git a/misc/tet/Makefile b/misc/tet/Makefile
index 641af5522b28..1cb33bc5b074 100644
--- a/misc/tet/Makefile
+++ b/misc/tet/Makefile
@@ -17,7 +17,7 @@ DISTFILES= ${PORTNAME}${PORTVERSION}-unsup.src.tgz
DIST_SUBDIR= tet/${PORTVERSION}
EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}-unsup.src.tgz
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An test execution framework from the Open Group
NO_PACKAGE= $${TET_ROOT} needs to be set at compile time.
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile
index d8056649ce37..aa615d8308ae 100644
--- a/print/py-fonttools/Makefile
+++ b/print/py-fonttools/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= fonttools-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= jkoshy@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An open source library for manipulating fonts, written in Python
BUILD_DEPENDS= xmlproc_val:${PORTSDIR}/textproc/py-xml \
diff --git a/www/p5-HTML-Webmake/Makefile b/www/p5-HTML-Webmake/Makefile
index 7694d3caacd3..2f8a2642b1ae 100644
--- a/www/p5-HTML-Webmake/Makefile
+++ b/www/p5-HTML-Webmake/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://webmake.sourceforge.net/released/ \
http://webmake.taint.org/released/
PKGNAMEPREFIX= p5-
-MAINTAINER= jkoshy@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A simple perl based website content management system
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \