pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/neix



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May  6 06:52:54 UTC 2021

Modified Files:
        pkgsrc/news/neix: Makefile distinfo
        pkgsrc/news/neix/patches: patch-CMakeLists.txt

Log Message:
news/neix: update to 0.1.5

-Fix flickering screen while loading feeds


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/news/neix/Makefile pkgsrc/news/neix/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/news/neix/patches/patch-CMakeLists.txt

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

Modified files:

Index: pkgsrc/news/neix/Makefile
diff -u pkgsrc/news/neix/Makefile:1.4 pkgsrc/news/neix/Makefile:1.5
--- pkgsrc/news/neix/Makefile:1.4       Fri Apr 30 05:55:06 2021
+++ pkgsrc/news/neix/Makefile   Thu May  6 06:52:54 2021
@@ -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}
Index: pkgsrc/news/neix/distinfo
diff -u pkgsrc/news/neix/distinfo:1.4 pkgsrc/news/neix/distinfo:1.5
--- pkgsrc/news/neix/distinfo:1.4       Fri Apr 30 05:55:06 2021
+++ pkgsrc/news/neix/distinfo   Thu May  6 06:52:54 2021
@@ -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

Index: pkgsrc/news/neix/patches/patch-CMakeLists.txt
diff -u pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.2 pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.2   Fri Apr 30 05:55:06 2021
+++ pkgsrc/news/neix/patches/patch-CMakeLists.txt       Thu May  6 06:52:54 2021
@@ -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")



Home | Main Index | Thread Index | Old Index