diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:28:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:28:19 +0000 |
commit | c97ed5207f9031a779b302969ece55afa770900e (patch) | |
tree | 63fbc5d6ff095a446328d05534fec5982bb55eb3 /x11-wm/jwm | |
parent | d1bba6afe7fa3b38eb47d872db21eb3e31614c19 (diff) | |
download | ports-c97ed5207f9031a779b302969ece55afa770900e.tar.gz ports-c97ed5207f9031a779b302969ece55afa770900e.zip |
Notes
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/jwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/jwm/files/patch-example-jwmrc | 12 | ||||
-rw-r--r-- | x11-wm/jwm/files/patch-example.jwmrc | 25 |
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 --> |