diff options
author | linimon <linimon@FreeBSD.org> | 2009-12-16 19:21:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-12-16 19:21:27 +0800 |
commit | 92eb479acffe558cf6fd5f163c256180c12ddc96 (patch) | |
tree | e8a355dedaecf74a97d470fad9fe14ae4e89b4bd /devel/automake17 | |
parent | 47ab327419995a15506d2097c0177adf12bc1746 (diff) | |
download | freebsd-ports-gnome-92eb479acffe558cf6fd5f163c256180c12ddc96.tar.gz freebsd-ports-gnome-92eb479acffe558cf6fd5f163c256180c12ddc96.tar.zst freebsd-ports-gnome-92eb479acffe558cf6fd5f163c256180c12ddc96.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
Diffstat (limited to 'devel/automake17')
-rw-r--r-- | devel/automake17/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile index 8fea4fe5bf36..8ee2a99a9435 100644 --- a/devel/automake17/Makefile +++ b/devel/automake17/Makefile @@ -12,7 +12,10 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake -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.7) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ |