From 2d8993bc81a507283b448b583cca36f95d0b2b3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Huck?= Date: Mon, 13 Sep 2010 14:53:50 +0000 Subject: [PATCH] [packages] ezxml: update PKG_RELEASE and rename patches SVN-Revision: 23054 --- 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 309519a64d..8333a6d53d 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 -- 2.20.1