www/newsraft: Update to 0.27
Remove run-check.sh patch, all tests run fine. Changelogs: https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-0.27 https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-0.26
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= newsraft
|
||||
DISTVERSION= 0.25
|
||||
DISTVERSION= 0.27
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://codeberg.org/${PORTNAME}/${PORTNAME}/archive/
|
||||
|
||||
@@ -19,7 +19,6 @@ USES= ncurses pkgconfig sqlite
|
||||
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS+= CFLAGS="${CFLAGS}"
|
||||
# One test fails but manually run "make check" from WRKSRC it pass
|
||||
TEST_TARGET= check
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1722796728
|
||||
SHA256 (newsraft-0.25.tar.gz) = 99e587c8dcd22addd1dbd1f6f3a823af234a941009f016abbbf325ab5a6c44a0
|
||||
SIZE (newsraft-0.25.tar.gz) = 153586
|
||||
TIMESTAMP = 1728280482
|
||||
SHA256 (newsraft-0.27.tar.gz) = 627b274901e5c3298d430f5adfedbd69b09de365ffeb18e768f091738fe39089
|
||||
SIZE (newsraft-0.27.tar.gz) = 155854
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- tests/run-check.sh.orig 2024-05-26 22:09:20 UTC
|
||||
+++ tests/run-check.sh
|
||||
@@ -13,7 +13,7 @@ do
|
||||
do
|
||||
tests_count="$((tests_count + 1))"
|
||||
rm -rf test-database*
|
||||
- if ${CC:-cc} -Isrc -DTEST -o ./a.out "$test_file" -L. -lnewsraft && env LD_LIBRARY_PATH=. ./a.out; then
|
||||
+ if ${CC:-cc} `pkg-config --cflags sqlite3` -Isrc -DTEST -o ./a.out "$test_file" -L. -lnewsraft && env LD_LIBRARY_PATH=. ./a.out; then
|
||||
echo "[OKAY] $test_file"
|
||||
okays_count="$((okays_count + 1))"
|
||||
else
|
||||
Reference in New Issue
Block a user