diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-16 11:21:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-16 11:21:27 +0000 |
commit | dd383e92ebb9a9be667dd346e966856a86a10587 (patch) | |
tree | 4efca754ea20e60d2a4e3ba43c860d5c0e5d3b2b /devel/autoconf268/Makefile | |
parent | cff4e7bcff402fd6c43d05ff4767a09db07ccc35 (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/autoconf268/Makefile')
-rw-r--r-- | devel/autoconf268/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index a5aefa5a2db5..6e03ff397c30 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -12,7 +12,10 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${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= Automatically configure source code on many Un*x platforms (2.62) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |