Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 22:07:28 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316849 - in head/x11-wm/spectrwm: . files
Message-ID:  <201304292207.r3TM7SkM012231@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Apr 29 22:07:27 2013
New Revision: 316849
URL: http://svnweb.freebsd.org/changeset/ports/316849

Log:
  Update to 2.3.0
  
  Changelog:
  https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444
  
  Add a local patch to not look for xlock and throw and error on startup if
  it's not there [1]
  
  PR:		ports/177754 (in response to) [1]
  Submitted by:	Carlo Strub <cs@FreeBSD.org> [1]

Added:
  head/x11-wm/spectrwm/files/
  head/x11-wm/spectrwm/files/patch-spectrwm.c   (contents, props changed)
Modified:
  head/x11-wm/spectrwm/Makefile
  head/x11-wm/spectrwm/distinfo

Modified: head/x11-wm/spectrwm/Makefile
==============================================================================
--- head/x11-wm/spectrwm/Makefile	Mon Apr 29 20:50:03 2013	(r316848)
+++ head/x11-wm/spectrwm/Makefile	Mon Apr 29 22:07:27 2013	(r316849)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:   scrotwm
-# Date created:                June 29, 2009
-# Whom:                        Aragon Gouveia <aragon@phat.za.net>
-#
+# Created by: Aragon Gouveia <aragon@phat.za.net>
 # $FreeBSD$
-#
 
 PORTNAME=	spectrwm
-PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://opensource.conformal.com/snapshots/${PORTNAME}/
 EXTRACT_SUFX=	.tgz

Modified: head/x11-wm/spectrwm/distinfo
==============================================================================
--- head/x11-wm/spectrwm/distinfo	Mon Apr 29 20:50:03 2013	(r316848)
+++ head/x11-wm/spectrwm/distinfo	Mon Apr 29 22:07:27 2013	(r316849)
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.2.0.tgz) = 9fc4100530005b6d97c1b2fe81e78d0bf10425ecd57f2c523db6b36e83dab103
-SIZE (spectrwm-2.2.0.tgz) = 107382
+SHA256 (spectrwm-2.3.0.tgz) = 9b8902ea167f8570accaed3e016ebc6b7c3b8177928d2e4d57f4b488ee97199f
+SIZE (spectrwm-2.3.0.tgz) = 109384

Added: head/x11-wm/spectrwm/files/patch-spectrwm.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/spectrwm/files/patch-spectrwm.c	Mon Apr 29 22:07:27 2013	(r316849)
@@ -0,0 +1,11 @@
+--- spectrwm.c.orig	2013-04-29 23:55:24.573913339 +0200
++++ spectrwm.c	2013-04-29 23:55:44.031914326 +0200
+@@ -6316,7 +6316,7 @@
+ void
+ setup_spawn(void)
+ {
+-	setconfspawn("lock",		"xlock",		0);
++	setconfspawn("lock",		"xlock",		SWM_SPAWN_OPTIONAL);
+ 
+ 	setconfspawn("term",		"xterm",		0);
+ 	setconfspawn("spawn_term",	"xterm",		0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304292207.r3TM7SkM012231>