Index: branches/2015Q3/devel/autoconf/Makefile =================================================================== --- branches/2015Q3/devel/autoconf/Makefile (revision 393644) +++ branches/2015Q3/devel/autoconf/Makefile (revision 393645) @@ -1,47 +1,47 @@ # Created by: ade@FreeBSD.org # $FreeBSD$ PORTNAME= autoconf PORTVERSION= 2.69 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 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper BUILD_VERSION= 2.69 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USES= gmake makeinfo perl5 tar:xz INFO= autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 AWK=${AWK} \ ac_cv_prog_TEST_EMACS=no CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ ifnames post-patch: @(cd ${WRKSRC}/man && \ for file in *.[1x]; do \ ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \ s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \ done) @(cd ${WRKSRC}/doc && ${RM} -f *.info) @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' post-install: .for FILE in ${GENERIC_TOOLS} @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .endfor .include Index: branches/2015Q3/devel/autoconf-wrapper/Makefile =================================================================== --- branches/2015Q3/devel/autoconf-wrapper/Makefile (revision 393644) +++ branches/2015Q3/devel/autoconf-wrapper/Makefile (revision 393645) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME?= autoconf-wrapper PORTVERSION= 20131203 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT?= Wrapper script for GNU autoconf WRKSRC= ${WRKDIR} NO_BUILD= YES TOOL?= AUTOCONF WRAPPED_TOOLS?= autoconf autoheader autom4te autoreconf autoscan \ autoupdate ifnames .include TOOLS_CASE!= ${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|' PLIST_FILES= bin/${PORTNAME} .for tool in ${WRAPPED_TOOLS} PLIST_FILES+= bin/${tool} .endfor do-configure: @${SED} \ -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%TOOL%%,${TOOL},g' \ -e 's,%%TOOLS_CASE%%,${TOOLS_CASE},g' \ <${FILESDIR}/autotools-wrapper.sh >${WRKDIR}/${PORTNAME}.sh do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for tool in ${WRAPPED_TOOLS} @${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${tool} .endfor .include Index: branches/2015Q3/devel/autoconf213/Makefile =================================================================== --- branches/2015Q3/devel/autoconf213/Makefile (revision 393644) +++ branches/2015Q3/devel/autoconf213/Makefile (revision 393645) @@ -1,41 +1,41 @@ # Created by: torstenb@FreeBSD.org # $FreeBSD$ PORTNAME= autoconf PORTVERSION= 2.13.000227 PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= LOCAL/ade/gnu DISTNAME= autoconf-000227 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 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper BUILD_VERSION= 2.13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USES= perl5 desthack makeinfo tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} WRKSRC= ${WRKDIR}/autoconf INFO= autoconf-${BUILD_VERSION} STRIP= # none post-patch: @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true post-install: ${CHMOD} +x ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION}/config.* ${INSTALL_SCRIPT} ${WRKSRC}/install-sh \ ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .include Index: branches/2015Q3/devel/automake/Makefile =================================================================== --- branches/2015Q3/devel/automake/Makefile (revision 393644) +++ branches/2015Q3/devel/automake/Makefile (revision 393645) @@ -1,25 +1,25 @@ # Created by: Ade Lovett # $FreeBSD$ PORTNAME= automake 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 RUN_DEPENDS= autoconf-2.69:${PORTSDIR}/devel/autoconf \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper BUILD_VERSION= 1.15 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USES= cpe makeinfo perl5 tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} MAKE_ENV+= MAKEINFOFLAGS=--no-split INFO= automake CPE_VENDOR= gnu .include Index: branches/2015Q3/devel/autotools/Makefile =================================================================== --- branches/2015Q3/devel/autotools/Makefile (revision 393644) +++ branches/2015Q3/devel/autotools/Makefile (revision 393645) @@ -1,29 +1,29 @@ # Created by: Ade Lovett # $FreeBSD$ PORTNAME= autotools PORTVERSION= 20130627 CATEGORIES= devel MASTER_SITES= # none 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 \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ autoconf-2.69:${PORTSDIR}/devel/autoconf \ automake-1.4:${PORTSDIR}/devel/automake14 \ automake-1.15:${PORTSDIR}/devel/automake PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes do-install: @${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES} .include Index: branches/2015Q3/devel/gettext/Makefile.common =================================================================== --- branches/2015Q3/devel/gettext/Makefile.common (revision 393644) +++ branches/2015Q3/devel/gettext/Makefile.common (revision 393645) @@ -1,18 +1,18 @@ # $FreeBSD$ # 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. PORTVERSION= 0.19.4 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. CATEGORIES= devel MASTER_SITES= GNU/gettext DISTNAME= gettext-${PORTVERSION} -MAINTAINER= autotools@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../gettext/distinfo DATADIR= ${PREFIX}/share/gettext DOCSDIR= ${PREFIX}/share/doc/gettext Index: branches/2015Q3/devel/gmake/Makefile =================================================================== --- branches/2015Q3/devel/gmake/Makefile (revision 393644) +++ branches/2015Q3/devel/gmake/Makefile (revision 393645) @@ -1,38 +1,38 @@ # Created by: jkh # $FreeBSD$ PORTNAME= gmake PORTVERSION= 4.1 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU/make 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 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-prefix=g \ --without-guile USES= cpe makeinfo tar:bzip2 CPE_VENDOR= gnu OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext iconv NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \ --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_ENABLE= nls CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" INFO= make .include Index: branches/2015Q3/devel/libtool/Makefile.common =================================================================== --- branches/2015Q3/devel/libtool/Makefile.common (revision 393644) +++ branches/2015Q3/devel/libtool/Makefile.common (revision 393645) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTVERSION= 2.4.6 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. 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 CPE_VENDOR= gnu CPE_PRODUCT= libtool Index: branches/2015Q3 =================================================================== --- branches/2015Q3 (revision 393644) +++ branches/2015Q3 (revision 393645) Property changes on: branches/2015Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r393644