aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/dwm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-06 07:55:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-06 07:55:13 +0000
commit375b6700121364db6ce73e2b59f02ab0e207950a (patch)
treec91d34bc3b63d0b59b7561d20ff11918f964c36c /x11-wm/dwm
parent9a3414f13f065c7cb837fec43bf249a782b5b24e (diff)
downloadports-375b6700121364db6ce73e2b59f02ab0e207950a.tar.gz
ports-375b6700121364db6ce73e2b59f02ab0e207950a.zip
- Update to 5.1
- Update WWW PR: 126284 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=218110
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.mk11
-rw-r--r--x11-wm/dwm/pkg-descr2
4 files changed, 14 insertions, 9 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile
index 2bc12cfd0326..c4ec59dd2246 100644
--- a/x11-wm/dwm/Makefile
+++ b/x11-wm/dwm/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= dwm
-PORTVERSION= 5.0.1
+PORTVERSION= 5.1
CATEGORIES= x11-wm
-MASTER_SITES= http://www.suckless.org/download/ \
+MASTER_SITES= http://code.suckless.org/dl/${PORTNAME}/ \
http://schot.a-eskwadraat.nl/files/
MAINTAINER= schot@a-eskwadraat.nl
diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo
index 2042e2f7cd1e..506cef166290 100644
--- a/x11-wm/dwm/distinfo
+++ b/x11-wm/dwm/distinfo
@@ -1,3 +1,3 @@
-MD5 (dwm-5.0.1.tar.gz) = 27d91d886c9ba1aad4b09178e2653ee0
-SHA256 (dwm-5.0.1.tar.gz) = f39e2b62d75b79489c535dc3cfcd6ea2b9c412857448519f29a4eed7af2f33a3
-SIZE (dwm-5.0.1.tar.gz) = 17954
+MD5 (dwm-5.1.tar.gz) = adf23bc03b5f5da7a5af244c8db89f0a
+SHA256 (dwm-5.1.tar.gz) = d8dca894c4805a845baca1c3f9b16299e1eaeab661fd3827b374e57b4c603bf8
+SIZE (dwm-5.1.tar.gz) = 18099
diff --git a/x11-wm/dwm/files/patch-config.mk b/x11-wm/dwm/files/patch-config.mk
index cc884a0374e9..4e7708c7c3e0 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-06-18 23:08:29.000000000 +0200
-+++ config.mk 2008-06-20 10:39:37.000000000 +0200
+--- config.mk.orig 2008-07-29 20:18:32.000000000 +0200
++++ config.mk 2008-08-06 00:31:19.000000000 +0200
@@ -4,11 +4,11 @@
# Customize below to fit your system
@@ -16,7 +16,7 @@
# Xinerama, comment if you don't want it
XINERAMALIBS = -L${X11LIB} -lXinerama
-@@ -19,9 +19,9 @@
+@@ -19,13 +19,13 @@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
@@ -29,3 +29,8 @@
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
+ #LDFLAGS = ${LIBS}
+
+ # compiler and linker
+-CC = cc
++CC?= cc
diff --git a/x11-wm/dwm/pkg-descr b/x11-wm/dwm/pkg-descr
index 6cf94eec9020..3ffd51aca79f 100644
--- a/x11-wm/dwm/pkg-descr
+++ b/x11-wm/dwm/pkg-descr
@@ -6,4 +6,4 @@ It consists of a single binary, configuration is done at compile-time by a
single config.h file. dwm reads from standard input to print arbitrary status
text such as the date and/or system load.
-WWW: http://www.suckless.org/wiki/dwm
+WWW: http://www.suckless.org/dwm