Index: devel/automake/Makefile =================================================================== --- devel/automake/Makefile (revision 443862) +++ devel/automake/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= automake -PORTVERSION= 1.15 -PORTREVISION= 1 +PORTVERSION= 1.15.1 CATEGORIES= devel MASTER_SITES= GNU Index: devel/automake/distinfo =================================================================== --- devel/automake/distinfo (revision 443862) +++ devel/automake/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (automake-1.15.tar.xz) = 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636 -SIZE (automake-1.15.tar.xz) = 1496708 +TIMESTAMP = 1497951299 +SHA256 (automake-1.15.1.tar.xz) = af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf +SIZE (automake-1.15.1.tar.xz) = 1509496 Index: devel/automake/files/patch-bin-automake.in =================================================================== --- devel/automake/files/patch-bin-automake.in (revision 443862) +++ devel/automake/files/patch-bin-automake.in (nonexistent) @@ -1,11 +0,0 @@ ---- 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: devel/automake/files/patch-bin-automake.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/elfutils/Makefile =================================================================== --- devel/elfutils/Makefile (revision 443862) +++ devel/elfutils/Makefile (working copy) @@ -29,8 +29,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -USES= gmake libtool tar:bzip2 -USE_AUTOTOOLS= automake:env +USES= autoreconf gmake libtool tar:bzip2 USE_GCC= 4.8 # fails to build with newer versions GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -49,7 +48,4 @@ post-patch: ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \ ${WRKSRC}/lib -pre-configure: - @cd ${WRKSRC} && ${AUTOMAKE} - .include