From 1ca9c6305baf6c6d64283d23a72cdbef1f8b683e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Espen=20J=C3=BCrgensen?= Date: Sun, 27 May 2018 23:26:31 +0200 Subject: [PATCH] mxml: update to 2.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Espen Jürgensen --- libs/mxml/Makefile | 12 ++++++++---- libs/mxml/patches/001-targets.patch | 11 ----------- 2 files changed, 8 insertions(+), 15 deletions(-) delete mode 100644 libs/mxml/patches/001-targets.patch diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index cc90ef723..18afbf27f 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -8,12 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mxml -PKG_VERSION:=2.10 +PKG_VERSION:=2.11 PKG_RELEASE:=1 -PKG_HASH:=267ff58b64ddc767170d71dab0c729c06f45e1df9a9b6f75180b564f09767891 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/michaelrsweet/mxml/releases/download/release-$(PKG_VERSION)/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/michaelrsweet/mxml.git +PKG_SOURCE_VERSION:=7b0bb60e51d39b2aaa8e8ca5bf9f3c38e63d643b +PKG_MIRROR_HASH:=e6f38a91f420c0bc64f892163049c37c5cc7744bffbcb05ad1fddec7b34ea438 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) + PKG_FIXUP:=autoreconf PKG_MAINTAINER:=Espen Jürgensen diff --git a/libs/mxml/patches/001-targets.patch b/libs/mxml/patches/001-targets.patch deleted file mode 100644 index 86379f02a..000000000 --- a/libs/mxml/patches/001-targets.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -88,7 +88,7 @@ PUBLIBOBJS = mxml-attr.o mxml-entity.o m - mxml-index.o mxml-node.o mxml-search.o mxml-set.o - LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o - OBJS = mxmldoc.o testmxml.o $(LIBOBJS) --TARGETS = $(LIBMXML) mxmldoc testmxml mxml.xml doc/mxml.man -+TARGETS = $(LIBMXML) - - - #