From owner-freebsd-gnome@FreeBSD.ORG Wed Apr 21 02:05:13 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 ED41916A4CE; Wed, 21 Apr 2004 02:05:13 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D47843D39; Wed, 21 Apr 2004 02:05:13 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 27E6776433; Wed, 21 Apr 2004 11:05:11 +0200 (CEST) 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 68657-10; Wed, 21 Apr 2004 11:05:07 +0200 (CEST) Received: from ds9.webonaut.com (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 2C45D7641F; Wed, 21 Apr 2004 11:05:07 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-send-pr-version: gtk-send-pr 0.3.3 X-GNATS-Notify: Date: Wed, 21 Apr 2004 11:05:09 +0200 From: "Franz Klammer" Message-Id: <1082538309.0@ds9.webonaut.com> To: "FreeBSD gnats submit" X-Virus-Scanned: by amavisd-new at webonaut.com cc: gnome@freebsd.org Subject: [maintainer-update] x11/gstarter-0.4.4 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: Wed, 21 Apr 2004 09:05:14 -0000 >Submitter-Id: current-users >Originator: Franz Klammer >Organization: >Confidential: no >Synopsis: [maintainer-update] x11/gstarter-0.4.4 >Severity: non-critical >Priority: medium >Category: ports >Class: maintainer-update >Release: FreeBSD 5.2-CURRENT i386 >Environment: System: FreeBSD 5.2-CURRENT #11: Tue Apr 20 17:49:51 CEST 2004 root@ds9.webonaut.com:/usr/obj/usr/src/sys/DS9 >Description: update gtstarter to 0.4.4 * BUGFIX: use visilble_name instead the internal name to start gnome-terminal and as icon-text because only the visible_name will be changed by a name change of the profile - this can cause that the profile to start will not be found after and the new new name is not shown in the iconlist. * some new features (remeber window size, hide toolbar, set/mark default terminal-profile) all new features are testet and i didn't find any problem - because the bugfix hopefully this will be commited for 4.10 >How-To-Repeat: >Fix: --- gtstarter-0.4.4.diff begins here --- diff -Nur gtstarter.orig/Makefile gtstarter/Makefile --- gtstarter.orig/Makefile Tue Apr 20 15:13:09 2004 +++ gtstarter/Makefile Wed Apr 21 10:36:01 2004 @@ -6,12 +6,12 @@ # PORTNAME= gtstarter -PORTVERSION= 0.4 +PORTVERSION= 0.4.4 CATEGORIES= x11 gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ MAINTAINER= klammer@webonaut.com -COMMENT= Start gnome-terminal with a specified profile +COMMENT= Start the gnome-terminal from a list of configured profiles USE_BZIP2= yes USE_X_PREFIX= yes diff -Nur gtstarter.orig/distinfo gtstarter/distinfo --- gtstarter.orig/distinfo Tue Apr 20 15:13:09 2004 +++ gtstarter/distinfo Wed Apr 21 10:36:28 2004 @@ -1,2 +1,2 @@ -MD5 (gtstarter-0.4.tar.bz2) = 07361378e0ecc21cdd9bf8a20cf1ad5b -SIZE (gtstarter-0.4.tar.bz2) = 3181 +MD5 (gtstarter-0.4.4.tar.bz2) = 630a0055b75ddcac9ad041104915865c +SIZE (gtstarter-0.4.4.tar.bz2) = 3617 --- gtstarter-0.4.4.diff ends here ---