pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-lpSolve



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 13:37:42 UTC 2024

Modified Files:
        pkgsrc/devel/R-lpSolve: Makefile

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-lpSolve/Makefile

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

Modified files:

Index: pkgsrc/devel/R-lpSolve/Makefile
diff -u pkgsrc/devel/R-lpSolve/Makefile:1.4 pkgsrc/devel/R-lpSolve/Makefile:1.5
--- pkgsrc/devel/R-lpSolve/Makefile:1.4 Sun Jan 21 13:21:40 2024
+++ pkgsrc/devel/R-lpSolve/Makefile     Sun Jan 21 13:37:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/01/21 13:21:40 mef Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/21 13:37:42 mef Exp $
 
 R_PKGNAME=     lpSolve
 R_PKGVER=      5.6.20
@@ -8,7 +8,11 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
 LICENSE=       gnu-lgpl-v2
 
-DEPENDS+=      tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index