aboutsummaryrefslogtreecommitdiff
path: root/devel/autotools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-12-16 11:21:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-12-16 11:21:27 +0000
commitdd383e92ebb9a9be667dd346e966856a86a10587 (patch)
tree4efca754ea20e60d2a4e3ba43c860d5c0e5d3b2b /devel/autotools
parentcff4e7bcff402fd6c43d05ff4767a09db07ccc35 (diff)
downloadports-dd383e92ebb9a9be667dd346e966856a86a10587.tar.gz
ports-dd383e92ebb9a9be667dd346e966856a86a10587.zip
Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org. This is for individuals willing to put in the hard work to generate patches and work with portmgr as we put them through -exp runs and work through port breakage that they create. (A huge number of ports depend on these, so -exp runs are required.) Thanks to aDe@ for all the thankless work he's done over the years to tame these beasts. Hat: portmgr
Notes
Notes: svn path=/head/; revision=245979
Diffstat (limited to 'devel/autotools')
-rw-r--r--devel/autotools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile
index d80d49d71f64..d2658f1037e9 100644
--- a/devel/autotools/Makefile
+++ b/devel/autotools/Makefile
@@ -10,7 +10,10 @@ CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
-MAINTAINER= ade@FreeBSD.org
+# note: before committing to this port, contact portmgr to arrange for an
+# experimental ports run. Untested commits may be backed out at portmgr's
+# discretion.
+MAINTAINER= autotools@FreeBSD.org
COMMENT= Autotools meta-port
RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool22