diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 02:04:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 02:04:11 +0000 |
commit | fcb9bea8cef20c69510873d86c57155b3a43c8c7 (patch) | |
tree | 76c76f702f6436a3e994c34e11e1ddff7e9b8ccc /x11/dmenu | |
parent | bc900e44af692d1bd3ad5944b13483f16d51de9a (diff) | |
download | ports-fcb9bea8cef20c69510873d86c57155b3a43c8c7.tar.gz ports-fcb9bea8cef20c69510873d86c57155b3a43c8c7.zip |
Notes
Diffstat (limited to 'x11/dmenu')
-rw-r--r-- | x11/dmenu/Makefile | 2 | ||||
-rw-r--r-- | x11/dmenu/distinfo | 6 | ||||
-rw-r--r-- | x11/dmenu/pkg-descr | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index 21aa0e422e62..07aac4f55232 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dmenu -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= x11 MASTER_SITES= http://suckless.org/download/ \ http://schot.a-eskwadraat.nl/files/ diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo index 70d4890c5958..4562808e9eaf 100644 --- a/x11/dmenu/distinfo +++ b/x11/dmenu/distinfo @@ -1,3 +1,3 @@ -MD5 (dmenu-1.3.tar.gz) = 89a838cf8c89a94b5c22483dc57f3ca6 -SHA256 (dmenu-1.3.tar.gz) = 582933d36e65d8b9c169a8bf57ee79112125ca56ac5f2c15bc4319be68b3c7af -SIZE (dmenu-1.3.tar.gz) = 7377 +MD5 (dmenu-1.5.tar.gz) = 8eaf53a450dea8fcfe1b9f21ce07b463 +SHA256 (dmenu-1.5.tar.gz) = 88f02bee4ba174c8c5635893d413478464121c059dced0d47ec30dc0b5365fad +SIZE (dmenu-1.5.tar.gz) = 7327 diff --git a/x11/dmenu/pkg-descr b/x11/dmenu/pkg-descr index 41cad820faa9..50e0e275f4bc 100644 --- a/x11/dmenu/pkg-descr +++ b/x11/dmenu/pkg-descr @@ -3,7 +3,7 @@ from stdin and shows them as a menu on the top of the screen. When the user selects one item or types any text and presses Enter, his choice is printed to stdout. -dmenu was developed as an addition to the dwm window manager, but can be used -in any X11-environment. +dmenu was developed as an addition to the dynamic window manager (dwm), but can +be used in any X11-environment. -WWW: http://dwm.suckless.org/ +WWW: http://tools.suckless.org/view.sh/x+tools |