diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-08-30 07:54:42 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-08-30 07:54:42 +0000 |
commit | bdd5d373958f4fed59c76d4c724623dcab7ea19e (patch) | |
tree | 328f66680a3d3643a65449c98367df6d0a736a3a /x11-wm | |
parent | fc589a44a56d74cbdfc32201de602c9d6a0fb83a (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/spectrwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/spectrwm/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/spectrwm/files/patch-spectrwm.1 | 11 |
3 files changed, 14 insertions, 4 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index 3673af5d845a..8817cfed2228 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spectrwm -PORTVERSION= 2.5.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz diff --git a/x11-wm/spectrwm/distinfo b/x11-wm/spectrwm/distinfo index a840c5081e14..673a478c0ff7 100644 --- a/x11-wm/spectrwm/distinfo +++ b/x11-wm/spectrwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (spectrwm-2.5.1.tgz) = 47a8eea95cf08777b63698f8bd59fa16f803567d973b573e6760ecd486dd92ee -SIZE (spectrwm-2.5.1.tgz) = 116781 +SHA256 (spectrwm-2.6.0.tgz) = d1590689d10752e1f922e890e05e87d1d5010a3d1f2909a02ed040422d20c440 +SIZE (spectrwm-2.6.0.tgz) = 118341 diff --git a/x11-wm/spectrwm/files/patch-spectrwm.1 b/x11-wm/spectrwm/files/patch-spectrwm.1 new file mode 100644 index 000000000000..52d6ec5cccbf --- /dev/null +++ b/x11-wm/spectrwm/files/patch-spectrwm.1 @@ -0,0 +1,11 @@ +--- spectrwm.1.orig 2014-08-30 09:41:04.000000000 +0200 ++++ spectrwm.1 2014-08-30 09:41:27.000000000 +0200 +@@ -520,7 +520,7 @@ + For example, to override + .Ic lock : + .Bd -literal -offset indent +-program[lock] = xscreensaver\-command \-\-lock ++program[lock] = xscreensaver\-command \-lock + .Ed + .Pp + To unbind |