pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
newsraft: removed unnecessary DEPENDS and fixed distinfo
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Wed Jan 24 20:44:14 2024 -0500
Changeset: f2e4fed6a4a4307ca1e3398c34099978979624f7
Modified Files:
newsraft/Makefile
Log Message:
newsraft: removed unnecessary DEPENDS and fixed distinfo
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2e4fed6a4a4307ca1e3398c34099978979624f7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
newsraft/Makefile | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diffs:
diff --git a/newsraft/Makefile b/newsraft/Makefile
index 6396f03ac8..a6debd5c11 100644
--- a/newsraft/Makefile
+++ b/newsraft/Makefile
@@ -2,7 +2,7 @@
DISTNAME= newsraft-0.22
CATEGORIES= news
-MASTER_SITES= https://codeberg.org/newsraft/newsraft/
+MASTER_SITES= https://codeberg.org/newsraft/newsraft/archive/
MAINTAINER= kevin.bloom%posteo.net@localhost
HOMEPAGE= https://codeberg.org/newsraft
@@ -11,18 +11,12 @@ LICENSE= isc
WRKSRC= ${WRKDIR}/newsraft
-USE_TOOLS+= pkg-config pax
USE_LANGUAGES= c
-MAKE_FILE= makefile
-
-DEPENDS+= curl>=7.87.0:../../www/curl
-DEPENDS+= expat>=2.4.8:../../textproc/expat
-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
+USE_TOOLS+= pkg-config pax
TOOL_DEPENDS+= scdoc-[0-9]*:../../textproc/scdoc
+MAKE_FILE= makefile
+
EGDIR= ${PREFIX}/share/examples/newsraft
INSTALLATION_DIRS+= bin man/man1 share/examples/newsraft
@@ -33,8 +27,9 @@ do-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && \
cd ${WRKSRC}/doc/examples && ${PAX} -wr . ${DESTDIR}${EGDIR}
-.include "../../www/curl/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/yajl/buildlink3.mk"
-.include "../../www/gumbo-parser/buildlink3.mk"
.include "../../devel/ncursesw/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../www/gumbo-parser/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index