View | Details | Raw Unified | Return to bug 121695
Collapse All | Expand All

(-)dmenu/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dmenu
8
PORTNAME=	dmenu
9
PORTVERSION=	3.4
9
PORTVERSION=	3.5
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	http://www.suckless.org/download/ \
11
MASTER_SITES=	http://www.suckless.org/download/ \
12
		http://schot.a-eskwadraat.nl/files/
12
		http://schot.a-eskwadraat.nl/files/
Lines 14-22 Link Here
14
MAINTAINER=	schot@a-eskwadraat.nl
14
MAINTAINER=	schot@a-eskwadraat.nl
15
COMMENT=	X11 menu application (not only) for the dwm window manager
15
COMMENT=	X11 menu application (not only) for the dwm window manager
16
16
17
USE_XLIB=	yes
17
USE_XORG=	x11
18
18
19
MAN1=		dmenu.1
19
MAN1=		dmenu.1
20
PLIST_FILES=	bin/dmenu bin/dmenu_path
20
PLIST_FILES=	bin/dmenu bin/dmenu_path bin/dmenu_run
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)dmenu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (dmenu-3.4.tar.gz) = 9b5c9d427c6896e50da1dc77a2405065
1
MD5 (dmenu-3.5.tar.gz) = dfecb9ca6eac853a6ae7c4563f51f654
2
SHA256 (dmenu-3.4.tar.gz) = 4216a80019b89224966ed4bd8b11149ec71a8ce706c551ac0cf2cd489e120091
2
SHA256 (dmenu-3.5.tar.gz) = fe0896083a274201dddc28d64ad9ffe40d7cc83dff29b7e4ee4249c503923558
3
SIZE (dmenu-3.4.tar.gz) = 8131
3
SIZE (dmenu-3.5.tar.gz) = 8203

Return to bug 121695