wavemon: bump to v0.8.1
authorJonathan McCrohan <jmccrohan@gmail.com>
Tue, 21 Mar 2017 22:35:12 +0000 (22:35 +0000)
committerJonathan McCrohan <jmccrohan@gmail.com>
Tue, 21 Mar 2017 22:36:04 +0000 (22:36 +0000)
Drop musl-fix.patch; included upstream

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
net/wavemon/Makefile
net/wavemon/patches/musl-fix.patch [deleted file]

index 327a12f6cbd206fdc8e1950a1961e66c788589cd..2ef8b2184e517197fb670a8f391c2789336ce460 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2015 OpenWrt.org
+# Copyright (C) 2008-2017 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wavemon
-PKG_VERSION:=0.8.0
+PKG_VERSION:=0.8.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
diff --git a/net/wavemon/patches/musl-fix.patch b/net/wavemon/patches/musl-fix.patch
deleted file mode 100644 (file)
index a0a7866..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/wavemon.h b/wavemon.h
-index e7584f7..8c76d11 100644
---- a/wavemon.h
-+++ b/wavemon.h
-@@ -19,6 +19,7 @@
-  * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-  */
- #include <stdio.h>
-+#include <stdint.h>
- #include <stdlib.h>
- #include <unistd.h>
- #include <signal.h>
-@@ -33,7 +34,7 @@
- #include <ctype.h>
- #include <math.h>
- #include <stdbool.h>
--#include <ncurses.h>
-+#include <curses.h>
- #include "llist.h"