From owner-svn-ports-branches@freebsd.org Thu Aug 6 09:23:41 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B0A99B3925; Thu, 6 Aug 2015 09:23:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBF18EB4; Thu, 6 Aug 2015 09:23:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t769NejD043533; Thu, 6 Aug 2015 09:23:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t769NcU9043519; Thu, 6 Aug 2015 09:23:38 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201508060923.t769NcU9043519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 6 Aug 2015 09:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393645 - in branches/2015Q3/devel: autoconf autoconf-wrapper autoconf213 automake autotools gettext gmake libtool X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 09:23:41 -0000 Author: tijl Date: Thu Aug 6 09:23:37 2015 New Revision: 393645 URL: https://svnweb.freebsd.org/changeset/ports/393645 Log: MFH: r393644 Pick up autotools@ ports. Approved by: portmgr (bapt) Modified: branches/2015Q3/devel/autoconf-wrapper/Makefile branches/2015Q3/devel/autoconf/Makefile branches/2015Q3/devel/autoconf213/Makefile branches/2015Q3/devel/automake/Makefile branches/2015Q3/devel/autotools/Makefile branches/2015Q3/devel/gettext/Makefile.common branches/2015Q3/devel/gmake/Makefile branches/2015Q3/devel/libtool/Makefile.common Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/autoconf-wrapper/Makefile ============================================================================== --- branches/2015Q3/devel/autoconf-wrapper/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/autoconf-wrapper/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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} Modified: branches/2015Q3/devel/autoconf/Makefile ============================================================================== --- branches/2015Q3/devel/autoconf/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/autoconf/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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 \ Modified: branches/2015Q3/devel/autoconf213/Makefile ============================================================================== --- branches/2015Q3/devel/autoconf213/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/autoconf213/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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 Modified: branches/2015Q3/devel/automake/Makefile ============================================================================== --- branches/2015Q3/devel/automake/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/automake/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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 Modified: branches/2015Q3/devel/autotools/Makefile ============================================================================== --- branches/2015Q3/devel/autotools/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/autotools/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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 \ Modified: branches/2015Q3/devel/gettext/Makefile.common ============================================================================== --- branches/2015Q3/devel/gettext/Makefile.common Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/gettext/Makefile.common Thu Aug 6 09:23:37 2015 (r393645) @@ -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 Modified: branches/2015Q3/devel/gmake/Makefile ============================================================================== --- branches/2015Q3/devel/gmake/Makefile Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/gmake/Makefile Thu Aug 6 09:23:37 2015 (r393645) @@ -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 Modified: branches/2015Q3/devel/libtool/Makefile.common ============================================================================== --- branches/2015Q3/devel/libtool/Makefile.common Thu Aug 6 09:18:36 2015 (r393644) +++ branches/2015Q3/devel/libtool/Makefile.common Thu Aug 6 09:23:37 2015 (r393645) @@ -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