Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 00:50:35 +0200
From:      Jeroen Schot <schot@a-eskwadraat.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117543: Update port: x11/dmenu to 3.4 
Message-ID:  <20071026205034.1290958000C@pollux.sshunet.nl>
Resent-Message-ID: <200710262120.l9QLK3P4050592@freefall.freebsd.org>

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

>Number:         117543
>Category:       ports
>Synopsis:       Update port: x11/dmenu to 3.4
>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:   Fri Oct 26 21:20:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-CURRENT-200708 i386
>Organization:
>Environment:
System: FreeBSD vocal 7.0-CURRENT-200708 FreeBSD 7.0-CURRENT-200708 #0: Fri Aug 17 07:47:18 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Attached diff updates the port of x11/dmenu from 3.3 to 3.4.
>How-To-Repeat:
>Fix:
diff -ruN dmenu.orig/Makefile dmenu/Makefile
--- dmenu.orig/Makefile	2007-09-23 07:57:16.000000000 +0200
+++ dmenu/Makefile	2007-10-27 00:33:13.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dmenu
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 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	2007-09-23 07:57:16.000000000 +0200
+++ dmenu/distinfo	2007-10-27 00:33:27.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (dmenu-3.3.tar.gz) = 4d2b5a993ecbdb884ed398ffd6aa5368
-SHA256 (dmenu-3.3.tar.gz) = 2971ccd505a5fc24581b38f30f1c1452b416878dc3159b11128418ee836fdb19
-SIZE (dmenu-3.3.tar.gz) = 7910
+MD5 (dmenu-3.4.tar.gz) = 9b5c9d427c6896e50da1dc77a2405065
+SHA256 (dmenu-3.4.tar.gz) = 4216a80019b89224966ed4bd8b11149ec71a8ce706c551ac0cf2cd489e120091
+SIZE (dmenu-3.4.tar.gz) = 8131
diff -ruN dmenu.orig/files/patch-config.mk dmenu/files/patch-config.mk
--- dmenu.orig/files/patch-config.mk	2007-06-04 10:20:19.000000000 +0200
+++ dmenu/files/patch-config.mk	2007-10-27 00:36:54.000000000 +0200
@@ -1,5 +1,5 @@
---- config.mk.orig	Wed May 30 12:21:59 2007
-+++ config.mk	Wed May 30 20:20:51 2007
+--- config.mk.orig	2007-10-25 20:26:14.000000000 +0200
++++ config.mk	2007-10-27 00:36:35.000000000 +0200
 @@ -4,19 +4,19 @@
  # Customize below to fit your system
  
@@ -23,7 +23,7 @@
 -LDFLAGS = -s ${LIBS}
 +CFLAGS+= ${INCS} -DVERSION=\"${VERSION}\"
 +LDFLAGS+= ${LIBS}
- #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+ #CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
  #LDFLAGS = -g ${LIBS}
  
 @@ -26,4 +26,4 @@
>Release-Note:
>Audit-Trail:
>Unformatted:



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