From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 10 21:30:14 2003 Return-Path: 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 CC61716A4B3 for ; Fri, 10 Oct 2003 21:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE9B43FBF for ; Fri, 10 Oct 2003 21:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9B4UDFY096819 for ; Fri, 10 Oct 2003 21:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9B4UDZU096818; Fri, 10 Oct 2003 21:30:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 10 Oct 2003 21:30:13 -0700 (PDT) Resent-Message-Id: <200310110430.h9B4UDZU096818@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, Jeremy Messenger Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B5016A4B3; Fri, 10 Oct 2003 21:29:24 -0700 (PDT) Received: from ns1.mezzweb.com (ip68-103-37-247.ks.ok.cox.net [68.103.37.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C7E243FBF; Fri, 10 Oct 2003 21:29:21 -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 h9B47xF6067928; Fri, 10 Oct 2003 23:08:00 -0500 (CDT) (envelope-from mezz@ns1.mezzweb.com) Received: (from mezz@localhost) by ns1.mezzweb.com (8.12.9/8.12.9/Submit) id h9B47xQC067927; Fri, 10 Oct 2003 23:07:59 -0500 (CDT) Message-Id: <200310110407.h9B47xQC067927@ns1.mezzweb.com> Date: Fri, 10 Oct 2003 23:07:59 -0500 (CDT) From: Jeremy Messenger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/57857: Update port: net/liferea 0.3.8 -> 0.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Messenger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 04:30:15 -0000 >Number: 57857 >Category: ports >Synopsis: Update port: net/liferea 0.3.8 -> 0.4.0 >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: Fri Oct 10 21:30:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mezz >Release: FreeBSD 5.1-CURRENT i386 >Organization: >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.4.0. >How-To-Repeat: n/a >Fix: Add pkg-message to warn the user to remove the ~/.liferea and ~/.gconf/apps/liferea as I explained in there. 0.4.0 is one of the best release version for FreeBSD; it doesn't crash anymore and works perfect. :-) --- liferea.diff begins here --- diff -urN liferea.orig/Makefile liferea/Makefile --- liferea.orig/Makefile Sat Sep 27 14:54:00 2003 +++ liferea/Makefile Fri Oct 10 15:05:37 2003 @@ -6,7 +6,7 @@ # PORTNAME= liferea -PORTVERSION= 0.3.8 +PORTVERSION= 0.4.0 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= liferea @@ -19,5 +19,8 @@ gnomevfs2 USE_GMAKE= yes GNU_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} .include diff -urN liferea.orig/distinfo liferea/distinfo --- liferea.orig/distinfo Fri Sep 26 22:31:42 2003 +++ liferea/distinfo Fri Oct 10 22:53:16 2003 @@ -1 +1 @@ -MD5 (liferea-0.3.8.tar.gz) = 505a6590a862e5144f28aea45866c60a +MD5 (liferea-0.4.0.tar.gz) = 043f799cb15d762dd3086c2986a3a991 diff -urN liferea.orig/pkg-message liferea/pkg-message --- liferea.orig/pkg-message Wed Dec 31 18:00:00 1969 +++ liferea/pkg-message Fri Oct 10 23:01:25 2003 @@ -0,0 +1,7 @@ +## +It is recommend for you to remove the ~/.liferea and ~/.gconf/apps/liferea, +because it's heavy rewritten and made some changes in the cache of vfolder and +directory. This can be done following the command line: + + rm -rf ~/.liferea ~/.gconf/apps/liferea +## --- liferea.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: