Mon Jan 12 02:43:32 2009 UTC ()
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)


(jmcneill)
diff -r1.77 -r1.78 pkgsrc/www/liferea/Makefile
diff -r1.33 -r1.34 pkgsrc/www/liferea/PLIST
diff -r1.53 -r1.54 pkgsrc/www/liferea/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/www/liferea/Makefile (expand / switch to unified diff)

--- pkgsrc/www/liferea/Makefile 2008/09/14 14:19:40 1.77
+++ pkgsrc/www/liferea/Makefile 2009/01/12 02:43:32 1.78
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1# $NetBSD: Makefile,v 1.77 2008/09/14 14:19:40 drochner Exp $ 1# $NetBSD: Makefile,v 1.78 2009/01/12 02:43:32 jmcneill Exp $
2 2
3DISTNAME= liferea-1.4.19 3DISTNAME= liferea-1.4.23
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://liferea.sourceforge.net/ 8HOMEPAGE= http://liferea.sourceforge.net/
9COMMENT= Simple FeedReader clone for reading RSS/RDF feeds 9COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
10 10
11GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13USE_DIRS+= xdg-1.1 13USE_DIRS+= xdg-1.1
14USE_TOOLS+= gmake pkg-config msgfmt perl intltool 14USE_TOOLS+= gmake pkg-config msgfmt perl intltool
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_LANGUAGES+= c++ 17USE_LANGUAGES+= c++
18USE_LANGUAGES+= c 18USE_LANGUAGES+= c
19 19
20PKG_OPTIONS_VAR= PKG_OPTIONS.liferea 20PKG_OPTIONS_VAR= PKG_OPTIONS.liferea
21PKG_OPTIONS_REQUIRED_GROUPS= renderer 21PKG_OPTIONS_REQUIRED_GROUPS= renderer
22PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox 22PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox
23PKG_SUGGESTED_OPTIONS= liferea-gtkhtml 23PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
24.include "../../mk/bsd.options.mk" 24.include "../../mk/bsd.options.mk"
25 25
26PLIST_VARS+= gtkhtml mozilla 26PLIST_VARS+= gtkhtml mozilla
27.if !empty(PKG_OPTIONS:Mliferea-gtkhtml) 27.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
 28CONFIGURE_ARGS+= --disable-gecko
28.include "../../www/libgtkhtml/buildlink3.mk" 29.include "../../www/libgtkhtml/buildlink3.mk"
29PLIST.gtkhtml= yes 30PLIST.gtkhtml= yes
30.endif 31.endif
31.if !empty(PKG_OPTIONS:Mliferea-firefox) 32.if !empty(PKG_OPTIONS:Mliferea-firefox)
32.include "../../www/firefox/buildlink3.mk" 33.include "../../www/firefox/buildlink3.mk"
33PLIST.mozilla= yes 34PLIST.mozilla= yes
34.endif 35.endif
35.if !empty(PKG_OPTIONS:Mliferea-seamonkey) 36.if !empty(PKG_OPTIONS:Mliferea-seamonkey)
36.include "../../www/firefox/buildlink3.mk" 37.include "../../www/firefox/buildlink3.mk"
37PLIST.mozilla= yes 38PLIST.mozilla= yes
38.endif 39.endif
39 40
40SHLIBTOOL_OVERRIDE= # empty 41SHLIBTOOL_OVERRIDE= # empty

cvs diff -r1.33 -r1.34 pkgsrc/www/liferea/PLIST (expand / switch to unified diff)

