Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2007 20:27:53 +0200
From:      Jeroen Schot <schot@a-eskwadraat.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113168: Update port: x11/dmenu to 3.2
Message-ID:  <20070530182749.6763C58000A@pollux.warande.net>
Resent-Message-ID: <200705301830.l4UIU29j013440@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         113168
>Category:       ports
>Synopsis:       Update port: x11/dmenu to 3.2
>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:   Wed May 30 18:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-CURRENT-200702 i386
>Organization:
>Environment:
System: FreeBSD localhost 7.0-CURRENT-200702 FreeBSD 7.0-CURRENT-200702 #0: Sun Feb 4 15:23:34 UTC 2007 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Attached diff updates the port of x11/dmenu from 3.0 to 3.2.
>How-To-Repeat:
>Fix:
diff -ruN dmenu.orig/Makefile dmenu/Makefile
--- dmenu.orig/Makefile	Sat May 19 22:26:00 2007
+++ dmenu/Makefile	Wed May 30 20:23:51 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	dmenu
-PORTVERSION=	3.0
-PORTREVISION=	1
+PORTVERSION=	3.2
 CATEGORIES=	x11
 MASTER_SITES=	http://www.suckless.org/download/ \
 		http://schot.a-eskwadraat.nl/files/
diff -ruN dmenu.orig/distinfo dmenu/distinfo
--- dmenu.orig/distinfo	Mon Apr 23 10:28:29 2007
+++ dmenu/distinfo	Wed May 30 20:19:38 2007
@@ -1,3 +1,3 @@
-MD5 (dmenu-3.0.tar.gz) = 3af235515243abf626116782d3228064
-SHA256 (dmenu-3.0.tar.gz) = 1c640d7594ac42fa6f130fcce400f32aa183b36dbc4bddb27e48377ddaaf349a
-SIZE (dmenu-3.0.tar.gz) = 7804
+MD5 (dmenu-3.2.tar.gz) = f5ef7a2cbf226679711049179ef9b8f2
+SHA256 (dmenu-3.2.tar.gz) = 287e5593ac4f62add280f849228c5943034288716c77bdc72d7dcfad5de6274e
+SIZE (dmenu-3.2.tar.gz) = 7901
diff -ruN dmenu.orig/files/patch-config.mk dmenu/files/patch-config.mk
--- dmenu.orig/files/patch-config.mk	Mon Feb 26 12:19:10 2007
+++ dmenu/files/patch-config.mk	Wed May 30 20:21:11 2007
@@ -1,6 +1,6 @@
---- config.mk.orig	Wed Feb 21 22:21:27 2007
-+++ config.mk	Wed Feb 21 22:21:26 2007
-@@ -4,18 +4,18 @@
+--- config.mk.orig	Wed May 30 12:21:59 2007
++++ config.mk	Wed May 30 20:20:51 2007
+@@ -4,19 +4,19 @@
  # Customize below to fit your system
  
  # paths
@@ -20,10 +20,12 @@
  
  # flags
 -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
+-LDFLAGS = -s ${LIBS}
 +CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
- LDFLAGS = ${LIBS}
++LDFLAGS+= ${LIBS}
  #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
  #LDFLAGS = -g ${LIBS}
+ 
 @@ -26,4 +26,4 @@
  #CFLAGS += -xtarget=ultra
  
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070530182749.6763C58000A>