Date: Fri, 10 Oct 2003 23:07:59 -0500 (CDT) From: Jeremy Messenger <mezz7@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/57857: Update port: net/liferea 0.3.8 -> 0.4.0 Message-ID: <200310110407.h9B47xQC067927@ns1.mezzweb.com> Resent-Message-ID: <200310110430.h9B4UDZU096818@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310110407.h9B47xQC067927>