From 3395d80f40e668a7852e90739e163eaee4531fc7 Mon Sep 17 00:00:00 2001 From: zinke Date: Mon, 9 Jul 2012 16:37:00 +0000 Subject: [PATCH] Update to st 0.2.1. ok sebastia@ --- x11/st/Makefile | 6 ++---- x11/st/distinfo | 10 +++++----- x11/st/patches/patch-config_def_h | 30 +++++++++++++++--------------- x11/st/patches/patch-config_mk | 8 ++++---- 4 files changed, 26 insertions(+), 28 deletions(-) diff --git a/x11/st/Makefile b/x11/st/Makefile index a404ab695d9..ed879144429 100644 --- a/x11/st/Makefile +++ b/x11/st/Makefile @@ -1,13 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2011/09/26 09:32:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2012/07/09 16:37:00 zinke Exp $ COMMENT= simple X terminal -DISTNAME= 0.1.1 +DISTNAME= 0.2.1 PKGNAME= st-${DISTNAME} DIST_SUBDIR= st -REVISION= 0 - CATEGORIES= x11 HOMEPAGE= http://st.suckless.org/ diff --git a/x11/st/distinfo b/x11/st/distinfo index 239bc6ac01a..e669d5bb6b1 100644 --- a/x11/st/distinfo +++ b/x11/st/distinfo @@ -1,5 +1,5 @@ -MD5 (st/0.1.1.tar.gz) = 69tSB3M/euBmwxSxDU2OKg== -RMD160 (st/0.1.1.tar.gz) = 8Xitw0vcdYGb5luT7dsyOT8vJxs= -SHA1 (st/0.1.1.tar.gz) = aSF/SUm9cAWGF3DEuYjpYeKDj6k= -SHA256 (st/0.1.1.tar.gz) = VYmPgLP74TAMy7ILz5TUvmMZJFi8InQprir+fvh38rs= -SIZE (st/0.1.1.tar.gz) = 17210 +MD5 (st/0.2.1.tar.gz) = HjJJ2hxOUolM+ksPEeNVmQ== +RMD160 (st/0.2.1.tar.gz) = VY7amX7T1L39C/2UUsFat6/u6dY= +SHA1 (st/0.2.1.tar.gz) = D5On8EnNegpyssh3RVpoqj7IadY= +SHA256 (st/0.2.1.tar.gz) = S/WBdIPTJ0+umiBeaSswil/Qz8tV7Z83YdLFZLT32Jc= +SIZE (st/0.2.1.tar.gz) = 19804 diff --git a/x11/st/patches/patch-config_def_h b/x11/st/patches/patch-config_def_h index 154a69e5eff..c7c6e804016 100644 --- a/x11/st/patches/patch-config_def_h +++ b/x11/st/patches/patch-config_def_h @@ -1,21 +1,21 @@ -$OpenBSD: patch-config_def_h,v 1.1.1.1 2011/09/23 14:41:31 zinke Exp $ ---- config.def.h.orig Sun Apr 3 21:04:45 2011 -+++ config.def.h Fri Sep 16 12:47:24 2011 -@@ -14,7 +14,7 @@ static const char *colorname[] = { +$OpenBSD: patch-config_def_h,v 1.2 2012/07/09 16:37:00 zinke Exp $ +--- config.def.h.orig Thu Feb 16 01:05:14 2012 ++++ config.def.h Mon Jul 9 11:44:48 2012 +@@ -18,7 +18,7 @@ static const char *colorname[] = { "blue2", "magenta3", "cyan3", - "gray90", + "gray", - "gray50", - "red", - "green", -@@ -29,7 +29,7 @@ static const char *colorname[] = { - /* foreground, background, cursor */ - #define DefaultFG 7 - #define DefaultBG 0 --#define DefaultCS 1 -+#define DefaultCS 12 - /* Special keys */ - static Key key[] = { + /* 8 bright colors */ + "gray50", +@@ -41,7 +41,7 @@ static const char *colorname[] = { + foreground, background, cursor, unfocused cursor */ + #define DefaultFG 7 + #define DefaultBG 0 +-#define DefaultCS 256 ++#define DefaultCS 12 + #define DefaultUCS 257 + + /* Special keys (change & recompile st.info accordingly) diff --git a/x11/st/patches/patch-config_mk b/x11/st/patches/patch-config_mk index cc1242bd18b..f98db9a939b 100644 --- a/x11/st/patches/patch-config_mk +++ b/x11/st/patches/patch-config_mk @@ -1,7 +1,7 @@ -$OpenBSD: patch-config_mk,v 1.1.1.1 2011/09/23 14:41:31 zinke Exp $ ---- config.mk.orig Sun Apr 3 21:04:45 2011 -+++ config.mk Wed Sep 21 14:26:26 2011 -@@ -4,20 +4,20 @@ VERSION = 0.1.1 +$OpenBSD: patch-config_mk,v 1.2 2012/07/09 16:37:00 zinke Exp $ +--- config.mk.orig Thu Feb 16 01:05:14 2012 ++++ config.mk Mon Jul 9 11:43:16 2012 +@@ -4,20 +4,20 @@ VERSION = 0.2.1 # Customize below to fit your system # paths