Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2008 10:21:48 +0100
From:      Jeroen Schot <schot@a-eskwadraat.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121695: Update port: x11/dmenu to 3.
Message-ID:  <20080314092148.BD5FD57C016@castor.sshunet.nl>
Resent-Message-ID: <200803140950.m2E9o3A7097344@freefall.freebsd.org>

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

>Number:         121695
>Category:       ports
>Synopsis:       Update port: x11/dmenu to 3.
>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 Mar 14 09:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jeroen Schot
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD schots-macbook 7.0-STABLE FreeBSD 7.0-STABLE #1: Tue Mar 11 20:50:31 CET 2008 root@schots-macbook:/usr/obj/usr/src/sys/MYCOMPUTER i386
>Description:
Attached diff updates the port of x11/dmenu from 3.4 to 3.5 and replaces the
deprecated USE_XLIB with USE_XORG. 
>How-To-Repeat:
>Fix:
diff -ruN dmenu.orig/Makefile dmenu/Makefile
--- dmenu.orig/Makefile	2007-10-28 00:04:15.000000000 +0200
+++ dmenu/Makefile	2008-03-13 21:47:30.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dmenu
-PORTVERSION=	3.4
+PORTVERSION=	3.5
 CATEGORIES=	x11
 MASTER_SITES=	http://www.suckless.org/download/ \
 		http://schot.a-eskwadraat.nl/files/
@@ -14,9 +14,9 @@
 MAINTAINER=	schot@a-eskwadraat.nl
 COMMENT=	X11 menu application (not only) for the dwm window manager
 
-USE_XLIB=	yes
+USE_XORG=	x11
 
 MAN1=		dmenu.1
-PLIST_FILES=	bin/dmenu bin/dmenu_path
+PLIST_FILES=	bin/dmenu bin/dmenu_path bin/dmenu_run
 
 .include <bsd.port.mk>
diff -ruN dmenu.orig/distinfo dmenu/distinfo
--- dmenu.orig/distinfo	2007-10-28 00:04:15.000000000 +0200
+++ dmenu/distinfo	2008-03-13 21:45:29.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (dmenu-3.4.tar.gz) = 9b5c9d427c6896e50da1dc77a2405065
-SHA256 (dmenu-3.4.tar.gz) = 4216a80019b89224966ed4bd8b11149ec71a8ce706c551ac0cf2cd489e120091
-SIZE (dmenu-3.4.tar.gz) = 8131
+MD5 (dmenu-3.5.tar.gz) = dfecb9ca6eac853a6ae7c4563f51f654
+SHA256 (dmenu-3.5.tar.gz) = fe0896083a274201dddc28d64ad9ffe40d7cc83dff29b7e4ee4249c503923558
+SIZE (dmenu-3.5.tar.gz) = 8203
>Release-Note:
>Audit-Trail:
>Unformatted:



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