summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-05-06 06:52:54 +0000
committerpin <pin@pkgsrc.org>2021-05-06 06:52:54 +0000
commit9cafea2466b083aa4da32f7340fd937d292becb0 (patch)
tree8454dbf1f86e291c4426ceee6cf10ee5331f9f15 /news
parent200af468c46e6c1733977c11d875d2eb5c67cf3d (diff)
downloadpkgsrc-9cafea2466b083aa4da32f7340fd937d292becb0.tar.gz
news/neix: update to 0.1.5
-Fix flickering screen while loading feeds
Diffstat (limited to 'news')
-rw-r--r--news/neix/Makefile4
-rw-r--r--news/neix/distinfo12
-rw-r--r--news/neix/patches/patch-CMakeLists.txt4
3 files changed, 10 insertions, 10 deletions
diff --git a/news/neix/Makefile b/news/neix/Makefile
index 3efa29a46d7..60f09cf8645 100644
--- a/news/neix/Makefile
+++ b/news/neix/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/04/30 05:55:06 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/06 06:52:54 pin Exp $
-DISTNAME= neix-0.1.4
+DISTNAME= neix-0.1.5
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_GITHUB:=tomschwarz/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/news/neix/distinfo b/news/neix/distinfo
index 3b853017ba0..8a59287b3f4 100644
--- a/news/neix/distinfo
+++ b/news/neix/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/04/30 05:55:06 pin Exp $
+$NetBSD: distinfo,v 1.5 2021/05/06 06:52:54 pin Exp $
-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
+SHA1 (neix-0.1.5.tar.gz) = d94e77ca0770bbb3c25e0fdbe3a4c6a8443bd60d
+RMD160 (neix-0.1.5.tar.gz) = 1586a7df2bf16b5159752b6dc7a5bd409aa6d1fe
+SHA512 (neix-0.1.5.tar.gz) = 85db547eba97b112895abd998f7f597a425aff5e37e917052c7c4fff3d7a8b14bf3c5704abc60ac6b3a9f6d7c25d0d690c64c06407927015036c2b733d18d7db
+Size (neix-0.1.5.tar.gz) = 3646484 bytes
+SHA1 (patch-CMakeLists.txt) = b18398523e982fd96dc7b216ddfa4d1c2ccea637
diff --git a/news/neix/patches/patch-CMakeLists.txt b/news/neix/patches/patch-CMakeLists.txt
index cdea42a80ac..c350357eb71 100644
--- a/news/neix/patches/patch-CMakeLists.txt
+++ b/news/neix/patches/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2021/04/30 05:55:06 pin Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2021/05/06 06:52:54 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
@@ -24,7 +24,7 @@ user configuration path.
-endif()
-
# Version
- set(neixVersion "0.1.4")
+ set(neixVersion "0.1.5")
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")