From 17905887e1c34a24a9ec5135eaee0fcefe528fb4 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 30 May 2005 20:52:47 +0000 Subject: [PATCH] update ipkg to 0.99.149 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1118 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipkg/Makefile | 4 ++-- package/ipkg/patches/configure.patch | 19 ------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 package/ipkg/patches/configure.patch diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile index 2180ee7d3..185c5f81c 100644 --- a/package/ipkg/Makefile +++ b/package/ipkg/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipkg -PKG_VERSION:=0.99.145 +PKG_VERSION:=0.99.149 PKG_RELEASE:=1 -PKG_MD5SUM:=d98799dbcf911f90a7c3c897713cc37a +PKG_MD5SUM:=975cc419d6db5fb279dc58177c68373b PKG_SOURCE_URL:=http://www.handhelds.org/packages/ipkg PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/package/ipkg/patches/configure.patch b/package/ipkg/patches/configure.patch deleted file mode 100644 index c9b7c0519..000000000 --- a/package/ipkg/patches/configure.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ipkg-0.99.144/configure 2005-02-23 01:53:46.000000000 +0300 -+++ ipkg/configure 2005-03-13 16:55:10.933348792 +0300 -@@ -21657,7 +21657,7 @@ - done - - -- ac_config_files="$ac_config_files Makefile etc/Makefile replace/Makefile familiar/Makefile familiar/control familiar/control-unstripped familiar/libipkg-control familiar/libipkg-dev-control libbb/Makefile libipkg.pc ipkg.h" -+ ac_config_files="$ac_config_files Makefile etc/Makefile familiar/Makefile familiar/control familiar/control-unstripped familiar/libipkg-control familiar/libipkg-dev-control libbb/Makefile libipkg.pc ipkg.h" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -22216,7 +22216,6 @@ - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; -- "replace/Makefile" ) CONFIG_FILES="$CONFIG_FILES replace/Makefile" ;; - "familiar/Makefile" ) CONFIG_FILES="$CONFIG_FILES familiar/Makefile" ;; - "familiar/control" ) CONFIG_FILES="$CONFIG_FILES familiar/control" ;; - "familiar/control-unstripped" ) CONFIG_FILES="$CONFIG_FILES familiar/control-unstripped" ;; -- 2.35.1