From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 4 11:59:01 2003 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 804F516A4C0; Thu, 4 Sep 2003 11:59:01 -0700 (PDT) Received: from ns1.mezzweb.com (ip68-103-32-11.ks.ok.cox.net [68.103.32.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2570E43FEA; Thu, 4 Sep 2003 11:58:59 -0700 (PDT) (envelope-from mezz@ns1.mezzweb.com) Received: from ns1.mezzweb.com (localhost [127.0.0.1]) by ns1.mezzweb.com (8.12.9/8.12.9) with ESMTP id h84IcDF6059746; Thu, 4 Sep 2003 13:39:39 -0500 (CDT) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id h84IcDog059744; Thu, 4 Sep 2003 13:38:13 -0500 (CDT) Date: Thu, 4 Sep 2003 13:38:13 -0500 (CDT) Message-Id: <200309041838.h84IcDog059744@ns1.mezzweb.com> To: FreeBSD-gnats-submit@freebsd.org From: Jeremy Messenger X-send-pr-version: 3.113 X-GNATS-Notify: cc: gnome@freebsd.org Subject: Update port: news/pan2 0.14.1 -> 0.14.2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 18:59:01 -0000 >Submitter-Id: current-users >Originator: Mezz >Organization: >Confidential: no >Synopsis: Update port: news/pan2 0.14.1 -> 0.14.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13 22:39:47 CDT 2003 mezz@mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386 >Description: Update to 0.14.2. This new version is only fix a serious bug that can corrupt Pan's settings. http://pan.rebelbase.com/#0142 http://bugzilla.gnome.org/show_bug.cgi?id=121017 >How-To-Repeat: n/a >Fix: --- pan2.diff begins here --- diff -ur pan2.orig/Makefile pan2/Makefile --- pan2.orig/Makefile Thu Aug 28 21:58:11 2003 +++ pan2/Makefile Thu Sep 4 13:42:06 2003 @@ -6,7 +6,7 @@ # PORTNAME= pan2 -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ diff -ur pan2.orig/distinfo pan2/distinfo --- pan2.orig/distinfo Thu Aug 28 21:58:11 2003 +++ pan2/distinfo Thu Sep 4 13:42:27 2003 @@ -1 +1 @@ -MD5 (gnome2/pan-0.14.1.tar.bz2) = 520857b65403ee8639c2c0c64b0e1db1 +MD5 (gnome2/pan-0.14.2.tar.bz2) = ed3188e7059bb6d6c209ee5d46ac1852 --- pan2.diff ends here ---