Waldemar Brodkorb 3 месяцев назад
Родитель
Сommit
96aef91067
2 измененных файлов с 3 добавлено и 14 удалено
  1. 3 3
      package/automake/Makefile
  2. 0 11
      package/automake/patches/patch-Makefile_in

+ 3 - 3
package/automake/Makefile

@@ -4,10 +4,10 @@
 include $(ADK_TOPDIR)/rules.mk
 include $(ADK_TOPDIR)/rules.mk
 
 
 PKG_NAME:=		automake
 PKG_NAME:=		automake
-PKG_VERSION:=		1.15.1
-PKG_EXTRAVER:=		1.15
+PKG_VERSION:=		1.18.1
+PKG_EXTRAVER:=		1.18
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
+PKG_HASH:=		168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887
 PKG_DESCR:=		tool for automatically generating makefiles
 PKG_DESCR:=		tool for automatically generating makefiles
 PKG_SECTION:=		dev/tools
 PKG_SECTION:=		dev/tools
 PKG_BUILDDEP:=		m4-host autoconf-host autoconf
 PKG_BUILDDEP:=		m4-host autoconf-host autoconf

+ 0 - 11
package/automake/patches/patch-Makefile_in

@@ -1,11 +0,0 @@
---- automake-1.15.1.orig/Makefile.in	2017-06-18 19:35:04.000000000 +0200
-+++ automake-1.15.1/Makefile.in	2020-10-31 08:38:23.322590385 +0100
-@@ -710,7 +710,7 @@ update_mans = \
-   $(AM_V_GEN): \
-     && $(MKDIR_P) doc \
-     && $(extend_PATH) \
--    && $(PERL) $(srcdir)/doc/help2man --output=$@
-+    && $(PERL) $(srcdir)/doc/help2man --no-discard-stderr --output=$@
- 
- amhello_sources = \
-   doc/amhello/configure.ac \