Date: Sun, 26 Apr 2009 21:01:13 +0200 From: Jeroen Schot <schot@A-Eskwadraat.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134025: Update port: x11-wm/dwm to 5.5 Message-ID: <20090426190113.GA15025@A-Eskwadraat.nl> Resent-Message-ID: <200904261930.n3QJU2Mr095581@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134025 >Category: ports >Synopsis: Update port: x11-wm/dwm to 5.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 26 19:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jeroen Schot >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD emmett 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port: x11-wm/dwm to 5.5 Attached diff updates the port of x11-wm/dwm from 5.4.1 to 5.5 and adds the new homepage to pkg-descr. >How-To-Repeat: >Fix: diff -ruN dwm.orig/Makefile dwm/Makefile --- dwm.orig/Makefile 2009-02-10 15:02:22.000000000 +0100 +++ dwm/Makefile 2009-04-21 13:11:26.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dwm -PORTVERSION= 5.4.1 +PORTVERSION= 5.5 CATEGORIES= x11-wm MASTER_SITES= http://code.suckless.org/dl/${PORTNAME}/ \ http://schot.a-eskwadraat.nl/files/ @@ -25,7 +25,7 @@ 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-5.4 config.h-files no longer work." + @${ECHO_MSG} "Note: Pre-5.5 config.h-files no longer work." post-extract: .if defined(DWM_CONF) diff -ruN dwm.orig/distinfo dwm/distinfo --- dwm.orig/distinfo 2009-02-10 15:02:22.000000000 +0100 +++ dwm/distinfo 2009-04-21 13:11:54.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (dwm-5.4.1.tar.gz) = 9b9d7222740317e03fdaa718322fe1ec -SHA256 (dwm-5.4.1.tar.gz) = 883c2687064a550904a77fc229bb95713a2bf9b9eb5e2997266cf463610bd142 -SIZE (dwm-5.4.1.tar.gz) = 17970 +MD5 (dwm-5.5.tar.gz) = 352d952e839ab0e2df0b0959a250b098 +SHA256 (dwm-5.5.tar.gz) = ee56b43f3a12c292ae4df2902412ae5a16b345813b9220732e3c48669371b8c8 +SIZE (dwm-5.5.tar.gz) = 17959 diff -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk --- dwm.orig/files/patch-config.mk 2008-08-06 09:55:13.000000000 +0200 +++ dwm/files/patch-config.mk 2009-04-21 13:16:39.000000000 +0200 @@ -23,7 +23,7 @@ -CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} -+CPPFLAGS+= -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ++CPPFLAGS+= std=c99 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CFLAGS+= ${INCS} ${CPPFLAGS} +LDFLAGS+= ${LIBS} diff -ruN dwm.orig/pkg-descr dwm/pkg-descr --- dwm.orig/pkg-descr 2008-08-06 09:55:13.000000000 +0200 +++ dwm/pkg-descr 2009-04-21 13:11:38.000000000 +0200 @@ -6,4 +6,4 @@ 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/dwm +WWW: http://dwm.suckless.org >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090426190113.GA15025>