aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-03-14 03:14:05 +0000
committerWen Heping <wen@FreeBSD.org>2017-03-14 03:14:05 +0000
commit4da0e29fcfe3a764d696bcbf7dadd22cff9d9bcc (patch)
tree423b21d8d08e88a5d1bd264baccd84df02abe113
parentf708fe1424d0746563f24997220a41e232f3b2c7 (diff)
downloadports-4da0e29fcfe3a764d696bcbf7dadd22cff9d9bcc.tar.gz
ports-4da0e29fcfe3a764d696bcbf7dadd22cff9d9bcc.zip
- Pass maintainership to submitter
PR: 217773 Submitted by: joneum@bsdproject.de
Notes
Notes: svn path=/head/; revision=436124
-rw-r--r--www/trac-advancedticketworkflow/Makefile2
-rw-r--r--www/trac-ccselector/Makefile2
-rw-r--r--www/trac-customfieldadmin/Makefile2
-rw-r--r--www/trac-discussion/Makefile2
-rw-r--r--www/trac-downloads/Makefile2
-rw-r--r--www/trac-email2trac/Makefile2
-rw-r--r--www/trac-estimator/Makefile2
-rw-r--r--www/trac-fivestarvote/Makefile2
-rw-r--r--www/trac-fullblog/Makefile2
-rw-r--r--www/trac-fullblognotification/Makefile2
-rw-r--r--www/trac-graphviz/Makefile2
-rw-r--r--www/trac-iniadmin/Makefile2
-rw-r--r--www/trac-math/Makefile2
-rw-r--r--www/trac-mercurial/Makefile2
-rw-r--r--www/trac-navadd/Makefile2
-rw-r--r--www/trac-permredirect/Makefile2
-rw-r--r--www/trac-pydotorgtheme/Makefile2
-rw-r--r--www/trac-scrumburndown/Makefile2
-rw-r--r--www/trac-tags/Makefile2
-rw-r--r--www/trac-themeengine/Makefile2
-rw-r--r--www/trac-ticketimport/Makefile2
-rw-r--r--www/trac-timingandestimation/Makefile2
-rw-r--r--www/trac-tocmacro/Makefile2
-rw-r--r--www/trac-tweakui/Makefile2
-rw-r--r--www/trac-vote/Makefile2
-rw-r--r--www/trac-wikinotification/Makefile2
-rw-r--r--www/trac-wikitemplates/Makefile2
-rw-r--r--www/trac-wikitopdf/Makefile2
-rw-r--r--www/trac-wysiwyg/Makefile2
-rw-r--r--www/trac-xmlrpc/Makefile2
-rw-r--r--www/trac/Makefile2
31 files changed, 31 insertions, 31 deletions
diff --git a/www/trac-advancedticketworkflow/Makefile b/www/trac-advancedticketworkflow/Makefile
index b725f3560ffe..384fa6420830 100644
--- a/www/trac-advancedticketworkflow/Makefile
+++ b/www/trac-advancedticketworkflow/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Advanced Ticket Workflow Plugin for Trac
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-ccselector/Makefile b/www/trac-ccselector/Makefile
index 4ad04ac18013..e121b970a4ef 100644
--- a/www/trac-ccselector/Makefile
+++ b/www/trac-ccselector/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Visually edit the Trac ticket CC field
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-customfieldadmin/Makefile b/www/trac-customfieldadmin/Makefile
index c65c277b2208..883b1e6da4e8 100644
--- a/www/trac-customfieldadmin/Makefile
+++ b/www/trac-customfieldadmin/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Web interface to administer Trac ticket custom fields
LICENSE= BSD3CLAUSE
diff --git a/www/trac-discussion/Makefile b/www/trac-discussion/Makefile
index 2878689cf224..2e44bdd4362f 100644
--- a/www/trac-discussion/Makefile
+++ b/www/trac-discussion/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Discussion forum plugin for Trac
RUN_DEPENDS= tracd:www/trac \
diff --git a/www/trac-downloads/Makefile b/www/trac-downloads/Makefile
index 9562b1737d0a..57128fcb618d 100644
--- a/www/trac-downloads/Makefile
+++ b/www/trac-downloads/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Trac plugin providing a downloads section
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-email2trac/Makefile b/www/trac-email2trac/Makefile
index a07f893210a4..f9d52811c7eb 100644
--- a/www/trac-email2trac/Makefile
+++ b/www/trac-email2trac/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Convert email to trac tickets
LICENSE= APACHE20
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile
index 1f7d4b97a24c..c69dd2095fdb 100644
--- a/www/trac-estimator/Makefile
+++ b/www/trac-estimator/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Produce detailed range-based estimations for Trac tickets
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-fivestarvote/Makefile b/www/trac-fivestarvote/Makefile
index a63abbf6eb95..a0d928d31124 100644
--- a/www/trac-fivestarvote/Makefile
+++ b/www/trac-fivestarvote/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Five star plugin for voting on Trac resources
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-fullblog/Makefile b/www/trac-fullblog/Makefile
index b992d8b0af68..5e479bfefa31 100644
--- a/www/trac-fullblog/Makefile
+++ b/www/trac-fullblog/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin that provides a project Blog
RUN_DEPENDS= htmldoc:textproc/htmldoc \
diff --git a/www/trac-fullblognotification/Makefile b/www/trac-fullblognotification/Makefile
index 61857ea48c4b..d10a119363ea 100644
--- a/www/trac-fullblognotification/Makefile
+++ b/www/trac-fullblognotification/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin that provides a project Blog
RUN_DEPENDS= trac-fullblog>=0.1.1:www/trac-fullblog
diff --git a/www/trac-graphviz/Makefile b/www/trac-graphviz/Makefile
index ac779df28111..1db38e949e51 100644
--- a/www/trac-graphviz/Makefile
+++ b/www/trac-graphviz/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Graphviz plugin for Trac's wiki
LICENSE= BSD3CLAUSE
diff --git a/www/trac-iniadmin/Makefile b/www/trac-iniadmin/Makefile
index 992ade87d605..6a86adda7bb5 100644
--- a/www/trac-iniadmin/Makefile
+++ b/www/trac-iniadmin/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Edit all trac.ini option via the WebAdminPlugin
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-math/Makefile b/www/trac-math/Makefile
index 75aa5b72c0e1..9de71ba44cff 100644
--- a/www/trac-math/Makefile
+++ b/www/trac-math/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www math python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Support for LaTeX math formulas in wiki pages
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-mercurial/Makefile b/www/trac-mercurial/Makefile
index 16a7de2a6fc0..da806532b435 100644
--- a/www/trac-mercurial/Makefile
+++ b/www/trac-mercurial/Makefile
@@ -8,7 +8,7 @@ PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin to use Mercurial instead of Subversion in Trac
LICENSE= GPLv2
diff --git a/www/trac-navadd/Makefile b/www/trac-navadd/Makefile
index e1454ded6269..0688172acfbc 100644
--- a/www/trac-navadd/Makefile
+++ b/www/trac-navadd/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin for adding navigation items into Trac navigation bars
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-permredirect/Makefile b/www/trac-permredirect/Makefile
index 95ae0cdb2379..9f5008517bcd 100644
--- a/www/trac-permredirect/Makefile
+++ b/www/trac-permredirect/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PO
PKGNAMEPREFIX= trac-
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Redirect users to the login screen on PermissionError
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile
index 1e8113f3a4a7..21fc242faf0b 100644
--- a/www/trac-pydotorgtheme/Makefile
+++ b/www/trac-pydotorgtheme/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Theme that emulates the look of python.org
RUN_DEPENDS= tracd:www/trac \
diff --git a/www/trac-scrumburndown/Makefile b/www/trac-scrumburndown/Makefile
index 11fe563c0226..ba03abc743de 100644
--- a/www/trac-scrumburndown/Makefile
+++ b/www/trac-scrumburndown/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin to enable Scrum burndown chart capabilities
LICENSE= APACHE20
diff --git a/www/trac-tags/Makefile b/www/trac-tags/Makefile
index e0667e81440e..dcc4690622a8 100644
--- a/www/trac-tags/Makefile
+++ b/www/trac-tags/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Generic tags frontend for trac
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-themeengine/Makefile b/www/trac-themeengine/Makefile
index 3b9ab9c224e4..2d62cf36e0b6 100644
--- a/www/trac-themeengine/Makefile
+++ b/www/trac-themeengine/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
DISTNAME= TracThemeEngine-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin to simplify distributing and deploying themes and styles
LICENSE= BSD3CLAUSE
diff --git a/www/trac-ticketimport/Makefile b/www/trac-ticketimport/Makefile
index d28e79a6ead4..ab5484430e98 100644
--- a/www/trac-ticketimport/Makefile
+++ b/www/trac-ticketimport/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Import or update tickets from a CSV file or Excel file
LICENSE= BSD3CLAUSE # "same license as trac"
diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile
index 7892b4e557e5..f0266059ef69 100644
--- a/www/trac-timingandestimation/Makefile
+++ b/www/trac-timingandestimation/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Add estimation and time tracking functionality to Trac
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-tocmacro/Makefile b/www/trac-tocmacro/Makefile
index bc1cc26dedf5..d69477e30cb6 100644
--- a/www/trac-tocmacro/Makefile
+++ b/www/trac-tocmacro/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Table of contents macro
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-tweakui/Makefile b/www/trac-tweakui/Makefile
index 7e6e34caec4e..9e5795915e7f 100644
--- a/www/trac-tweakui/Makefile
+++ b/www/trac-tweakui/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Easily tweak Trac pages with JavaScript expressions
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-vote/Makefile b/www/trac-vote/Makefile
index e3e12e8ee661..4681c1872655 100644
--- a/www/trac-vote/Makefile
+++ b/www/trac-vote/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin for voting on Trac resources
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-wikinotification/Makefile b/www/trac-wikinotification/Makefile
index 0b21d3263ede..16c2fbad9649 100644
--- a/www/trac-wikinotification/Makefile
+++ b/www/trac-wikinotification/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= www devel python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Allow email notifications on wiki page changes
LICENSE= BSD3CLAUSE
diff --git a/www/trac-wikitemplates/Makefile b/www/trac-wikitemplates/Makefile
index 0e50f9d1383c..b236c11beb2a 100644
--- a/www/trac-wikitemplates/Makefile
+++ b/www/trac-wikitemplates/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Templates for the Trac wiki
LICENSE= BSD3CLAUSE
diff --git a/www/trac-wikitopdf/Makefile b/www/trac-wikitopdf/Makefile
index 6c4824da7db3..b02865a0f3dd 100644
--- a/www/trac-wikitopdf/Makefile
+++ b/www/trac-wikitopdf/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Plugin to generate PDF documents from the Wiki
RUN_DEPENDS= htmldoc:textproc/htmldoc \
diff --git a/www/trac-wysiwyg/Makefile b/www/trac-wysiwyg/Makefile
index 9acacf11c013..4a70343ee996 100644
--- a/www/trac-wysiwyg/Makefile
+++ b/www/trac-wysiwyg/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
PKGNAMEPREFIX= trac-
DIST_SUBDIR= trac
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= WYSIWYG editor for Trac wiki
RUN_DEPENDS= tracd:www/trac
diff --git a/www/trac-xmlrpc/Makefile b/www/trac-xmlrpc/Makefile
index 59fd85befa6a..f17a95f7295e 100644
--- a/www/trac-xmlrpc/Makefile
+++ b/www/trac-xmlrpc/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-r${SVN_REV}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Provides an XML-RPC interface to Trac
LICENSE= BSD3CLAUSE
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 5a9454c17dbf..296423954998 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
DISTNAME= Trac-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= joneum@bsdproject.de
COMMENT= Enhanced wiki and issue tracking system for software projects
LICENSE= BSD3CLAUSE