Hi,

please find below an update for x11/st to version 0.2.1.
Please test and comment.

Any objections? OKs?

Regards,
Joerg


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/st/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    26 Sep 2011 09:32:46 -0000      1.3
+++ Makefile    9 Jul 2012 09:59:46 -0000
@@ -2,11 +2,9 @@
 
 COMMENT=               simple X terminal
 
-DISTNAME=              0.1.1
+DISTNAME=              0.2.1
 PKGNAME=               st-${DISTNAME}
 DIST_SUBDIR=           st
-
-REVISION=              0
 
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/st/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    5 Oct 2011 13:26:49 -0000       1.2
+++ distinfo    9 Jul 2012 09:59:46 -0000
@@ -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
Index: patches/patch-config_def_h
===================================================================
RCS file: /cvs/ports/x11/st/patches/patch-config_def_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-config_def_h
--- patches/patch-config_def_h  23 Sep 2011 14:41:31 -0000      1.1.1.1
+++ patches/patch-config_def_h  9 Jul 2012 09:59:46 -0000
@@ -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[] = {
+--- 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",
+ 
+       /* 8 bright colors */
        "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 
+@@ -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 */
- static Key key[] = {
+ /* Special keys (change & recompile st.info accordingly)
Index: patches/patch-config_mk
===================================================================
RCS file: /cvs/ports/x11/st/patches/patch-config_mk,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-config_mk
--- patches/patch-config_mk     23 Sep 2011 14:41:31 -0000      1.1.1.1
+++ patches/patch-config_mk     9 Jul 2012 09:59:46 -0000
@@ -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
+--- 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

Reply via email to