aboutsummaryrefslogtreecommitdiff
path: root/devel/automake19
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/automake19
parentcff4e7bcff402fd6c43d05ff4767a09db07ccc35 (diff)
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/automake19')
-rw-r--r--devel/automake19/Makefile5
-rw-r--r--devel/automake19/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile
index 1393777cba49..10b7c4a4d91d 100644
--- a/devel/automake19/Makefile
+++ b/devel/automake19/Makefile
@@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
DISTNAME= automake-${PORTVERSION}
-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= GNU Standards-compliant Makefile generator (1.9)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
diff --git a/devel/automake19/pkg-descr b/devel/automake19/pkg-descr
index c0c2845eff43..5d7f85e52d7f 100644
--- a/devel/automake19/pkg-descr
+++ b/devel/automake19/pkg-descr
@@ -10,5 +10,3 @@ contents of 'configure.in'. It is useful as an extensible, maintainable
mechanism for augmenting autoconf.
WWW: http://www.gnu.org/software/automake/
-
--- AlanE <alane@freebsd.org>