aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-04-06 02:13:21 +0800
committerrafan <rafan@FreeBSD.org>2008-04-06 02:13:21 +0800
commita0723b006291e96cdfa69f3a676a248cdc83472a (patch)
tree9f092bcf1576402baaec31e9f2c50fd71228a99e /x11-wm
parent3b84c4fc0d75cfb10a84d4b664a0bfef505aa18e (diff)
downloadfreebsd-ports-gnome-a0723b006291e96cdfa69f3a676a248cdc83472a.tar.gz
freebsd-ports-gnome-a0723b006291e96cdfa69f3a676a248cdc83472a.tar.zst
freebsd-ports-gnome-a0723b006291e96cdfa69f3a676a248cdc83472a.zip
- Update to 4.9
PR: ports/122442 Submitted by: Jeroen Schot <schot at castor.sshunet.nl> (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/dwm/Makefile4
-rw-r--r--x11-wm/dwm/distinfo6
-rw-r--r--x11-wm/dwm/files/patch-config.mk10
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile
index 999b4d0fc3b3..6f9f323bad34 100644
--- a/x11-wm/dwm/Makefile
+++ b/x11-wm/dwm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dwm
-PORTVERSION= 4.8
+PORTVERSION= 4.9
CATEGORIES= x11-wm
MASTER_SITES= http://www.suckless.org/download/ \
http://schot.a-eskwadraat.nl/files/
@@ -25,7 +25,7 @@ PORTDOCS= LICENSE README
pre-everything::
@${ECHO_MSG} "You can build dwm with your own config.h using the DWM_CONF knob:"
@${ECHO_MSG} "make DWM_CONF=/path/to/dwm/config.h install clean"
- @${ECHO_MSG} "Note: Pre-4.8 config.h-files no longer work."
+ @${ECHO_MSG} "Note: Pre-4.9 config.h-files no longer work."
post-extract:
.if defined(DWM_CONF)
diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo
index 26500408cfca..dfb7e9ccb1e8 100644
--- a/x11-wm/dwm/distinfo
+++ b/x11-wm/dwm/distinfo
@@ -1,3 +1,3 @@
-MD5 (dwm-4.8.tar.gz) = 75f49997c4af45707688f764f604c119
-SHA256 (dwm-4.8.tar.gz) = 431b6767e090d4b80b42e2adff6a6a5c7d344c6e22e93e0dd022dcec2b9e2118
-SIZE (dwm-4.8.tar.gz) = 17879
+MD5 (dwm-4.9.tar.gz) = cf72c6a72e6c35c132b5db4faf3fb358
+SHA256 (dwm-4.9.tar.gz) = 3f4f595e7845cedce1696668adf0a8ade2fc8a72d4c32d53de35a7c5d900790d
+SIZE (dwm-4.9.tar.gz) = 18132
diff --git a/x11-wm/dwm/files/patch-config.mk b/x11-wm/dwm/files/patch-config.mk
index 0755947e72a5..06a9cdae3fc4 100644
--- a/x11-wm/dwm/files/patch-config.mk
+++ b/x11-wm/dwm/files/patch-config.mk
@@ -1,5 +1,5 @@
---- config.mk.orig 2008-03-13 17:55:43.000000000 +0100
-+++ config.mk 2008-03-13 21:43:27.000000000 +0100
+--- config.mk.orig 2008-04-03 22:57:01.000000000 +0200
++++ config.mk 2008-04-04 12:05:19.000000000 +0200
@@ -4,19 +4,19 @@
# Customize below to fit your system
@@ -23,11 +23,11 @@
-LDFLAGS = -s ${LIBS}
+CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS+= ${LIBS}
- #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK
+ #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-@@ -26,4 +26,4 @@
- #CFLAGS += -xtarget=ultra
+@@ -25,4 +25,4 @@
+ #LDFLAGS = ${LIBS}
# compiler and linker
-CC = cc