pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/neix news/neix: update to 0.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca2e9d3d5880
branches:  trunk
changeset: 451693:ca2e9d3d5880
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Apr 30 05:55:06 2021 +0000

description:
news/neix: update to 0.1.4

-Fix issue #16

Not on changelog but, #19 is merged and removes one patch for us.

diffstat:

 news/neix/Makefile                     |   5 ++---
 news/neix/distinfo                     |  13 ++++++-------
 news/neix/patches/patch-CMakeLists.txt |   6 +++---
 news/neix/patches/patch-src_main.cpp   |  17 -----------------
 4 files changed, 11 insertions(+), 30 deletions(-)

diffs (77 lines):

diff -r 73bde7ca95a2 -r ca2e9d3d5880 news/neix/Makefile
--- a/news/neix/Makefile        Fri Apr 30 03:05:30 2021 +0000
+++ b/news/neix/Makefile        Fri Apr 30 05:55:06 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/04/21 13:25:15 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/30 05:55:06 pin Exp $
 
-DISTNAME=      neix-0.1.3
-PKGREVISION=   2
+DISTNAME=      neix-0.1.4
 CATEGORIES=    news
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tomschwarz/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 73bde7ca95a2 -r ca2e9d3d5880 news/neix/distinfo
--- a/news/neix/distinfo        Fri Apr 30 03:05:30 2021 +0000
+++ b/news/neix/distinfo        Fri Apr 30 05:55:06 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/02/08 02:56:19 gutteridge Exp $
+$NetBSD: distinfo,v 1.4 2021/04/30 05:55:06 pin Exp $
 
-SHA1 (neix-0.1.3.tar.gz) = 8f6902fa54b178d8b3c4fa5f99afe072fa3a91a7
-RMD160 (neix-0.1.3.tar.gz) = 17d60fac3f5ae8846433095448b44a78d2278a06
-SHA512 (neix-0.1.3.tar.gz) = 34bbb32ace34a32785a1f6ad9524532a5a98bf2f33b0ce2aaec3e2e5389a4171050100c47fbef7ee83ba044d163e7f39498e6fe32bc343d4772833b195a55cd3
-Size (neix-0.1.3.tar.gz) = 20161083 bytes
-SHA1 (patch-CMakeLists.txt) = dd830009a096010d9f4567575b1198e271426d16
-SHA1 (patch-src_main.cpp) = 7c6fcaf25e00bb7787d1e280e5c866dca8e734c2
+SHA1 (neix-0.1.4.tar.gz) = 725fb9cc40b372e92e5977f9374e66e774a82112
+RMD160 (neix-0.1.4.tar.gz) = 3c835bc992f72626004580a101f0e6cfd4c70cc3
+SHA512 (neix-0.1.4.tar.gz) = ac56998c136d344cd3646b6a84e08a18444487427d71012594a56b6ae7074d2deab8f3f2f4bcf32779ce68cf40347f594108cb874cea847c44d5534ad7f63991
+Size (neix-0.1.4.tar.gz) = 3646239 bytes
+SHA1 (patch-CMakeLists.txt) = e066f38930833a41d30376244abee397c0f11839
diff -r 73bde7ca95a2 -r ca2e9d3d5880 news/neix/patches/patch-CMakeLists.txt
--- a/news/neix/patches/patch-CMakeLists.txt    Fri Apr 30 03:05:30 2021 +0000
+++ b/news/neix/patches/patch-CMakeLists.txt    Fri Apr 30 05:55:06 2021 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2021/02/07 05:06:12 gutteridge Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2021/04/30 05:55:06 pin Exp $
 
 Don't install configuration files in $HOME during the build.
 Don't hard-code the build environment's $HOME as the basis for the default
 user configuration path.
 
---- CMakeLists.txt.orig        2020-09-07 19:55:08.000000000 +0000
+--- CMakeLists.txt.orig        2021-04-30 05:31:08.895754644 +0000
 +++ CMakeLists.txt
 @@ -22,19 +22,6 @@ SET(CURSES_NEED_NCURSES TRUE)
  find_package(Curses REQUIRED)
@@ -24,7 +24,7 @@
 -endif()
 -
  # Version
- set(neixVersion "0.1.3")
+ set(neixVersion "0.1.4")
  add_compile_definitions(VERSION="v${neixVersion}")
 @@ -47,14 +34,6 @@ add_compile_definitions(NEIX_USER_AGENT=
  add_compile_definitions(DEFAULT_MAIN_CONFIG="${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/neix/neix.conf")
diff -r 73bde7ca95a2 -r ca2e9d3d5880 news/neix/patches/patch-src_main.cpp
--- a/news/neix/patches/patch-src_main.cpp      Fri Apr 30 03:05:30 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_main.cpp,v 1.2 2021/02/08 02:56:19 gutteridge Exp $
-
-Consistently determine the user's configuration path at runtime, don't use a
-hard-coded value that was defined as the build environment's $HOME.
-https://github.com/tomschwarz/neix/pull/19
-
---- src/main.cpp.orig  2020-09-07 19:55:08.000000000 +0000
-+++ src/main.cpp
-@@ -35,7 +35,7 @@ void processArguments(int argc, char **a
- 
-             case 'i':
-                 cout << prefix << "Import feeds from: " << optarg << endl;
--                imported = opml::import(optarg, FEED_CONFIG_PATH);
-+                imported = opml::import(optarg, getFeedConfigPath());
-                 cout << prefix << imported << " feed(s) was imported" << endl;
-                 break;
- 



Home | Main Index | Thread Index | Old Index