From b1a51aa24079ebf42f67289102bc841e51c495e2 Mon Sep 17 00:00:00 2001 From: rhk Date: Mon, 13 Sep 2010 14:53:50 +0000 Subject: [PATCH] [packages] ezxml: update PKG_RELEASE and rename patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@23054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/ezxml/Makefile | 4 ++-- ...{200-ezxml_parse_str_d.patch => 200-ezxml_parse_str.patch} | 0 .../patches/{300-ezxml_int.patch => 201-ezxml_int.patch} | 0 .../patches/{400-ezxml_child.patch => 202-ezxml_child.patch} | 0 .../patches/{500-ezxml_cut.patch => 203-ezxml_cut.patch} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename libs/ezxml/patches/{200-ezxml_parse_str_d.patch => 200-ezxml_parse_str.patch} (100%) rename libs/ezxml/patches/{300-ezxml_int.patch => 201-ezxml_int.patch} (100%) rename libs/ezxml/patches/{400-ezxml_child.patch => 202-ezxml_child.patch} (100%) rename libs/ezxml/patches/{500-ezxml_cut.patch => 203-ezxml_cut.patch} (100%) 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