summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2014-03-11 20:35:53 +0000
committerFlorian Smeets <flo@FreeBSD.org>2014-03-11 20:35:53 +0000
commit24136b5bd5d1567a67b436a70b83423a2f6c334b (patch)
tree5b4f58bde7e1619631ce86aaac5655ce4bdf1f81
parentUnbreak (diff)
Release a few ports I don't use anymore. Unfortunately I don't have time to
maintain them properly currently.
Notes
Notes: svn path=/head/; revision=347931
-rw-r--r--devel/cvswrap/Makefile2
-rw-r--r--games/crafty-open-enormous/Makefile2
-rw-r--r--games/crafty-open-large/Makefile2
-rw-r--r--games/crafty-open-medium/Makefile2
-rw-r--r--games/crafty/Makefile2
-rw-r--r--irc/ezbounce/Makefile2
-rw-r--r--lang/p5-ePerl/Makefile2
-rw-r--r--sysutils/munin-common/Makefile2
-rw-r--r--sysutils/munin-master/Makefile2
-rw-r--r--sysutils/munin-node/Makefile2
-rw-r--r--www/rt38/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile
index dcde1fa6689f..7588c9f4e2b3 100644
--- a/devel/cvswrap/Makefile
+++ b/devel/cvswrap/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alfred
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Helper for multiple CVS repositories
USES= desthack
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile
index 380a92cb835e..e291d4021c3b 100644
--- a/games/crafty-open-enormous/Makefile
+++ b/games/crafty-open-enormous/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.cis.uab.edu/hyatt/crafty/pgn/ \
DISTFILES= enormous.zip
EXTRACT_ONLY= ${DISTFILES}
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Enormous opening book (about 270 MByte) for crafty
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile
index da11be912e68..be1bd3364851 100644
--- a/games/crafty-open-large/Makefile
+++ b/games/crafty-open-large/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dd/crafty
DISTFILES= large1.zip large2.zip large3.zip large4.zip
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The large opening book for crafty
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile
index 182e97730d01..5048cd342a9a 100644
--- a/games/crafty-open-medium/Makefile
+++ b/games/crafty-open-medium/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dd/crafty
DISTNAME= medium
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The medium opening book (about 1.9 MByte) for crafty
BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index e4831e908523..1b5a3a25431d 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -15,7 +15,7 @@ DISTFILES= crafty-${PORTVERSION}.zip:src \
DIST_SUBDIR= crafty
EXTRACT_ONLY= crafty-${PORTVERSION}.zip
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Chess program for playing and analyzing games
USES= gmake zip
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index 700819237164..16d6568fff8f 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.99.15
CATEGORIES= irc
MASTER_SITES= http://www.linuxftw.com/ezbounce/files/
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A highly configurable IRC Proxy
BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile
index 6a0e99df4318..88c86bbb9f08 100644
--- a/lang/p5-ePerl/Makefile
+++ b/lang/p5-ePerl/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= tool/${PORTNAME}
PKGNAMEPREFIX= p5-
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
MAKE_JOBS_UNSAFE= yes
diff --git a/sysutils/munin-common/Makefile b/sysutils/munin-common/Makefile
index cb888478ced4..a4e5ba9ba9b4 100644
--- a/sysutils/munin-common/Makefile
+++ b/sysutils/munin-common/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -common
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Common components between a munin node and server
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index 5629088c0832..21c70eeb17e1 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Collector part of Munin
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index 3fb4718849b3..0d4e4a0983c9 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Node-specific part of Munin
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index 1fc250bbbbda..2979d0b49533 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -14,7 +14,7 @@ CATEGORIES= www
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
-MAINTAINER= flo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= RT is an industrial-grade ticketing system written in Perl
CONFLICTS= rt40-4.0* rt42-4.2* brlcad-[0-9]*