--- pkgsrc/www/liferea/PLIST 2008/09/14 14:19:40 1.33
+++ pkgsrc/www/liferea/PLIST 2009/01/12 02:43:32 1.34
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.33 2008/09/14 14:19:40 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.34 2009/01/12 02:43:32 jmcneill Exp $
2bin/liferea 2bin/liferea
3bin/liferea-add-feed 3bin/liferea-add-feed
4bin/liferea-bin 4bin/liferea-bin
5${PLIST.gtkhtml}lib/liferea/liblihtmlg.la 5${PLIST.gtkhtml}lib/liferea/liblihtmlg.la
6${PLIST.mozilla}lib/liferea/liblihtmlm.la 6${PLIST.mozilla}lib/liferea/liblihtmlm.la
7lib/liferea/liblinotiflibnotify.la 7lib/liferea/liblinotiflibnotify.la
8man/man1/liferea.1 8man/man1/liferea.1
9man/pl/man1/liferea.1 9man/pl/man1/liferea.1
10share/applications/liferea.desktop 10share/applications/liferea.desktop
11share/gconf/schemas/liferea.schemas 11share/gconf/schemas/liferea.schemas
12share/icons/hicolor/48x48/apps/liferea.png 12share/icons/hicolor/48x48/apps/liferea.png
13share/liferea/bloglines_source.glade 13share/liferea/bloglines_source.glade
14share/liferea/css/adblock.css 14share/liferea/css/adblock.css
@@ -132,26 +132,27 @@ share/locale/be@latin/LC_MESSAGES/lifere @@ -132,26 +132,27 @@ share/locale/be@latin/LC_MESSAGES/lifere
132share/locale/ca/LC_MESSAGES/liferea.mo 132share/locale/ca/LC_MESSAGES/liferea.mo
133share/locale/cs/LC_MESSAGES/liferea.mo 133share/locale/cs/LC_MESSAGES/liferea.mo
134share/locale/de/LC_MESSAGES/liferea.mo 134share/locale/de/LC_MESSAGES/liferea.mo
135share/locale/es/LC_MESSAGES/liferea.mo 135share/locale/es/LC_MESSAGES/liferea.mo
136share/locale/eu/LC_MESSAGES/liferea.mo 136share/locale/eu/LC_MESSAGES/liferea.mo
137share/locale/fr/LC_MESSAGES/liferea.mo 137share/locale/fr/LC_MESSAGES/liferea.mo
138share/locale/hu/LC_MESSAGES/liferea.mo 138share/locale/hu/LC_MESSAGES/liferea.mo
139share/locale/it/LC_MESSAGES/liferea.mo 139share/locale/it/LC_MESSAGES/liferea.mo
140share/locale/ja/LC_MESSAGES/liferea.mo 140share/locale/ja/LC_MESSAGES/liferea.mo
141share/locale/pl/LC_MESSAGES/liferea.mo 141share/locale/pl/LC_MESSAGES/liferea.mo
142share/locale/pt/LC_MESSAGES/liferea.mo 142share/locale/pt/LC_MESSAGES/liferea.mo
143share/locale/pt_BR/LC_MESSAGES/liferea.mo 143share/locale/pt_BR/LC_MESSAGES/liferea.mo
144share/locale/ru/LC_MESSAGES/liferea.mo 144share/locale/ru/LC_MESSAGES/liferea.mo
 145share/locale/sk/LC_MESSAGES/liferea.mo
145share/locale/sv/LC_MESSAGES/liferea.mo 146share/locale/sv/LC_MESSAGES/liferea.mo
146share/locale/tr/LC_MESSAGES/liferea.mo 147share/locale/tr/LC_MESSAGES/liferea.mo
147@dirrm share/liferea/xslt 148@dirrm share/liferea/xslt
148@dirrm share/liferea/pixmaps 149@dirrm share/liferea/pixmaps
149@dirrm share/liferea/opml 150@dirrm share/liferea/opml
150@dirrm share/liferea/media 151@dirrm share/liferea/media
151@dirrm share/liferea/dtd 152@dirrm share/liferea/dtd
152@dirrm share/liferea/doc/html 153@dirrm share/liferea/doc/html
153@dirrm share/liferea/doc 154@dirrm share/liferea/doc
154@dirrm share/liferea/css 155@dirrm share/liferea/css
155@dirrm share/liferea 156@dirrm share/liferea
156@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps 157@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
157@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48 158@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48

cvs diff -r1.53 -r1.54 pkgsrc/www/liferea/distinfo (expand / switch to unified diff)

--- pkgsrc/www/liferea/distinfo 2008/09/14 14:19:40 1.53
+++ pkgsrc/www/liferea/distinfo 2009/01/12 02:43:32 1.54
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.53 2008/09/14 14:19:40 drochner Exp $ 1$NetBSD: distinfo,v 1.54 2009/01/12 02:43:32 jmcneill Exp $
2 2
3SHA1 (liferea-1.4.19.tar.gz) = f57d7ad947583ee9bc33ef862b97aaf642de6b25 3SHA1 (liferea-1.4.23.tar.gz) = cf2cfc61ec92f9b183e3cd75d8280ab273214175
4RMD160 (liferea-1.4.19.tar.gz) = 2ab4210ea65b6811ff2270bcf2b0a05874bd184a 4RMD160 (liferea-1.4.23.tar.gz) = 1da59d457364efcbf99fa138d4e9bb3e800a0243
5Size (liferea-1.4.19.tar.gz) = 1633509 bytes 5Size (liferea-1.4.23.tar.gz) = 1655446 bytes
6SHA1 (patch-ae) = 91c32840150a33d2162301c17bd5c35edc6264ba 6SHA1 (patch-ae) = 91c32840150a33d2162301c17bd5c35edc6264ba