Skip to content

Commit

Permalink
news/neix: update to 0.1.4
Browse files Browse the repository at this point in the history
-Fix issue #16

Not on changelog but, #19 is merged and removes one patch for us.
  • Loading branch information
0323pin committed Apr 30, 2021
1 parent 66ad3c4 commit 106c652
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 30 deletions.
5 changes: 2 additions & 3 deletions news/neix/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
13 changes: 6 additions & 7 deletions news/neix/distinfo
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions news/neix/patches/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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")
Expand Down
17 changes: 0 additions & 17 deletions news/neix/patches/patch-src_main.cpp

This file was deleted.

0 comments on commit 106c652

Please sign in to comment.