aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/dwm
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-05 18:13:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-05 18:13:21 +0000
commitfa61f4d32adb51538de635ea780d4d810ce057eb (patch)
tree86c1254c8a874467904a77e5c0d09db9fc595dea /x11-wm/dwm
parente3998d8884e7f8385375542e572eda3b5a06f9fb (diff)
downloadports-fa61f4d32adb51538de635ea780d4d810ce057eb.tar.gz
ports-fa61f4d32adb51538de635ea780d4d810ce057eb.zip
- Update to 4.9
PR: ports/122442 Submitted by: Jeroen Schot <schot at castor.sshunet.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=210606
Diffstat (limited to 'x11-wm/dwm')
-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