From 004b7bf16fd6d40e4010a61f5a43a27922975567 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 28 Aug 2006 08:12:15 +0000 Subject: - Update to 1.0 PR: ports/102504 Submitted by: Jeroen Schot (maintainer) --- x11-wm/dwm/Makefile | 2 +- x11-wm/dwm/distinfo | 6 +++--- x11-wm/dwm/files/patch-config.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index c00a33955827..3257e326a107 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= x11-wm MASTER_SITES= http://10kloc.org/download/ \ http://schot.a-eskwadraat.nl/files/ diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo index 33a695560dbc..2a912d9ba227 100644 --- a/x11-wm/dwm/distinfo +++ b/x11-wm/dwm/distinfo @@ -1,3 +1,3 @@ -MD5 (dwm-0.9.tar.gz) = 2f3b3340cb3ae82f3e3a3721b947d992 -SHA256 (dwm-0.9.tar.gz) = 1342fa63192623c19a8edfa02a28a02e9d4febc6752f6971d7acc4b830289486 -SIZE (dwm-0.9.tar.gz) = 15179 +MD5 (dwm-1.0.tar.gz) = 587f56bef064d5c6ce115971fd6ef8c2 +SHA256 (dwm-1.0.tar.gz) = d1da195e1f93d8a06d289c7f54c90902e6d79bca045c6aa07953404366befc5c +SIZE (dwm-1.0.tar.gz) = 15444 diff --git a/x11-wm/dwm/files/patch-config.mk b/x11-wm/dwm/files/patch-config.mk index a5fa8a2b14bf..8576b3ef5d09 100644 --- a/x11-wm/dwm/files/patch-config.mk +++ b/x11-wm/dwm/files/patch-config.mk @@ -15,7 +15,7 @@ +X11LIB = $(X11BASE)/lib # includes and libs - INCS = -I/usr/lib -I${X11INC} + INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags -- cgit