summaryrefslogtreecommitdiff
path: root/wm/spectrwm
diff options
context:
space:
mode:
Diffstat (limited to 'wm/spectrwm')
-rw-r--r--wm/spectrwm/Makefile4
-rw-r--r--wm/spectrwm/distinfo9
-rw-r--r--wm/spectrwm/patches/patch-linux_Makefile13
3 files changed, 6 insertions, 20 deletions
diff --git a/wm/spectrwm/Makefile b/wm/spectrwm/Makefile
index e758bb5334f..c5547b87777 100644
--- a/wm/spectrwm/Makefile
+++ b/wm/spectrwm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/11/29 23:30:47 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/12 18:14:41 wiz Exp $
-DISTNAME= spectrwm-2.4.0
+DISTNAME= spectrwm-2.5.0
CATEGORIES= wm
MASTER_SITES= https://opensource.conformal.com/snapshots/spectrwm/
EXTRACT_SUFX= .tgz
diff --git a/wm/spectrwm/distinfo b/wm/spectrwm/distinfo
index dbaf3998552..e1dc3b1e4e3 100644
--- a/wm/spectrwm/distinfo
+++ b/wm/spectrwm/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/11/29 23:30:47 wiz Exp $
+$NetBSD: distinfo,v 1.4 2014/03/12 18:14:41 wiz Exp $
-SHA1 (spectrwm-2.4.0.tgz) = 6d32d1a41436754b135b3152ebd288f06554ef03
-RMD160 (spectrwm-2.4.0.tgz) = 5beb65f25f4593db445570195f120398d29c29ba
-Size (spectrwm-2.4.0.tgz) = 112193 bytes
-SHA1 (patch-linux_Makefile) = f5cde3ae112c81f1d2e1a819bc59a80d14564a18
+SHA1 (spectrwm-2.5.0.tgz) = 98a00d248bd019811151122525caf2e2d16cee03
+RMD160 (spectrwm-2.5.0.tgz) = e238ef46628e498fe065124f0a1120eec7fcb6b6
+Size (spectrwm-2.5.0.tgz) = 116520 bytes
diff --git a/wm/spectrwm/patches/patch-linux_Makefile b/wm/spectrwm/patches/patch-linux_Makefile
deleted file mode 100644
index e2533362fe7..00000000000
--- a/wm/spectrwm/patches/patch-linux_Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-linux_Makefile,v 1.2 2013/11/29 23:30:47 wiz Exp $
-
-Find installed library.
-
---- linux/Makefile.orig 2013-11-24 00:09:06.031887162 -0600
-+++ linux/Makefile 2013-11-24 00:09:46.706760816 -0600
-@@ -1,5 +1,5 @@
- CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
--CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"libswmhack.so.$(LVERS)\"
-+CFLAGS+= -D_GNU_SOURCE -I. -I/usr/include/freetype2 -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
- LDADD+= -lX11 -lX11-xcb -lxcb -lxcb-icccm -lxcb-randr -lxcb-keysyms -lxcb-util -lxcb-xtest -lXft -lXcursor
-
- PREFIX?= /usr/local