pkgsrc-WIP-changes archive

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

newsraft: cleaned up in preparation for merge



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin%sked.life@localhost>
Pushed By:	nuclearkev
Date:		Mon Jan 22 09:39:44 2024 -0500
Changeset:	14d83f4911d3459b6e857e6acff9c1471f620d7f

Modified Files:
	newsraft/COMMIT_MSG
	newsraft/Makefile
Removed Files:
	newsraft/TODO

Log Message:
newsraft: cleaned up in preparation for merge

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=14d83f4911d3459b6e857e6acff9c1471f620d7f

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

diffstat:
 newsraft/COMMIT_MSG | 2 +-
 newsraft/Makefile   | 6 +-----
 newsraft/TODO       | 1 -
 3 files changed, 2 insertions(+), 7 deletions(-)

diffs:
diff --git a/newsraft/COMMIT_MSG b/newsraft/COMMIT_MSG
index 245c6e09ca..0d27ebabe9 100644
--- a/newsraft/COMMIT_MSG
+++ b/newsraft/COMMIT_MSG
@@ -1,4 +1,4 @@
-newsraft: import news/newsraft 0.22
+news/newsraft: add newsraft version 0.22
 
 Prepared in wip by Kevin Bloom.
 
diff --git a/newsraft/Makefile b/newsraft/Makefile
index 0542c6856d..48e501c807 100644
--- a/newsraft/Makefile
+++ b/newsraft/Makefile
@@ -15,13 +15,9 @@ USE_TOOLS+=	pkg-config pax
 USE_LANGUAGES=	c
 MAKE_FILE=	makefile
 
-# According to the documentation, these are runtime
-# depends as well.
 DEPENDS+=	curl>=7.87.0:../../www/curl
 DEPENDS+=	expat>=2.4.8:../../textproc/expat
-# TODO: this is the Google version we need
-# https://codeberg.org/grisha/gumbo-parser without only in wip
-DEPENDS+=	gumbo-parser>=0.11.0:../../wip/gumbo-parser
+DEPENDS+=	gumbo-parser>=0.11.0:../../www/gumbo-parser
 DEPENDS+=	ncursesw>=6.2:../../devel/ncursesw
 DEPENDS+=	sqlite3>=3.36.0:../../databases/sqlite3
 DEPENDS+=	yajl>=2.1.0:../../devel/yajl
diff --git a/newsraft/TODO b/newsraft/TODO
deleted file mode 100644
index 5fd295d4e2..0000000000
--- a/newsraft/TODO
+++ /dev/null
@@ -1 +0,0 @@
-merge wip/gumbo-parser in -current


Home | Main Index | Thread Index | Old Index