From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 18 11:17:17 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 158BF16A4CE; Sun, 18 Jan 2004 11:17:17 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B713D43D2D; Sun, 18 Jan 2004 11:17:12 -0800 (PST) (envelope-from "") Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id A06E77642E; Sun, 18 Jan 2004 20:17:10 +0100 (CET) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42518-06; Sun, 18 Jan 2004 20:17:07 +0100 (CET) Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 27B4A76426; Sun, 18 Jan 2004 20:17:07 +0100 (CET) MIME-Version: 1.0 Message-Id: <1074453430@ds9.webonaut.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.2 X-GNATS-Notify: Date: Sun, 18 Jan 2004 20:17:10 +0100 From: "Franz Klammer" To: FreeBSD-gnats-submit@freebsd.org X-Virus-Scanned: by amavisd-new at webonaut.com cc: gnome@freebsd.org Subject: [MAINTAINER UPDATE] fix a problem that doesn't allow set splashes from the GUI X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 19:17:17 -0000 >Submitter-Id: current-users >Originator: Franz Klammer >Organization: >Confidential: no >Synopsis: [MAINTAINER UPDATE] fix a problem that doesn't allow set splashes from the GUI >Severity: non-critical >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.2-CURRENT i386 >Environment: System: FreeBSD ds9.webonaut.com 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Tue Jan 6 00:09:47 CET 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 i386 >Description: sigh! don't make bigger changes one minute before release a package without testing everything ... :-( fix a problem that doesn't allow set splashes from the GUI >How-To-Repeat: >Fix: --- splashsetter62.diff begins here --- diff -Nur splashsetter.orig/Makefile splashsetter/Makefile --- splashsetter.orig/Makefile Sat Jan 17 08:00:22 2004 +++ splashsetter/Makefile Sun Jan 18 19:50:26 2004 @@ -6,7 +6,7 @@ # PORTNAME= splashsetter -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= deskutils gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ diff -Nur splashsetter.orig/distinfo splashsetter/distinfo --- splashsetter.orig/distinfo Sat Jan 17 01:39:15 2004 +++ splashsetter/distinfo Sun Jan 18 20:10:18 2004 @@ -1 +1 @@ -MD5 (splashsetter-0.6.1.tar.bz2) = 53d8b6969f7f76d72ae1fb7396ebf0c8 +MD5 (splashsetter-0.6.2.tar.bz2) = b5f7ea3d924ae57f0d3bd71b76025b74 --- splashsetter62.diff ends here ---