diff options
author | pin <pin@pkgsrc.org> | 2021-04-30 05:55:06 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-04-30 05:55:06 +0000 |
commit | 9509aff4c279128daae11458abe208af6d7a88d1 (patch) | |
tree | d7567a72513f28d605470acd5cfa47346dde923a /news | |
parent | 2d2fd85c763d079c776338c9a4f31f815ac3ae21 (diff) | |
download | pkgsrc-9509aff4c279128daae11458abe208af6d7a88d1.tar.gz |
news/neix: update to 0.1.4
-Fix issue #16
Not on changelog but, #19 is merged and removes one patch for us.
Diffstat (limited to 'news')
-rw-r--r-- | news/neix/Makefile | 5 | ||||
-rw-r--r-- | news/neix/distinfo | 13 | ||||
-rw-r--r-- | news/neix/patches/patch-CMakeLists.txt | 6 | ||||
-rw-r--r-- | news/neix/patches/patch-src_main.cpp | 17 |
4 files changed, 11 insertions, 30 deletions
diff --git a/news/neix/Makefile b/news/neix/Makefile index f195d105b7a..3efa29a46d7 100644 --- a/news/neix/Makefile +++ b/news/neix/Makefile @@ -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 --git a/news/neix/distinfo b/news/neix/distinfo index b49a71573a8..3b853017ba0 100644 --- a/news/neix/distinfo +++ b/news/neix/distinfo @@ -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 --git a/news/neix/patches/patch-CMakeLists.txt b/news/neix/patches/patch-CMakeLists.txt index c3f73fbcfd7..cdea42a80ac 100644 --- a/news/neix/patches/patch-CMakeLists.txt +++ b/news/neix/patches/patch-CMakeLists.txt @@ -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 @@ user configuration path. -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 --git a/news/neix/patches/patch-src_main.cpp b/news/neix/patches/patch-src_main.cpp deleted file mode 100644 index 756f788723d..00000000000 --- a/news/neix/patches/patch-src_main.cpp +++ /dev/null @@ -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; - |