diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-08-06 09:18:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-08-06 09:18:36 +0000 |
commit | 1a76ed96abd675680c78efcdebfe407fdb6717a0 (patch) | |
tree | 23456512b4a91f6a0f6ccd4a52b3c27ad08bdbff /devel | |
parent | 7aca933fca9095bf1e5357271c44846b3a744349 (diff) | |
download | ports-1a76ed96abd675680c78efcdebfe407fdb6717a0.tar.gz ports-1a76ed96abd675680c78efcdebfe407fdb6717a0.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf-wrapper/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf213/Makefile | 2 | ||||
-rw-r--r-- | devel/automake/Makefile | 2 | ||||
-rw-r--r-- | devel/autotools/Makefile | 2 | ||||
-rw-r--r-- | devel/gettext/Makefile.common | 2 | ||||
-rw-r--r-- | devel/gmake/Makefile | 2 | ||||
-rw-r--r-- | devel/libtool/Makefile.common | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/devel/autoconf-wrapper/Makefile b/devel/autoconf-wrapper/Makefile index 38cf323fb2e9..d45bc22b652f 100644 --- a/devel/autoconf-wrapper/Makefile +++ b/devel/autoconf-wrapper/Makefile @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT?= Wrapper script for GNU autoconf WRKSRC= ${WRKDIR} diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index de35381aff06..e692abd9e93e 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= GNU DISTNAME= autoconf-${PORTVERSION} -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 00d0cee113c3..8837d78b5905 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= 213 # 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 +MAINTAINER= tijl@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (legacy 2.13) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/automake/Makefile b/devel/automake/Makefile index bf07d4600fa3..791e31c76a73 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.15 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator BUILD_DEPENDS= autoconf-2.69:${PORTSDIR}/devel/autoconf diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index ed27a54570b4..984a0743f041 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -10,7 +10,7 @@ DISTFILES= # none # 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 +MAINTAINER= tijl@FreeBSD.org COMMENT= Autotools meta-port RUN_DEPENDS= libtoolize:${PORTSDIR}/devel/libtool \ diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common index 1807bc7758ae..a836b0dee342 100644 --- a/devel/gettext/Makefile.common +++ b/devel/gettext/Makefile.common @@ -10,7 +10,7 @@ CATEGORIES= devel MASTER_SITES= GNU/gettext DISTNAME= gettext-${PORTVERSION} -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 8e1b423ac7a4..64875cc36067 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -11,7 +11,7 @@ DISTNAME= make-${PORTVERSION} # 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 +MAINTAINER= tijl@FreeBSD.org COMMENT= GNU version of 'make' utility LICENSE= GPLv3 diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index d58831f56a76..6f05bb21078a 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= GNU/libtool DISTNAME= libtool-${PORTVERSION} -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo USES= cpe gmake tar:xz |