Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2005 02:19:16 +0200
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        perky@FreeBSD.org
Subject:   ports/83971: [UPDATE] net/liferea to 0.9.4
Message-ID:  <1122164356.0@klamath.syndrom23.de>
Resent-Message-ID: <200507240020.j6O0KBVO082120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83971
>Category:       ports
>Synopsis:       [UPDATE] net/liferea to 0.9.4
>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:   Sun Jul 24 00:20:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #11: Wed Jul 20 20:13:51 CEST 2005
    root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH



>Description:


Liferea 0.9.4 was released on July 22nd.
--------------------------------------------------------------
2005-07-22  Lars Lindner  <lars.lindner@gmx.net>

        Version 0.9.4

        * Improved next-unread selection (patch from Niklas Morberg)
        * Improvements to the URL passing when launching links
          in a configured external browser (Nathan Conrad)

        Bugfixes:

        * Fixed SF bug #1223028. Now newlines are stripped from
          link definitions. (reported by Hubert Figuiere)
        * URLs are properly quoted when opened with an external
          browser. This fixes SF bug #1221079. (Nathan Conrad)
        * The GtkHTML2 plugin now properly renders downloaded
          text files. (Nathan Conrad)

        Translations:

        * Updated French translation (Vincent Lefevre)
        * Updated Spanish translation (Carlos Fenollosa)
        * Updated Romanian translation (Spoiala Cristian)
---------------------------------------------------------------

Note that the part of the diff that adds support for firefox-devel may not be necessary to commit, firefox-devel is only available with gnome-devel ports. OTOH, it can't hurt :)
pkg-plist seems to not have changed (compared against filelist from make install DESTDIR=...)



>How-To-Repeat:





>Fix:


--- lifereaport-0.9.4.diff begins here ---
Index: Makefile
===================================================================
RCS file: /storage/freebsd/cvs/ports/net/liferea/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile	8 Jul 2005 01:44:12 -0000	1.44
+++ Makefile	24 Jul 2005 00:03:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	liferea
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.4
 CATEGORIES=	net gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	liferea
@@ -40,6 +40,10 @@
 .elif ${WITH_MOZILLA}=="firefox"
 MOZILLA=	firefox
 MOZ_BUILD=	firefox
+.elif ${WITH_MOZILLA}=="firefox-devel"
+MOZILLA=	firefox-devel
+MOZ_BUILD=	firefox
+MOZ_SUFFIX=	-devel
 .else
 IGNORE=		: Available options for WITH_MOZILLA are: mozilla mozilla-devel firefox
 .endif
Index: distinfo
===================================================================
RCS file: /storage/freebsd/cvs/ports/net/liferea/distinfo,v
retrieving revision 1.32
diff -u -r1.32 distinfo
--- distinfo	8 Jul 2005 01:44:12 -0000	1.32
+++ distinfo	24 Jul 2005 00:04:17 -0000
@@ -1,2 +1,2 @@
-MD5 (liferea-0.9.3.tar.gz) = 28555f32c70acea594086e4348354c64
-SIZE (liferea-0.9.3.tar.gz) = 1107876
+MD5 (liferea-0.9.4.tar.gz) = 91994fb89c107230ef3b15708aa31209
+SIZE (liferea-0.9.4.tar.gz) = 1138989
--- lifereaport-0.9.4.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?1122164356.0>