aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-12-16 19:21:27 +0800
committerlinimon <linimon@FreeBSD.org>2009-12-16 19:21:27 +0800
commit92eb479acffe558cf6fd5f163c256180c12ddc96 (patch)
treee8a355dedaecf74a97d470fad9fe14ae4e89b4bd /devel
parent47ab327419995a15506d2097c0177adf12bc1746 (diff)
downloadfreebsd-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')
-rw-r--r--devel/autoconf213/Makefile5
-rw-r--r--devel/autoconf262/Makefile5
-rw-r--r--devel/autoconf267/Makefile5
-rw-r--r--devel/autoconf268/Makefile5
-rw-r--r--devel/automake110/Makefile5
-rw-r--r--devel/automake110/pkg-descr2
-rw-r--r--devel/automake14/Makefile5
-rw-r--r--devel/automake15/Makefile5
-rw-r--r--devel/automake16/Makefile5
-rw-r--r--devel/automake17/Makefile5
-rw-r--r--devel/automake18/Makefile5
-rw-r--r--devel/automake19/Makefile5
-rw-r--r--devel/automake19/pkg-descr2
-rw-r--r--devel/autotools/Makefile5
-rw-r--r--devel/gettext/Makefile5
-rw-r--r--devel/gmake/Makefile5
-rw-r--r--devel/gmake381/Makefile5
17 files changed, 60 insertions, 19 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 95caf7838575..3d8441278397 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ade/gnu
DISTNAME= autoconf-000227
-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.13)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index a5aefa5a2db5..6e03ff397c30 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/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 \
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile
index a5aefa5a2db5..6e03ff397c30 100644
--- a/devel/autoconf267/Makefile
+++ b/devel/autoconf267/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 \
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 \
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile
index 9a63b8047fdc..5ae35ea2f606 100644
--- a/devel/automake110/Makefile
+++ b/devel/automake110/Makefile
@@ -12,7 +12,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.10)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
diff --git a/devel/automake110/pkg-descr b/devel/automake110/pkg-descr
index c0c2845eff43..5d7f85e52d7f 100644
--- a/devel/automake110/pkg-descr
+++ b/devel/automake110/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>
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile
index 42009e6de633..88e0fee9b9b9 100644
--- a/devel/automake14/Makefile
+++ b/devel/automake14/Makefile
@@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
DISTNAME= automake-1.4-p6
-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.4)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile
index 0ee454b8cbe7..2e91565e7582 100644
--- a/devel/automake15/Makefile
+++ b/devel/automake15/Makefile
@@ -13,7 +13,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.5)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile
index 3c09eafa9419..73b75d523a09 100644
--- a/devel/automake16/Makefile
+++ b/devel/automake16/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.6)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
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} \
diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile
index 7b57cc26d18f..febe2286c0de 100644
--- a/devel/automake18/Makefile
+++ b/devel/automake18/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.8)
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
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>
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
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 4886ad73267f..0f3e5e1be74b 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -12,7 +12,10 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
-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 gettext package
USE_ICONV= yes
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 062923a53bfb..a0eee497fc38 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
DISTNAME= make-${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 version of 'make' utility
USE_BZIP2= yes
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile
index 062923a53bfb..a0eee497fc38 100644
--- a/devel/gmake381/Makefile
+++ b/devel/gmake381/Makefile
@@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
DISTNAME= make-${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 version of 'make' utility
USE_BZIP2= yes