Hi ports@

simple update to the last stable version.

Ok? Comments?

Kind regards,

Rafael Sadowski


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/st/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    24 Jul 2015 15:39:23 -0000      1.12
+++ Makefile    8 Oct 2016 19:55:06 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               simple X terminal
 
-DISTNAME=              st-0.6
-REVISION=              0
+DISTNAME=              st-0.7
 
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/st/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    9 Jul 2015 22:07:23 -0000       1.8
+++ distinfo    8 Oct 2016 19:55:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (st-0.6.tar.gz) = hTEMCMOBTgmbXkWIj4rHVIZA5p6Zc+k01PujiwNzeis=
-SIZE (st-0.6.tar.gz) = 40271
+SHA256 (st-0.7.tar.gz) = 94cNkGzMmIkm7vLMmJUKmcx4cltoXpNMQiwDwSNOYAA=
+SIZE (st-0.7.tar.gz) = 42418
Index: patches/patch-config_def_h
===================================================================
RCS file: /cvs/ports/x11/st/patches/patch-config_def_h,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-config_def_h
--- patches/patch-config_def_h  9 Jul 2015 22:07:23 -0000       1.7
+++ patches/patch-config_def_h  8 Oct 2016 19:55:06 -0000
@@ -1,16 +1,16 @@
 $OpenBSD: patch-config_def_h,v 1.7 2015/07/09 22:07:23 czarkoff Exp $
---- config.def.h.orig  Thu Jul  9 00:02:12 2015
-+++ config.def.h       Thu Jul  9 00:05:19 2015
+--- config.def.h.orig  Sat Oct  8 21:48:13 2016
++++ config.def.h       Sat Oct  8 21:48:37 2016
 @@ -5,7 +5,7 @@
   *
   * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
   */
--static char font[] = "Liberation 
Mono:pixelsize=12:antialias=false:autohint=false";
+-static char font[] = "Liberation 
Mono:pixelsize=12:antialias=true:autohint=true";
 +static char font[] = "DejaVu Sans 
Mono:pixelsize=12:antialias=true:autohint=false";
  static int borderpx = 2;
- static char shell[] = "/bin/sh";
- static char *utmp = NULL;
-@@ -69,7 +69,7 @@ static const char *colorname[] = {
+ 
+ /*
+@@ -92,7 +92,7 @@ static const char *colorname[] = {
        "blue2",
        "magenta3",
        "cyan3",
Index: patches/patch-config_mk
===================================================================
RCS file: /cvs/ports/x11/st/patches/patch-config_mk,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 patch-config_mk
--- patches/patch-config_mk     9 Jul 2015 22:07:23 -0000       1.7
+++ patches/patch-config_mk     8 Oct 2016 19:55:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-config_mk,v 1.7 2015/07/09 22:07:23 czarkoff Exp $
---- config.mk.orig     Wed Jul  8 23:58:38 2015
-+++ config.mk  Thu Jul  9 00:01:41 2015
-@@ -4,24 +4,24 @@ VERSION = 0.6
+--- config.mk.orig     Sat Oct  8 21:48:48 2016
++++ config.mk  Sat Oct  8 21:50:30 2016
+@@ -4,24 +4,24 @@ VERSION = 0.7
  # Customize below to fit your system
  
  # paths
@@ -19,7 +19,7 @@ $OpenBSD: patch-config_mk,v 1.7 2015/07/
  INCS = -I. -I/usr/include -I${X11INC} \
         `pkg-config --cflags fontconfig` \
         `pkg-config --cflags freetype2`
--LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXext -lXft \
+-LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lrt -lX11 -lutil -lXft \
 +LIBS = -L/usr/lib -lc -L${X11LIB} -lm -lX11 -lutil -lXext -lXft \
         `pkg-config --libs fontconfig`  \
         `pkg-config --libs freetype2`
Index: patches/patch-st_c
===================================================================
RCS file: patches/patch-st_c
diff -N patches/patch-st_c
--- patches/patch-st_c  24 Jul 2015 15:39:23 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-st_c,v 1.1 2015/07/24 15:39:23 czarkoff Exp $
---- st.c.orig  Fri Jul 24 13:33:47 2015
-+++ st.c       Fri Jul 24 13:34:30 2015
-@@ -4052,7 +4052,7 @@ main(int argc, char *argv[]) {
-       case 'l':
-               opt_line = EARGF(usage());
-               break;
--      case 't':
-+      case 't': case 'T':
-               opt_title = EARGF(usage());
-               break;
-       case 'w':

Reply via email to