summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2021-07-05 20:14:14 +0000
committerfcambus <fcambus@pkgsrc.org>2021-07-05 20:14:14 +0000
commit0edc9db37cf850c222fad6ed28f1dc64c41fe2fd (patch)
tree2be96a11a32343bc5a2c1251b582f3034a7e4526 /www
parent3e855eb0c340c5bb6b7701f527bfdeaea7572333 (diff)
downloadpkgsrc-0edc9db37cf850c222fad6ed28f1dc64c41fe2fd.tar.gz
snownews: update to 1.8.
- Improve handling of untitled feeds, which could cause crashes and missing feed list entries. - Fix memory leaks caused by duplicate XML entries. - Convert man pages to UTF8.
Diffstat (limited to 'www')
-rw-r--r--www/snownews/Makefile5
-rw-r--r--www/snownews/PLIST4
-rw-r--r--www/snownews/distinfo12
-rw-r--r--www/snownews/patches/patch-configure6
4 files changed, 13 insertions, 14 deletions
diff --git a/www/snownews/Makefile b/www/snownews/Makefile
index 3cb3b55c3bb..9f03e970eec 100644
--- a/www/snownews/Makefile
+++ b/www/snownews/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2021/04/21 13:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/07/05 20:14:14 fcambus Exp $
-DISTNAME= snownews-1.7
-PKGREVISION= 1
+DISTNAME= snownews-1.8
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=msharov/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/www/snownews/PLIST b/www/snownews/PLIST
index 4dcd40827d2..630b5235361 100644
--- a/www/snownews/PLIST
+++ b/www/snownews/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2021/04/21 09:28:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/07/05 20:14:14 fcambus Exp $
bin/snownews
man/de/man1/snownews.1
man/fr/man1/snownews.1
man/it/man1/snownews.1
man/man1/snownews.1
man/nl/man1/snownews.1
-man/ru.KOI8-R/man1/snownews.1
+man/ru/man1/snownews.1
share/locale/be@latin/LC_MESSAGES/snownews.mo
share/locale/de/LC_MESSAGES/snownews.mo
share/locale/es/LC_MESSAGES/snownews.mo
diff --git a/www/snownews/distinfo b/www/snownews/distinfo
index 3d55084587e..ff2fdbb97ec 100644
--- a/www/snownews/distinfo
+++ b/www/snownews/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/04/21 09:28:28 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/07/05 20:14:14 fcambus Exp $
-SHA1 (snownews-1.7.tar.gz) = 27bbfb5c55f3505508eaa3287d9bc372b2beb9f7
-RMD160 (snownews-1.7.tar.gz) = 8c75d9ddceb1a1ac6127f5015ee8e002cb848969
-SHA512 (snownews-1.7.tar.gz) = fc8e8aac41b6fe8d0021a5398898f72a26303b10f300fa4f5b47ab5de536002d7b122bc43b1f230f6755e0202ce689acbb07e794b5fd29ba3b12ed988a930727
-Size (snownews-1.7.tar.gz) = 154948 bytes
+SHA1 (snownews-1.8.tar.gz) = b6396ed7728e82ce126cc4cfde0dce5aeba376db
+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) = c48c16124301c490ae07889313de51ccd2cb39f4
+SHA1 (patch-configure) = ab33efcce294aa0e889e3f53cb21b384308c2644
diff --git a/www/snownews/patches/patch-configure b/www/snownews/patches/patch-configure
index a94193e6613..71d1446d7af 100644
--- a/www/snownews/patches/patch-configure
+++ b/www/snownews/patches/patch-configure
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2021/04/21 09:28:28 nia Exp $
+$NetBSD: patch-configure,v 1.3 2021/07/05 20:14:14 fcambus Exp $
Allow NetBSD curses to be used.
---- configure.orig 2021-04-11 22:41:14.000000000 +0000
+--- configure.orig 2021-04-20 21:13:10.000000000 +0000
+++ configure
@@ -34,7 +34,7 @@ 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 ncurses"
+-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"