Hi,

Update for Spectrwm to 3.0.0.

OK? Comments?

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile    2 Mar 2016 15:56:43 -0000       1.20
+++ Makefile    3 May 2016 19:00:32 -0000
@@ -4,8 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-V=                     2.7.2
-REVISION=              0
+V=                     3.0.0
 GH_TAGNAME=            SPECTRWM_${V:S/./_/g}
 GH_ACCOUNT=            conformal
 GH_PROJECT=            spectrwm
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo    2 Mar 2016 15:56:43 -0000       1.17
+++ distinfo    3 May 2016 19:00:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.7.2.tar.gz) = I6WzBsXN/aBeujZbZS7KNOh/C0MXx/+AWYE62qHFWvs=
-SIZE (spectrwm-2.7.2.tar.gz) = 133015
+SHA256 (spectrwm-3.0.0.tar.gz) = meIfuc+s6Wg1IGn+x3bf6CeIavb1D/BIR/BeU8Rw7Ws=
+SIZE (spectrwm-3.0.0.tar.gz) = 147373
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile      30 Oct 2014 19:26:03 -0000      1.5
+++ patches/patch-Makefile      3 May 2016 19:00:32 -0000
@@ -1,15 +1,6 @@
---- Makefile.orig      Sun Oct 26 12:25:14 2014
-+++ Makefile   Mon Oct 27 11:23:10 2014
-@@ -13,7 +13,7 @@ CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -W
- # Uncomment define below to disallow user settable clock format string
- #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
- CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
--LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-aux -lxcb-icccm 
-lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
-+LDADD+=-lutil -L${X11BASE}/lib -lX11 -lX11-xcb -lxcb-util -lxcb-icccm 
-lxcb-keysyms -lxcb-randr -lxcb-xtest -lXft -lXcursor
- BUILDVERSION != sh "${.CURDIR}/buildver.sh"
- .if !${BUILDVERSION} == ""
- CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
-@@ -26,8 +26,8 @@ MANDIR= ${PREFIX}/man/man
+--- Makefile.orig      Tue May  3 12:54:17 2016
++++ Makefile   Tue May  3 12:55:20 2016
+@@ -22,8 +22,8 @@ MANDIR= ${PREFIX}/man/man
  
  obj: _xenocara_obj
  
@@ -18,5 +9,5 @@
 +#beforeinstall:
 +#     ln -sf ${PROG} ${BINDIR}/scrotwm
  
- # clang targets
- .if ${.TARGETS:M*analyze*}
+ spectrwm.html: spectrwm.1
+       mandoc -Thtml ${.CURDIR}/spectrwm.1 > spectrwm.html
Index: patches/patch-spectrwm_c
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.6
diff -u -p -r1.6 patch-spectrwm_c
--- patches/patch-spectrwm_c    20 Mar 2014 14:51:29 -0000      1.6
+++ patches/patch-spectrwm_c    3 May 2016 19:00:32 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-spectrwm_c,v 1.6 2014/03/20 14:51:29 gonzalo Exp $
---- spectrwm.c.orig    Wed Feb 26 11:45:42 2014
-+++ spectrwm.c Tue Mar 18 13:53:24 2014
-@@ -300,7 +300,7 @@ uint32_t           swm_debug = 0
+--- spectrwm.c.orig    Tue May  3 12:54:28 2016
++++ spectrwm.c Tue May  3 12:56:02 2016
+@@ -274,7 +274,7 @@ uint32_t           swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB

Reply via email to