diff --git a/libs/ezxml/Makefile b/libs/ezxml/Makefile index 309519a64..8333a6d53 100644 --- a/libs/ezxml/Makefile +++ b/libs/ezxml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ezxml PKG_VERSION:=0.8.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/ezxml diff --git a/libs/ezxml/patches/200-ezxml_parse_str_d.patch b/libs/ezxml/patches/200-ezxml_parse_str.patch similarity index 100% rename from libs/ezxml/patches/200-ezxml_parse_str_d.patch rename to libs/ezxml/patches/200-ezxml_parse_str.patch diff --git a/libs/ezxml/patches/300-ezxml_int.patch b/libs/ezxml/patches/201-ezxml_int.patch similarity index 100% rename from libs/ezxml/patches/300-ezxml_int.patch rename to libs/ezxml/patches/201-ezxml_int.patch diff --git a/libs/ezxml/patches/400-ezxml_child.patch b/libs/ezxml/patches/202-ezxml_child.patch similarity index 100% rename from libs/ezxml/patches/400-ezxml_child.patch rename to libs/ezxml/patches/202-ezxml_child.patch diff --git a/libs/ezxml/patches/500-ezxml_cut.patch b/libs/ezxml/patches/203-ezxml_cut.patch similarity index 100% rename from libs/ezxml/patches/500-ezxml_cut.patch rename to libs/ezxml/patches/203-ezxml_cut.patch