ports/126284: Update port: x11-wm/dwm to 5.1

Jeroen Schot schot at a-eskwadraat.nl
Tue Aug 5 21:10:03 UTC 2008


>Number:         126284
>Category:       ports
>Synopsis:       Update port: x11-wm/dwm to 5.1
>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:   Tue Aug 05 21:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD vocal 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Attached diff updates the port of x11-wm/dwm from 5.0.1 to 5.1. It also updates
MASTER_SITES and WWW, so it includes the patch for PR 125658.
>How-To-Repeat:
>Fix:
diff -ruN dwm.orig/Makefile dwm/Makefile
--- dwm.orig/Makefile	2008-06-23 13:01:20.000000000 +0200
+++ dwm/Makefile	2008-08-06 00:30:47.000000000 +0200
@@ -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 at a-eskwadraat.nl
diff -ruN dwm.orig/distinfo dwm/distinfo
--- dwm.orig/distinfo	2008-06-23 13:01:20.000000000 +0200
+++ dwm/distinfo	2008-08-06 00:30:56.000000000 +0200
@@ -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 -ruN dwm.orig/files/patch-config.mk dwm/files/patch-config.mk
--- dwm.orig/files/patch-config.mk	2008-06-23 13:01:20.000000000 +0200
+++ dwm/files/patch-config.mk	2008-08-06 00:31:31.000000000 +0200
@@ -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 -ruN dwm.orig/pkg-descr dwm/pkg-descr
--- dwm.orig/pkg-descr	2007-02-08 18:54:13.000000000 +0100
+++ dwm/pkg-descr	2008-08-06 00:33:50.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/wiki/dwm
+WWW: http://www.suckless.org/dwm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list