pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/snownews



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 18 11:24:51 UTC 2021

Modified Files:
        pkgsrc/www/snownews: Makefile PLIST distinfo
        pkgsrc/www/snownews/patches: patch-Config.mk.in patch-configure

Log Message:
snownew: update to 1.9

   msharov released this Oct 2, 2021

     * Make the UI more compact.
     * Simplify HTML detagging and rewrapping.
     * Store feed cache content detagged.
     * New translation for Serbian.
     * Support ncurses without widechars.
     * Quit normally on non-fatal signals.
     * Stop using libiconv because only UTF8 is supported.
     * Remove the need to configure html_entities.
     * Ignore atom link tags where rel != alternate.
     * Fix saving of changes to smart feeds.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/snownews/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/snownews/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/snownews/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/snownews/patches/patch-Config.mk.in
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/snownews/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/snownews/Makefile
diff -u pkgsrc/www/snownews/Makefile:1.63 pkgsrc/www/snownews/Makefile:1.64
--- pkgsrc/www/snownews/Makefile:1.63   Wed Sep 29 19:01:29 2021
+++ pkgsrc/www/snownews/Makefile        Mon Oct 18 11:24:51 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2021/09/29 19:01:29 adam Exp $
+# $NetBSD: Makefile,v 1.64 2021/10/18 11:24:51 nia Exp $
 
-DISTNAME=      snownews-1.8
-PKGREVISION=   1
+DISTNAME=      snownews-1.9
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msharov/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/snownews/PLIST
diff -u pkgsrc/www/snownews/PLIST:1.9 pkgsrc/www/snownews/PLIST:1.10
--- pkgsrc/www/snownews/PLIST:1.9       Mon Jul  5 20:14:14 2021
+++ pkgsrc/www/snownews/PLIST   Mon Oct 18 11:24:51 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/07/05 20:14:14 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/10/18 11:24:51 nia Exp $
 bin/snownews
 man/de/man1/snownews.1
 man/fr/man1/snownews.1
@@ -19,6 +19,7 @@ share/locale/pt_BR/LC_MESSAGES/snownews.
 share/locale/ru/LC_MESSAGES/snownews.mo
 share/locale/se/LC_MESSAGES/snownews.mo
 share/locale/sl/LC_MESSAGES/snownews.mo
+share/locale/sr/LC_MESSAGES/snownews.mo
 share/locale/uk_UA/LC_MESSAGES/snownews.mo
 share/locale/zh_CN/LC_MESSAGES/snownews.mo
 share/locale/zh_TW/LC_MESSAGES/snownews.mo

Index: pkgsrc/www/snownews/distinfo
diff -u pkgsrc/www/snownews/distinfo:1.21 pkgsrc/www/snownews/distinfo:1.22
--- pkgsrc/www/snownews/distinfo:1.21   Thu Oct  7 15:08:51 2021
+++ pkgsrc/www/snownews/distinfo        Mon Oct 18 11:24:51 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2021/10/07 15:08:51 nia Exp $
+$NetBSD: distinfo,v 1.22 2021/10/18 11:24:51 nia Exp $
 
-RMD160 (snownews-1.8.tar.gz) = 419865824853fce434388478836a5d07d18439c5
-SHA512 (snownews-1.8.tar.gz) = 023c10667ee80510303955058c21ff6546c8b3f6588a8ec24de103783ae2037e33628f141a6f6028b7338d75b189a3ad26dce74ac818434226629b2c4383c94e
-Size (snownews-1.8.tar.gz) = 154813 bytes
-SHA1 (patch-Config.mk.in) = d16738359c9072c783612e7e0a2f782f2895e947
-SHA1 (patch-configure) = ab33efcce294aa0e889e3f53cb21b384308c2644
+RMD160 (snownews-1.9.tar.gz) = 591c7c9e4cd418ac9e7d4c887680d641e07aca5b
+SHA512 (snownews-1.9.tar.gz) = f833dbb41b5c0215c034b8388d787398360fac0ec9670f8f31b76c3ee2ffd974b4c6ebebc30aebb539b9904f513628124b393f4f473a92d4969f483caeca8596
+Size (snownews-1.9.tar.gz) = 149935 bytes
+SHA1 (patch-Config.mk.in) = 4e0ff89e7c9721bfbde23cbf3b51345f2f3097de
+SHA1 (patch-configure) = ed02a64c3f238aaf7e4c5ebe74a4129dad45bb98

Index: pkgsrc/www/snownews/patches/patch-Config.mk.in
diff -u pkgsrc/www/snownews/patches/patch-Config.mk.in:1.2 pkgsrc/www/snownews/patches/patch-Config.mk.in:1.3
--- pkgsrc/www/snownews/patches/patch-Config.mk.in:1.2  Wed Apr 21 09:28:28 2021
+++ pkgsrc/www/snownews/patches/patch-Config.mk.in      Mon Oct 18 11:24:51 2021
@@ -1,13 +1,13 @@
-$NetBSD: patch-Config.mk.in,v 1.2 2021/04/21 09:28:28 nia Exp $
+$NetBSD: patch-Config.mk.in,v 1.3 2021/10/18 11:24:51 nia Exp $
 
 Do not override CFLAGS.
 
---- Config.mk.in.orig  2021-04-11 22:41:14.000000000 +0000
+--- Config.mk.in.orig  2021-10-02 22:29:09.000000000 +0000
 +++ Config.mk.in
 @@ -26,13 +26,6 @@ O           := .o/
  
  #debug                := 1
- libs          := @pkg_libs@ -liconv -lintl
+ libs          := @pkg_libs@
 -ifdef debug
 -    cflags    := -O0 -ggdb3
 -    ldflags   := -g -rdynamic

Index: pkgsrc/www/snownews/patches/patch-configure
diff -u pkgsrc/www/snownews/patches/patch-configure:1.3 pkgsrc/www/snownews/patches/patch-configure:1.4
--- pkgsrc/www/snownews/patches/patch-configure:1.3     Mon Jul  5 20:14:14 2021
+++ pkgsrc/www/snownews/patches/patch-configure Mon Oct 18 11:24:51 2021
@@ -1,15 +1,18 @@
-$NetBSD: patch-configure,v 1.3 2021/07/05 20:14:14 fcambus Exp $
+$NetBSD: patch-configure,v 1.4 2021/10/18 11:24:51 nia Exp $
 
 Allow NetBSD curses to be used.
 
---- configure.orig     2021-04-20 21:13:10.000000000 +0000
+--- configure.orig     2021-10-02 22:29:09.000000000 +0000
 +++ configure
-@@ -34,7 +34,7 @@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR
+@@ -34,9 +34,9 @@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR
  progs="CC=gcc CC=clang CC=cc INSTALL=install MSGFMT=msgfmt"
  
  # Libs found using pkg-config
 -pkgs="libcurl libxml-2.0 libcrypto ncursesw"
 +pkgs="libcurl libxml-2.0 libcrypto"
  # Default pkg flags to substitute when pkg-config is not found
- pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"
- pkg_cflags="-I\/usr\/include\/libxml2"
+-pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"
++pkg_libs="-lcurl -lxml2 -lcrypto"
+ pkg_cflags="-I\/usr\/include\/libxml2 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600"
+ pkg_ldflags=""
+ 



Home | Main Index | Thread Index | Old Index