diff options
author | erwin <erwin@FreeBSD.org> | 2006-10-08 18:33:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-10-08 18:33:25 +0800 |
commit | 1c8af9925d4aebc3e543cb11fe58fcf8f2042318 (patch) | |
tree | 73a823a400815eee1d2834063a59c1ba7dee2293 /x11-wm | |
parent | 5f229ed90183f8ba455d46c8183de1a48d29a539 (diff) | |
download | freebsd-ports-gnome-1c8af9925d4aebc3e543cb11fe58fcf8f2042318.tar.gz freebsd-ports-gnome-1c8af9925d4aebc3e543cb11fe58fcf8f2042318.tar.zst freebsd-ports-gnome-1c8af9925d4aebc3e543cb11fe58fcf8f2042318.zip |
Update to 1.9
PR: 104154
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/dwm/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/dwm/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index e126bb988adc..ce6fc3207d32 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 1.7.1 +PORTVERSION= 1.9 CATEGORIES= x11-wm MASTER_SITES= http://www.shortest.de/download/ \ http://schot.a-eskwadraat.nl/files/ diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo index f413a80f9671..01995e1ab43b 100644 --- a/x11-wm/dwm/distinfo +++ b/x11-wm/dwm/distinfo @@ -1,3 +1,3 @@ -MD5 (dwm-1.7.1.tar.gz) = cbc842bace928e4f3c3f3ed9fcd82fda -SHA256 (dwm-1.7.1.tar.gz) = cf236cf1c9316bb609cac4980fb3456a1f771dcea8c71361420fb218ed6157f1 -SIZE (dwm-1.7.1.tar.gz) = 17282 +MD5 (dwm-1.9.tar.gz) = fe55a4b113b5bed934b0801882383555 +SHA256 (dwm-1.9.tar.gz) = 96bb186b060440767c750fac2e1784d7e97513213d54b3fbbc2aac6d5bac6986 +SIZE (dwm-1.9.tar.gz) = 17654 diff --git a/x11-wm/dwm/pkg-descr b/x11-wm/dwm/pkg-descr index d09a49f046a0..da346dd6214b 100644 --- a/x11-wm/dwm/pkg-descr +++ b/x11-wm/dwm/pkg-descr @@ -6,4 +6,4 @@ It consists of a single binary and configuration is done by editing the source code, which makes it fast and secure. dwm reads from standard input to print arbitrary status text such as the date and/or system load. -WWW: http://10kloc.org/dwm/ +WWW: http://www.shortest.de/view/dynamic+window+manager/ |