aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2010-06-06 17:00:58 +0000
committerBruce M Simpson <bms@FreeBSD.org>2010-06-06 17:00:58 +0000
commitadbcbdd9d61016d644972f8b9cebc3450efa68f6 (patch)
tree8d33727b021d1007d6d9cc5dfe4b518170793966
parent2600bed8061f0d7d8d2c7c6d45bfc6fbeff5afa2 (diff)
downloadports-adbcbdd9d61016d644972f8b9cebc3450efa68f6.tar.gz
ports-adbcbdd9d61016d644972f8b9cebc3450efa68f6.zip
Notes
-rw-r--r--devel/boost_build/Makefile2
-rw-r--r--devel/chrpath/Makefile2
-rw-r--r--devel/erlang-thrift/Makefile2
-rw-r--r--devel/k8048/Makefile2
-rw-r--r--devel/p4genpatch/Makefile2
-rw-r--r--graphics/seom/Makefile2
-rw-r--r--graphics/yukon/Makefile2
-rw-r--r--lang/ficl-devel/Makefile2
-rw-r--r--lang/ficl/Makefile2
-rw-r--r--lang/u++/Makefile2
-rw-r--r--multimedia/spook/Makefile2
-rw-r--r--net-mgmt/mtrace/Makefile2
-rw-r--r--net-mgmt/py-pyang/Makefile2
-rw-r--r--net/amqp08/Makefile2
-rw-r--r--net/jpcap/Makefile2
-rw-r--r--net/mrouted/Makefile2
-rw-r--r--net/py-txamqp/Makefile2
-rw-r--r--net/xorp-devel/Makefile2
-rw-r--r--net/xorp/Makefile2
-rw-r--r--print/bsd_lpr/Makefile2
-rw-r--r--print/openprinting/Makefile2
21 files changed, 21 insertions, 21 deletions
diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile
index a8e82de54f0e..a16cefa15b7f 100644
--- a/devel/boost_build/Makefile
+++ b/devel/boost_build/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= devel
MASTER_SITES= SF/boost/boost-build/2.0-m12
DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible cross-platform build tool suite
RUN_DEPENDS= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile
index e50f6e8c47d6..19e261cbdbe3 100644
--- a/devel/chrpath/Makefile
+++ b/devel/chrpath/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.13
CATEGORIES= devel sysutils
MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to modify DT_RPATH in existing ELF binaries
GNU_CONFIGURE= yes
diff --git a/devel/erlang-thrift/Makefile b/devel/erlang-thrift/Makefile
index cc6d6d797d14..838e503c6b16 100644
--- a/devel/erlang-thrift/Makefile
+++ b/devel/erlang-thrift/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= devel
PKGNAMEPREFIX= erlang-
DISTFILES=
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Erlang interface to Thrift
PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile
index 2b5d7d3cf245..c2f432db69b7 100644
--- a/devel/k8048/Makefile
+++ b/devel/k8048/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.04
CATEGORIES= devel
MASTER_SITES= http://dev.kewl.org/k8048/
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Programs Microchip PICs using Velleman K8048 board
USE_GMAKE= yes
diff --git a/devel/p4genpatch/Makefile b/devel/p4genpatch/Makefile
index 727fbbcc07b9..82c7dc23aa99 100644
--- a/devel/p4genpatch/Makefile
+++ b/devel/p4genpatch/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= devel
MASTER_SITES= #
DISTFILES=
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Helper scripts for generating RCS patches from Perforce
RUN_DEPENDS= p4:${PORTSDIR}/devel/p4
diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile
index da97a9237d9a..04dce909eab3 100644
--- a/graphics/seom/Makefile
+++ b/graphics/seom/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bms
DISTNAME= seom-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time capture library for OpenGL applications
NOMAN= defined
diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile
index 820eea8de796..2e6ca26f0625 100644
--- a/graphics/yukon/Makefile
+++ b/graphics/yukon/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bms
DISTNAME= yukon-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time capture tool for OpenGL applications
BUILD_DEPENDS= ${LOCALBASE}/include/seom/seom.h:${PORTSDIR}/graphics/seom
diff --git a/lang/ficl-devel/Makefile b/lang/ficl-devel/Makefile
index 3081b78c37fd..860c1e64d968 100644
--- a/lang/ficl-devel/Makefile
+++ b/lang/ficl-devel/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= lang devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Forth Inspired Command Language
NO_WRKSUBDIR= defined
diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index 3081b78c37fd..860c1e64d968 100644
--- a/lang/ficl/Makefile
+++ b/lang/ficl/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= lang devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Forth Inspired Command Language
NO_WRKSUBDIR= defined
diff --git a/lang/u++/Makefile b/lang/u++/Makefile
index 340f59dccff0..e5ff1e414ff3 100644
--- a/lang/u++/Makefile
+++ b/lang/u++/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= lang
MASTER_SITES= http://plg.uwaterloo.ca/~usystem/pub/uSystem/
EXTRACT_SUFX= .sh
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The uSystem uC++ Compiler, a concurrent C++ extension language
EXTRACT_CMD= ${SH}
diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile
index 7248048c0c31..f9f105b1b4d4 100644
--- a/multimedia/spook/Makefile
+++ b/multimedia/spook/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= multimedia
MASTER_SITES= http://www.litech.org/spook/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Embedded RTP/RTSP/HTTP video streamer
# TODO: FireWire IIDC support (needs libraw1394, libdc1394).
diff --git a/net-mgmt/mtrace/Makefile b/net-mgmt/mtrace/Makefile
index 92b2743c0eca..d03657074985 100644
--- a/net-mgmt/mtrace/Makefile
+++ b/net-mgmt/mtrace/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 5.2
CATEGORIES= net-mgmt
MASTER_SITES= SF
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Multicast traceroute program for IPv4
MAN8= mtrace.8
diff --git a/net-mgmt/py-pyang/Makefile b/net-mgmt/py-pyang/Makefile
index afd0fe758146..8d643ac3f637 100644
--- a/net-mgmt/py-pyang/Makefile
+++ b/net-mgmt/py-pyang/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= net-mgmt python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Validator and code generator for YANG (RFC 4741)
USE_PYTHON= 2.5+
diff --git a/net/amqp08/Makefile b/net/amqp08/Makefile
index 05ef8a35775e..326710e8bdcd 100644
--- a/net/amqp08/Makefile
+++ b/net/amqp08/Makefile
@@ -13,7 +13,7 @@ DISTNAME= amqp0-8.xml
EXTRACT_SUFX=
DIST_SUBDIR= amqp
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Vendor neutral AMQP 0.8 XML specification
NO_BUILD= defined
diff --git a/net/jpcap/Makefile b/net/jpcap/Makefile
index dc59b0667be6..feae34398023 100644
--- a/net/jpcap/Makefile
+++ b/net/jpcap/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= net devel java
MASTER_SITES= http://netresearch.ics.uci.edu/kfujii/jpcap/
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= JNI wrapper around libpcap
LIB_DEPENDS= pcap.1:${PORTSDIR}/net/libpcap
diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile
index 478a4675f494..bb37fefba51b 100644
--- a/net/mrouted/Makefile
+++ b/net/mrouted/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.research.att.com/pub/fenner/mrouted/ \
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}beta3+IOS12
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Multicast routing daemon providing DVMRP for IPv4
USE_RC_SUBR= mrouted
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile
index 1ddfc176f166..34b819838694 100644
--- a/net/py-txamqp/Makefile
+++ b/net/py-txamqp/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://launchpadlibrarian.net/30388120/ \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Twisted Python library for the AMQP messaging protocol
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift
diff --git a/net/xorp-devel/Makefile b/net/xorp-devel/Makefile
index cf5cc1a52dad..967fde85901d 100644
--- a/net/xorp-devel/Makefile
+++ b/net/xorp-devel/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bms
DISTNAME= xorp-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Open source network routing platform, development branch
# Uses libcurses, libcrypto, librt from base system.
diff --git a/net/xorp/Makefile b/net/xorp/Makefile
index 0facc8b423b9..6b48d1380dce 100644
--- a/net/xorp/Makefile
+++ b/net/xorp/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.xorp.org/releases/${PORTVERSION}/ \
http://www3.xorp.org/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The eXtensible Open Router Platform
NOMAN= defined
diff --git a/print/bsd_lpr/Makefile b/print/bsd_lpr/Makefile
index bff6d5cc9bf4..186308da4029 100644
--- a/print/bsd_lpr/Makefile
+++ b/print/bsd_lpr/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bms
DISTNAME= bsd_lpr-${PORTVERSION}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= BSD lpr suite
CONFLICTS= cups-base-[0-9]* LPRng-[0-9]*
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile
index 5f2c0421a72a..fbcc2192b889 100644
--- a/print/openprinting/Makefile
+++ b/print/openprinting/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR=\
DISTNAME= papi-${PORTVERSION}_beta
DIST_SUBDIR= ${PORTNAME}
-MAINTAINER= bms@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sun's implementation of the OpenPrinting API (PAPI)
BROKEN= incomplete plist