aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-06-05 14:19:19 +0300
committerGitHub <noreply@github.com>2018-06-05 14:19:19 +0300
commit994e4da5f2778759122a34a2084fa39883fa7e8b (patch)
tree50bbd0d68e7b48a2de80270fca405c0c47d95c58
parentd9efc1d7df77f7150492eda2c2d7ceb6e14ae762 (diff)
parent1ca9c6305baf6c6d64283d23a72cdbef1f8b683e (diff)
Merge pull request #6139 from ejurgensen/mxml_update_211
mxml: update to 2.11
-rw-r--r--libs/mxml/Makefile12
-rw-r--r--libs/mxml/patches/001-targets.patch11
2 files changed, 8 insertions, 15 deletions
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 <espenjurgensen+openwrt@gmail.com>
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)
-
-
- #