From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 23 21:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A991616A404 for ; Sun, 23 Apr 2006 21:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B52A43D49 for ; Sun, 23 Apr 2006 21:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3NLKLJI078991 for ; Sun, 23 Apr 2006 21:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3NLKLRs078990; Sun, 23 Apr 2006 21:20:21 GMT (envelope-from gnats) Resent-Date: Sun, 23 Apr 2006 21:20:21 GMT Resent-Message-Id: <200604232120.k3NLKLRs078990@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Babak Farrokhi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0AA116A404 for ; Sun, 23 Apr 2006 21:19:15 +0000 (UTC) (envelope-from farrokhi@royalway.propagation.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5A543D48 for ; Sun, 23 Apr 2006 21:19:15 +0000 (GMT) (envelope-from farrokhi@royalway.propagation.net) Received: from localhost (localhost [127.0.0.1]) by royalway.propagation.net (Postfix) with ESMTP id 9ADB756461 for ; Sun, 23 Apr 2006 16:19:13 -0500 (CDT) Received: from royalway.propagation.net ([127.0.0.1]) by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s4kpyFC4ZaES for ; Sun, 23 Apr 2006 16:19:10 -0500 (CDT) Received: by royalway.propagation.net (Postfix, from userid 1002) id BE7E256460; Sun, 23 Apr 2006 16:19:10 -0500 (CDT) Message-Id: <20060423211910.BE7E256460@royalway.propagation.net> Date: Sun, 23 Apr 2006 16:19:10 -0500 (CDT) From: Babak Farrokhi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96235: [Maintainer Update] port x11-wm/jwm to 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Apr 2006 21:20:30 -0000 >Number: 96235 >Category: ports >Synopsis: [Maintainer Update] port x11-wm/jwm to 1.6 >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 23 21:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Changes: * Fixed a bug that caused JWM to lose the state of withdrawn windows. * Fixed a Xinerama window placement issue. * Fixed shading of shaped windows. * Fixed snap-to-screen with Xinerama. * It is now possible to fix the width of the clock. * Added "coordinates" attribute to MoveMode and ResizeMode. * Fixed a bug related to removing the Dock and restarting. * No longer waits for Swallow items at startup. * Fixed FriBidi UTF conversion (lior2b). * Fixed a key binding issue on shutdown/restart (lior2b). * Fixed a key binding issue with keycode. * Fixed a bug involving maximized windows and the clock. * Decreased the default popup delay to 600 ms. * Added a 3 pixel border to popups. * Scrollwheel now switches windows when over the task list. * Scrollwheel now switches desktops over the root window. * Scrollwheel now shades/unshades when over title bars. * Double clicking now maximizes/restores when over title bars. * Fixed a bug with key masks. * A second click on a "showdesktop" button will now restore minimized windows. * New window buttons (lior2b). * New minimized icon (lior2b). * Put brackets around minimized items (lior2b). * Scroll menus that are too big for the screen. * Moving a maximized window now un-maximizes it. * Resizing a maximized window now un-maximizes it (lior2b). * Left clicking on a window icon now shows the window menu (lior2b). >How-To-Repeat: >Fix: --- jwm.patch begins here --- diff -ruN jwm.orig/Makefile jwm/Makefile --- jwm.orig/Makefile Mon Apr 24 01:45:20 2006 +++ jwm/Makefile Mon Apr 24 01:45:29 2006 @@ -6,7 +6,7 @@ # PORTNAME= jwm -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/programs/jwm/ \ http://www.unixified.net/distfiles/ diff -ruN jwm.orig/distinfo jwm/distinfo --- jwm.orig/distinfo Mon Apr 24 01:45:20 2006 +++ jwm/distinfo Mon Apr 24 01:45:36 2006 @@ -1,3 +1,3 @@ -MD5 (jwm-1.5.tar.bz2) = 5ef9c009deab22e259c53a15aef5d37a -SHA256 (jwm-1.5.tar.bz2) = 83bbc418dadf86dd0b0f42da2c2800b9c93a3817eff00f3700d39217c418872d -SIZE (jwm-1.5.tar.bz2) = 119481 +MD5 (jwm-1.6.tar.bz2) = 176b48074f5aded1dc58b6b269de1bdd +SHA256 (jwm-1.6.tar.bz2) = 6eaef3ee265f669402d165dcb86f964ff3b303908084f4528b740d0ebe95adc5 +SIZE (jwm-1.6.tar.bz2) = 134137 --- jwm.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: