aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-26 11:19:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-26 11:19:10 +0000
commit44fe6e212c313fadcfb077d0389326ef4cb231bb (patch)
tree1f8ca87648ccff5b499e5cc1e46c6a5bc17f7fe3 /x11/dmenu
parent0f075f68fec17ea63af8482145bbc05a2291e716 (diff)
downloadports-44fe6e212c313fadcfb077d0389326ef4cb231bb.tar.gz
ports-44fe6e212c313fadcfb077d0389326ef4cb231bb.zip
- Update to 2.4
PR: 109523 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=185977
Diffstat (limited to 'x11/dmenu')
-rw-r--r--x11/dmenu/Makefile4
-rw-r--r--x11/dmenu/distinfo6
-rw-r--r--x11/dmenu/files/patch-config.mk10
3 files changed, 11 insertions, 9 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile
index 06f962b41e32..05a319b4c511 100644
--- a/x11/dmenu/Makefile
+++ b/x11/dmenu/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dmenu
-PORTVERSION= 2.2
+PORTVERSION= 2.4
CATEGORIES= x11
MASTER_SITES= http://www.suckless.org/download/ \
http://schot.a-eskwadraat.nl/files/
@@ -17,6 +17,6 @@ COMMENT= X11 menu application (not only) for the dwm window manager
USE_XLIB= yes
MAN1= dmenu.1
-PLIST_FILES= bin/dmenu
+PLIST_FILES= bin/dmenu bin/dmenu_path
.include <bsd.port.mk>
diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo
index 88b385df7aa9..5a9e6a642f03 100644
--- a/x11/dmenu/distinfo
+++ b/x11/dmenu/distinfo
@@ -1,3 +1,3 @@
-MD5 (dmenu-2.2.tar.gz) = bcf5d93afccedd2d403b4d3cace90aae
-SHA256 (dmenu-2.2.tar.gz) = 773c647637d9e37ca7b908914e93b182d5b92089d94b43911ca2ad9e490a8b5e
-SIZE (dmenu-2.2.tar.gz) = 7963
+MD5 (dmenu-2.4.tar.gz) = f7c7cbc156b9157eb0101d856e135e10
+SHA256 (dmenu-2.4.tar.gz) = d162ea1cc8879447885a977e23e5d1d36d25014f494322d76f1c4f574db2c99f
+SIZE (dmenu-2.4.tar.gz) = 7875
diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk
index 5fcff6321c95..64e6b106a183 100644
--- a/x11/dmenu/files/patch-config.mk
+++ b/x11/dmenu/files/patch-config.mk
@@ -1,12 +1,12 @@
---- config.mk.orig Tue Aug 29 20:32:42 2006
-+++ config.mk Tue Aug 29 20:33:56 2006
-@@ -4,21 +4,21 @@
+--- config.mk.orig Wed Feb 21 22:21:27 2007
++++ config.mk Wed Feb 21 22:21:26 2007
+@@ -4,18 +4,18 @@
# Customize below to fit your system
# paths
-PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
-+PREFIX ?= /usr/local
++PREFIX?= /usr/local
+MANPREFIX = ${PREFIX}/man
-X11INC = /usr/X11R6/include
@@ -24,6 +24,8 @@
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
+@@ -26,4 +26,4 @@
+ #CFLAGS += -xtarget=ultra
# compiler and linker
-CC = cc