diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-12 02:43:32 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-12 02:43:32 +0000 |
commit | f70cbfa7b88df3adf7f3847d99615843ad82e3e9 (patch) | |
tree | b696d368d95f620fb413c0d53dc87ebf18760188 /www | |
parent | 3ba346b601c267d76bcb20c3feeebc66271aa05b (diff) | |
download | pkgsrc-f70cbfa7b88df3adf7f3847d99615843ad82e3e9.tar.gz |
Update liferea to 1.4.23.
Version 1.4.23 (Stable)
* Fixes unsubstituted variable in start script.
(reported by Peter van der Does)
* Fixes Debian #494741: Crashes on exit after closing
update monitor dialog with ESC. (reported by ygrek)
Version 1.4.22 (Stable)
* Fixes a typo in XulRunner initialization #ifdef
(suggested by Peter van der Does)
* Fixes a typo in configure.ac
(suggested by Peter van der Does)
* Fixes SF #2266119: configure error if gecko disabled.
(reported by Vincent Lefevre)
* Fixes a XulRunner build issue with new gecko.m4 macro.
(suggested by Peter van der Does)
* Fixes a DB migration issue that might occur when
upgrading from schema version < 5 to 7.
(patch by Thomas B)
* New M4 macro for Gecko detection derived from Yelp.
This should improve compilation against XulRunner 1.9
on Debian.
* Removes gray colouring of updated item titles.
This often confused users to believe the item
state was unread.
* Fixes for French translation (Vincent Lefevre)
Version 1.4.20 (Stable)
* Fixes SF #2042420: "Toggle Read Status" item list
popup menu option (reported by Jeff Fortin)
* Fixes SF #2027445: Incorrect invalid encoding errors.
(reported by Roman Beslik)
* Fixes "lost" views. View in the cache database that
are not used anymore will be dropped on startup.
(reported by Maik Zumstrull)
* Added new Slovakian translation (Pavol Klacansky)
Diffstat (limited to 'www')
-rw-r--r-- | www/liferea/Makefile | 5 | ||||
-rw-r--r-- | www/liferea/PLIST | 3 | ||||
-rw-r--r-- | www/liferea/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index cc3b0b05628..518ca44774f 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2008/09/14 14:19:40 drochner Exp $ +# $NetBSD: Makefile,v 1.78 2009/01/12 02:43:32 jmcneill Exp $ -DISTNAME= liferea-1.4.19 +DISTNAME= liferea-1.4.23 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} @@ -25,6 +25,7 @@ PKG_SUGGESTED_OPTIONS= liferea-gtkhtml PLIST_VARS+= gtkhtml mozilla .if !empty(PKG_OPTIONS:Mliferea-gtkhtml) +CONFIGURE_ARGS+= --disable-gecko .include "../../www/libgtkhtml/buildlink3.mk" PLIST.gtkhtml= yes .endif diff --git a/www/liferea/PLIST b/www/liferea/PLIST index 488dc173e61..3bf6f4fc8bd 100644 --- a/www/liferea/PLIST +++ b/www/liferea/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2008/09/14 14:19:40 drochner Exp $ +@comment $NetBSD: PLIST,v 1.34 2009/01/12 02:43:32 jmcneill Exp $ bin/liferea bin/liferea-add-feed bin/liferea-bin @@ -142,6 +142,7 @@ share/locale/pl/LC_MESSAGES/liferea.mo share/locale/pt/LC_MESSAGES/liferea.mo share/locale/pt_BR/LC_MESSAGES/liferea.mo share/locale/ru/LC_MESSAGES/liferea.mo +share/locale/sk/LC_MESSAGES/liferea.mo share/locale/sv/LC_MESSAGES/liferea.mo share/locale/tr/LC_MESSAGES/liferea.mo @dirrm share/liferea/xslt diff --git a/www/liferea/distinfo b/www/liferea/distinfo index 5ab0e4d268e..0706711572e 100644 --- a/www/liferea/distinfo +++ b/www/liferea/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2008/09/14 14:19:40 drochner Exp $ +$NetBSD: distinfo,v 1.54 2009/01/12 02:43:32 jmcneill Exp $ -SHA1 (liferea-1.4.19.tar.gz) = f57d7ad947583ee9bc33ef862b97aaf642de6b25 -RMD160 (liferea-1.4.19.tar.gz) = 2ab4210ea65b6811ff2270bcf2b0a05874bd184a -Size (liferea-1.4.19.tar.gz) = 1633509 bytes +SHA1 (liferea-1.4.23.tar.gz) = cf2cfc61ec92f9b183e3cd75d8280ab273214175 +RMD160 (liferea-1.4.23.tar.gz) = 1da59d457364efcbf99fa138d4e9bb3e800a0243 +Size (liferea-1.4.23.tar.gz) = 1655446 bytes SHA1 (patch-ae) = 91c32840150a33d2162301c17bd5c35edc6264ba |