On Tue, Apr 08, 2014 at 12:47:23PM +0200, [email protected] wrote: > Index: Makefile > =================================================================== > RCS file: /var/cvs/ports/x11/st/Makefile,v > retrieving revision 1.9 > diff -u -p -r1.9 Makefile > --- Makefile 30 May 2013 09:25:39 -0000 1.9 > +++ Makefile 8 Apr 2014 10:42:50 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= simple X terminal > > -DISTNAME= st-0.4.1 > +DISTNAME= st-0.5 > > CATEGORIES= x11
No, this is not enough. Please find below a more complete diff. Tests? OKs? Regards, Joerg Index: Makefile =================================================================== RCS file: /cvs/ports/x11/st/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile 30 May 2013 09:25:39 -0000 1.9 +++ Makefile 8 Apr 2014 10:59:09 -0000 @@ -2,7 +2,7 @@ COMMENT= simple X terminal -DISTNAME= st-0.4.1 +DISTNAME= st-0.5 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /cvs/ports/x11/st/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 30 May 2013 09:25:39 -0000 1.6 +++ distinfo 8 Apr 2014 10:59:09 -0000 @@ -1,2 +1,2 @@ -SHA256 (st-0.4.1.tar.gz) = 7i+TxtjNlaWrR0I+7r3kpHS+RwMJzu4z+jx3V+rivzE= -SIZE (st-0.4.1.tar.gz) = 32947 +SHA256 (st-0.5.tar.gz) = roDd+vgUb3Zldy78m4XgXgi+UIdoKmiezfcapNS/3U4= +SIZE (st-0.5.tar.gz) = 36710 Index: patches/patch-config_def_h =================================================================== RCS file: /cvs/ports/x11/st/patches/patch-config_def_h,v retrieving revision 1.5 diff -u -p -r1.5 patch-config_def_h --- patches/patch-config_def_h 30 May 2013 09:25:39 -0000 1.5 +++ patches/patch-config_def_h 8 Apr 2014 10:59:09 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-config_def_h,v 1.5 2013/05/30 09:25:39 jung Exp $ ---- config.def.h.orig Sat Apr 20 15:29:39 2013 -+++ config.def.h Mon May 27 18:18:29 2013 +--- config.def.h.orig Sat Apr 5 20:40:11 2014 ++++ config.def.h Tue Apr 8 12:56:17 2014 @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html @@ -10,7 +10,7 @@ $OpenBSD: patch-config_def_h,v 1.5 2013/ static int borderpx = 2; static char shell[] = "/bin/sh"; -@@ -36,7 +36,7 @@ static const char *colorname[] = { +@@ -59,7 +59,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.5 diff -u -p -r1.5 patch-config_mk --- patches/patch-config_mk 30 May 2013 09:25:39 -0000 1.5 +++ patches/patch-config_mk 8 Apr 2014 10:59:09 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-config_mk,v 1.5 2013/05/30 09:25:39 jung Exp $ ---- config.mk.orig Sat Apr 20 15:29:39 2013 -+++ config.mk Mon May 27 18:32:07 2013 -@@ -4,11 +4,11 @@ VERSION = 0.4.1 +--- config.mk.orig Sat Apr 5 20:40:11 2014 ++++ config.mk Tue Apr 8 12:56:17 2014 +@@ -4,11 +4,11 @@ VERSION = 0.5 # Customize below to fit your system # paths
