aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/jwm
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-06 05:28:19 +0800
committermiwi <miwi@FreeBSD.org>2007-08-06 05:28:19 +0800
commit0d4b5964645d43b336a4627b190193c7034acb59 (patch)
tree53924abf71806a62c23eafc85956b2871099da20 /x11-wm/jwm
parentea989cf2ea830c6f3f4b2ea35ee8402186facc49 (diff)
downloadfreebsd-ports-gnome-0d4b5964645d43b336a4627b190193c7034acb59.tar.gz
freebsd-ports-gnome-0d4b5964645d43b336a4627b190193c7034acb59.tar.zst
freebsd-ports-gnome-0d4b5964645d43b336a4627b190193c7034acb59.zip
- Update to 2.0.1
Approved by: maintainer implicit
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r--x11-wm/jwm/Makefile3
-rw-r--r--x11-wm/jwm/distinfo6
-rw-r--r--x11-wm/jwm/files/patch-example-jwmrc12
-rw-r--r--x11-wm/jwm/files/patch-example.jwmrc25
4 files changed, 29 insertions, 17 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile
index c154011665eb..3e33366f79c7 100644
--- a/x11-wm/jwm/Makefile
+++ b/x11-wm/jwm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= jwm
-PORTVERSION= 1.8
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://joewing.net/programs/
diff --git a/x11-wm/jwm/distinfo b/x11-wm/jwm/distinfo
index 4cedcd111498..09c744b74e11 100644
--- a/x11-wm/jwm/distinfo
+++ b/x11-wm/jwm/distinfo
@@ -1,3 +1,3 @@
-MD5 (jwm-1.8.tar.bz2) = 69b2aa13c5838f72b5b69a5a05795fba
-SHA256 (jwm-1.8.tar.bz2) = d7d7b9a37ec498d932a9c1f62e2b001149d288f56320d37ff38f52feb4ad36cd
-SIZE (jwm-1.8.tar.bz2) = 145922
+MD5 (jwm-2.0.1.tar.bz2) = 48f323cd78ea891172b2a61790e8c0ec
+SHA256 (jwm-2.0.1.tar.bz2) = dcd6a6bd519578dfc2f3cfde269cea1f9090c87ebf2940bff26cbcca00f0a5c7
+SIZE (jwm-2.0.1.tar.bz2) = 248607
diff --git a/x11-wm/jwm/files/patch-example-jwmrc b/x11-wm/jwm/files/patch-example-jwmrc
deleted file mode 100644
index 2102964f2ae5..000000000000
--- a/x11-wm/jwm/files/patch-example-jwmrc
+++ /dev/null
@@ -1,12 +0,0 @@
---- example.jwmrc.orig Sat Dec 23 10:17:22 2006
-+++ example.jwmrc Sat Dec 23 12:31:26 2006
-@@ -112,6 +112,9 @@
- </PopupStyle>
-
- <IconPath>$HOME/.icons</IconPath>
-+ <IconPath>%%PREFIX%%/share/icons</IconPath>
-+ <IconPath>%%PREFIX%%/share/pixmaps</IconPath>
-+ <IconPath>%%PREFIX%%/lib/X11/icons</IconPath>
-
- <StartupCommand>
- xli -onroot /export0/images/formulae.jpg
diff --git a/x11-wm/jwm/files/patch-example.jwmrc b/x11-wm/jwm/files/patch-example.jwmrc
new file mode 100644
index 000000000000..07af807d096c
--- /dev/null
+++ b/x11-wm/jwm/files/patch-example.jwmrc
@@ -0,0 +1,25 @@
+
+$FreeBSD$
+
+--- example.jwmrc.orig
++++ example.jwmrc
+@@ -5,7 +5,8 @@
+ <!-- The root menu, if this is undefined you will not get a menu. -->
+ <!-- Additional RootMenu attributes: onroot, labeled, label -->
+ <RootMenu height="32" onroot="123">
+- <Program icon="rxvt.png" label="Terminal">rxvt</Program>
++ <Program icon="rxvt.png" label="rxvt">rxvt</Program>
++ <Program icon="xterm.png" label="xterm">xterm</Program>
+
+ <Menu icon="folder.png" label="Applications">
+ <Program icon="audacious.png" label="Audacious">audacious</Program>
+@@ -136,6 +137,9 @@
+
+ <IconPath>
+ $HOME/.icons
++ %%PREFIX%%/share/icons
++ %%PREFIX%%/share/pixmaps
++ %%PREFIX%%/lib/X11/icons
+ </IconPath>
+
+ <!-- Virtual Desktops -->