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:           Fri Apr 30 05:55:07 UTC 2021

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

Log Message:
news/neix: update to 0.1.4

-Fix issue #16

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


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

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.3 pkgsrc/news/neix/Makefile:1.4
--- pkgsrc/news/neix/Makefile:1.3       Wed Apr 21 13:25:15 2021
+++ pkgsrc/news/neix/Makefile   Fri Apr 30 05:55:06 2021
@@ -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}
Index: pkgsrc/news/neix/distinfo
diff -u pkgsrc/news/neix/distinfo:1.3 pkgsrc/news/neix/distinfo:1.4
--- pkgsrc/news/neix/distinfo:1.3       Mon Feb  8 02:56:19 2021
+++ pkgsrc/news/neix/distinfo   Fri Apr 30 05:55:06 2021
@@ -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

Index: pkgsrc/news/neix/patches/patch-CMakeLists.txt
diff -u pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.1 pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/news/neix/patches/patch-CMakeLists.txt:1.1   Sun Feb  7 05:06:12 2021
+++ pkgsrc/news/neix/patches/patch-CMakeLists.txt       Fri Apr 30 05:55:06 2021
@@ -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")



Home | Main Index | Thread Index | Old Index