diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-24 07:01:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-24 07:01:06 +0800 |
commit | 4539ec40c1b120506843560ad3f690e3113e79b5 (patch) | |
tree | 1f869807671d99861734d9f30eb28358a978231d /x11-wm/jwm | |
parent | 5ccacaf045b54874d378c343954e74489d7c83e8 (diff) | |
download | freebsd-ports-gnome-4539ec40c1b120506843560ad3f690e3113e79b5.tar.gz freebsd-ports-gnome-4539ec40c1b120506843560ad3f690e3113e79b5.tar.zst freebsd-ports-gnome-4539ec40c1b120506843560ad3f690e3113e79b5.zip |
- Update to 1.8
Submitted by: farrokhi
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/jwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/jwm/files/patch-example-jwmrc | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 9cc6afd37ec4..33fd40c6c722 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jwm -PORTVERSION= 1.7 +PORTVERSION= 1.8 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 268d4c308e6f..4cedcd111498 100644 --- a/x11-wm/jwm/distinfo +++ b/x11-wm/jwm/distinfo @@ -1,3 +1,3 @@ -MD5 (jwm-1.7.tar.bz2) = 1bf066a322a5a4418c4c1d765fb712c6 -SHA256 (jwm-1.7.tar.bz2) = 301496c62b96da8f1df538899acbafc1d74ab30075c1fa182c4821cea221b094 -SIZE (jwm-1.7.tar.bz2) = 121405 +MD5 (jwm-1.8.tar.bz2) = 69b2aa13c5838f72b5b69a5a05795fba +SHA256 (jwm-1.8.tar.bz2) = d7d7b9a37ec498d932a9c1f62e2b001149d288f56320d37ff38f52feb4ad36cd +SIZE (jwm-1.8.tar.bz2) = 145922 diff --git a/x11-wm/jwm/files/patch-example-jwmrc b/x11-wm/jwm/files/patch-example-jwmrc index a172b79ef45d..2102964f2ae5 100644 --- a/x11-wm/jwm/files/patch-example-jwmrc +++ b/x11-wm/jwm/files/patch-example-jwmrc @@ -1,12 +1,12 @@ ---- example.jwmrc.orig Wed Dec 28 16:16:26 2005 -+++ example.jwmrc Wed Dec 28 16:19:07 2005 -@@ -113,6 +113,9 @@ +--- example.jwmrc.orig Sat Dec 23 10:17:22 2006 ++++ example.jwmrc Sat Dec 23 12:31:26 2006 +@@ -112,6 +112,9 @@ + </PopupStyle> - <Icons> - <IconPath>$HOME/.icons</IconPath> -+ <IconPath>%%PREFIX%%/share/icons</IconPath> -+ <IconPath>%%PREFIX%%/share/pixmaps</IconPath> -+ <IconPath>%%PREFIX%%/lib/X11/icons</IconPath> - </Icons> + <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 |