Index: head/devel/automake/Makefile =================================================================== --- head/devel/automake/Makefile (revision 398632) +++ head/devel/automake/Makefile (revision 398633) @@ -1,25 +1,26 @@ # Created by: Ade Lovett # $FreeBSD$ PORTNAME= automake PORTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU 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: head/devel/automake/files/patch-bin-automake.in =================================================================== --- head/devel/automake/files/patch-bin-automake.in (nonexistent) +++ head/devel/automake/files/patch-bin-automake.in (revision 398633) @@ -0,0 +1,11 @@ +--- bin/automake.in.orig 2015-01-05 19:25:55 UTC ++++ bin/automake.in +@@ -3878,7 +3878,7 @@ sub substitute_ac_subst_variables_worker + sub substitute_ac_subst_variables + { + my ($text) = @_; +- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; ++ $text =~ s/\$\{([^ \t=:+{}]+)\}/substitute_ac_subst_variables_worker ($1)/ge; + return $text; + } + Property changes on: head/devel/automake/files/patch-bin-automake.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property