ソースを参照

bwm-ng: update to 0.6.1

Julen Landa Alustiza 9 年 前
コミット
9f3ef55342
共有2 個のファイルを変更した3 個の追加14 個の削除を含む
  1. 3
    3
      net/bwm-ng/Makefile
  2. 0
    11
      net/bwm-ng/patches/0001-fix-gcc-security-build.patch

+ 3
- 3
net/bwm-ng/Makefile ファイルの表示

@@ -5,12 +5,12 @@
5 5
 include $(TOPDIR)/rules.mk
6 6
 
7 7
 PKG_NAME:=bwm-ng
8
-PKG_VERSION:=0.6
9
-PKG_RELEASE:=2
8
+PKG_VERSION:=0.6.1
9
+PKG_RELEASE:=1
10 10
 
11 11
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12 12
 PKG_SOURCE_URL:=http://www.gropp.org/bwm-ng
13
-PKG_MD5SUM:=d3a02484fb7946371bfb4e10927cebfb
13
+PKG_MD5SUM:=ef0c7669508e95f56250ad4f8db98b7f
14 14
 PKG_MAINTAINER:=Julen Landa Alustiza <julen@zokormazo.info>
15 15
 PKG_LICENSE:=GPL2-2.0
16 16
 PKG_LICENSE_FILES:=COPYING

+ 0
- 11
net/bwm-ng/patches/0001-fix-gcc-security-build.patch ファイルの表示

@@ -1,11 +0,0 @@
1
---- a/src/output.c
2
-+++ b/src/output.c
3
-@@ -234,7 +234,7 @@ int print_header(int option) {
4
- 			if (output_method==PLAIN_OUT && ansi_output) printf("\033[1;2H");
5
- 	        printf("bwm-ng v" VERSION " (delay %2.3fs); ",(float)delay/1000);
6
- 			if (output_method==PLAIN_OUT) printf("press 'ctrl-c' to end this%s",(ansi_output ? "\033[2;2H" : "")); else printf("input: ");
7
--            printf(input2str());
8
-+            printf("%s\n",input2str());
9
-             printf("%s\n",show_all_if2str());
10
- 			if (output_method==PLAIN_OUT) {
11
- 				if (ansi_output)