Sun Jan 21 13:37:42 2024 UTC (126d)
(devel/R-lpSolve, correction) Updated 5.6.18 to 5.6.20, explicit NEWS.md unknown

Previous commit message was wrong, sorry, let me correct.
Also TEST_DEPENDS+=  updated, now make test passed.


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/R-lpSolve/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/devel/R-lpSolve/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-lpSolve/Makefile 2024/01/21 13:21:40 1.4
+++ pkgsrc/devel/R-lpSolve/Makefile 2024/01/21 13:37:42 1.5
@@ -1,16 +1,20 @@ @@ -1,16 +1,20 @@
1# $NetBSD: Makefile,v 1.4 2024/01/21 13:21:40 mef Exp $ 1# $NetBSD: Makefile,v 1.5 2024/01/21 13:37:42 mef Exp $
2 2
3R_PKGNAME= lpSolve 3R_PKGNAME= lpSolve
4R_PKGVER= 5.6.20 4R_PKGVER= 5.6.20
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs 8COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
9LICENSE= gnu-lgpl-v2 9LICENSE= gnu-lgpl-v2
10 10
11DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec 11TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 12TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 13TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 14TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 15TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
12 16
13USE_LANGUAGES= c 17USE_LANGUAGES= c
14 18
15.include "../../math/R/Makefile.extension" 19.include "../../math/R/Makefile.extension"
16.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"