svn commit: r393645 - in branches/2015Q3/devel: autoconf autoconf-wrapper autoconf213 automake autotools gettext gmake libtool
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 6 09:23:41 UTC 2015
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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at 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 at FreeBSD.org
+MAINTAINER= tijl at FreeBSD.org
DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo
USES= cpe gmake tar:xz
More information about the svn-ports-all
mailing list