From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 22 13:00:23 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CEE0106566B for ; Wed, 22 Jun 2011 13:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6228FC20 for ; Wed, 22 Jun 2011 13:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5MD0NbC057177 for ; Wed, 22 Jun 2011 13:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5MD0NLV057176; Wed, 22 Jun 2011 13:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 22 Jun 2011 13:00:23 GMT Resent-Message-Id: <201106221300.p5MD0NLV057176@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, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60ED4106566B for ; Wed, 22 Jun 2011 12:50:23 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id DC5088FC13 for ; Wed, 22 Jun 2011 12:50:22 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 8A3F140005 for ; Wed, 22 Jun 2011 14:40:15 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 7A1A440019; Wed, 22 Jun 2011 14:40:15 +0200 (CEST) Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 2CF2140005 for ; Wed, 22 Jun 2011 14:40:15 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id DAF24119C04 for ; Wed, 22 Jun 2011 14:40:14 +0200 (CEST) Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10]) by mail.daemonic.se (Postfix) with ESMTPS id A3DF312B0A0 for ; Wed, 22 Jun 2011 14:40:14 +0200 (CEST) Received: (from zeising@localhost) by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p5MCeEZk008190; Wed, 22 Jun 2011 14:40:14 +0200 (CEST) (envelope-from zeising) Message-Id: <201106221240.p5MCeEZk008190@vincent.daemonic.se> Date: Wed, 22 Jun 2011 14:40:14 +0200 (CEST) From: Niclas Zeising To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158159: [PATCH] update to x11-wm/scrotwm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niclas Zeising List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 13:00:23 -0000 >Number: 158159 >Category: ports >Synopsis: [PATCH] update to x11-wm/scrotwm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 22 13:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: A new version of scrotwm was just released. It includes a rewrite of the focus code, a new feature to iconize applications and several other changes and bug fixes. >How-To-Repeat: >Fix: Attached patch updates x11-wm/scrotwm to the latest version. --- x11-wm.scrotwm.update.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/Makefile,v retrieving revision 1.7 diff -u -d -r1.7 Makefile --- Makefile 27 Feb 2011 13:38:19 -0000 1.7 +++ Makefile 22 Jun 2011 12:35:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= scrotwm -PORTVERSION= 0.9.28 +PORTVERSION= 0.9.30 CATEGORIES= x11-wm MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/ \ http://scrotwm.org/snapshot/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-wm/scrotwm/distinfo,v retrieving revision 1.7 diff -u -d -r1.7 distinfo --- distinfo 27 Feb 2011 13:38:19 -0000 1.7 +++ distinfo 22 Jun 2011 12:35:32 -0000 @@ -1,2 +1,2 @@ -SHA256 (scrotwm-0.9.28.tgz) = 5579af32881caa9983f98d09a0ed24f3985ddde1d0c9f3298c0cc101029a750c -SIZE (scrotwm-0.9.28.tgz) = 62837 +SHA256 (scrotwm-0.9.30.tgz) = a8222733005216a2d2107324c6ec7da34ac84b8218ff54fcc111521cd4f9c793 +SIZE (scrotwm-0.9.30.tgz) = 65765 --- x11-wm.scrotwm.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: