aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-04 08:20:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-04 08:20:19 +0000
commitaad16363bdb80d9271e5e60a70e2ca0c747779db (patch)
tree4c03f7c79005a033e516ced99360c63864e7d384 /x11/dmenu
parent81772a014e514851ba2938666785e65c68e9e4fe (diff)
downloadports-aad16363bdb80d9271e5e60a70e2ca0c747779db.tar.gz
ports-aad16363bdb80d9271e5e60a70e2ca0c747779db.zip
- Update to 3.2
PR: 113168 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=192680
Diffstat (limited to 'x11/dmenu')
-rw-r--r--x11/dmenu/Makefile3
-rw-r--r--x11/dmenu/distinfo6
-rw-r--r--x11/dmenu/files/patch-config.mk10
3 files changed, 10 insertions, 9 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile
index 771fd228a7bc..f6695c803ae6 100644
--- a/x11/dmenu/Makefile
+++ b/x11/dmenu/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dmenu
-PORTVERSION= 3.0
-PORTREVISION= 1
+PORTVERSION= 3.2
CATEGORIES= x11
MASTER_SITES= http://www.suckless.org/download/ \
http://schot.a-eskwadraat.nl/files/
diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo
index 04e19eb78481..9f9788bb408d 100644
--- a/x11/dmenu/distinfo
+++ b/x11/dmenu/distinfo
@@ -1,3 +1,3 @@
-MD5 (dmenu-3.0.tar.gz) = 3af235515243abf626116782d3228064
-SHA256 (dmenu-3.0.tar.gz) = 1c640d7594ac42fa6f130fcce400f32aa183b36dbc4bddb27e48377ddaaf349a
-SIZE (dmenu-3.0.tar.gz) = 7804
+MD5 (dmenu-3.2.tar.gz) = f5ef7a2cbf226679711049179ef9b8f2
+SHA256 (dmenu-3.2.tar.gz) = 287e5593ac4f62add280f849228c5943034288716c77bdc72d7dcfad5de6274e
+SIZE (dmenu-3.2.tar.gz) = 7901
diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk
index 64e6b106a183..6fcbdddbb1c5 100644
--- a/x11/dmenu/files/patch-config.mk
+++ b/x11/dmenu/files/patch-config.mk
@@ -1,6 +1,6 @@
---- config.mk.orig Wed Feb 21 22:21:27 2007
-+++ config.mk Wed Feb 21 22:21:26 2007
-@@ -4,18 +4,18 @@
+--- config.mk.orig Wed May 30 12:21:59 2007
++++ config.mk Wed May 30 20:20:51 2007
+@@ -4,19 +4,19 @@
# Customize below to fit your system
# paths
@@ -20,10 +20,12 @@
# flags
-CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
+-LDFLAGS = -s ${LIBS}
+CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
- LDFLAGS = ${LIBS}
++LDFLAGS+= ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
+
@@ -26,4 +26,4 @@
#CFLAGS += -xtarget=ultra