pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-spatstat



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 20 12:20:11 UTC 2021

Modified Files:
        pkgsrc/geography/R-spatstat: Makefile distinfo

Log Message:
(geography/R-spatstat) Add missing DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-spatstat/Makefile \
    pkgsrc/geography/R-spatstat/distinfo

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

Modified files:

Index: pkgsrc/geography/R-spatstat/Makefile
diff -u pkgsrc/geography/R-spatstat/Makefile:1.1 pkgsrc/geography/R-spatstat/Makefile:1.2
--- pkgsrc/geography/R-spatstat/Makefile:1.1    Fri Aug  7 03:55:17 2020
+++ pkgsrc/geography/R-spatstat/Makefile        Mon Sep 20 12:20:11 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/08/07 03:55:17 brook Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/20 12:20:11 mef Exp $
 
 R_PKGNAME=     spatstat
-R_PKGVER=      1.63-2
+R_PKGVER=      2.2-0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,13 +10,20 @@ LICENSE=    gnu-gpl-v2
 
 USE_LANGUAGES+=        c c++
 
+# ERROR: dependencies 'spatstat.geom', 'spatstat.core', 'spatstat.linnet' are not available for package 'spatstat'
+
 DEPENDS+=      R-deldir>=0.0.21:../../geography/R-deldir
-DEPENDS+=      R-spatstat.data>=1.4.3:../../geography/R-spatstat.data
-DEPENDS+=      R-spatstat.utils>=1.17.0:../../geography/R-spatstat.utils
+DEPENDS+=      R-spatstat.core>=2.1.0:../../geography/R-spatstat.core
+DEPENDS+=      R-spatstat.data>=2.1.0:../../geography/R-spatstat.data
+DEPENDS+=      R-spatstat.geom>=2.1.0:../../geography/R-spatstat.geom
+DEPENDS+=      R-spatstat.linnet>=2.1.0:../../geography/R-spatstat.linnet
+DEPENDS+=      R-spatstat.utils>=2.1.0:../../geography/R-spatstat.utils
 DEPENDS+=      R-abind>=1.4.0:../../math/R-abind
 DEPENDS+=      R-goftest>=1.0.3:../../math/R-goftest
 DEPENDS+=      R-polyclip>=1.5.0:../../graphics/R-polyclip
 DEPENDS+=      R-tensor>=1.5:../../math/R-tensor
 
+TEST_DEPENDS+= tex-anysize-[0-9]*:../../print/tex-anysize
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-spatstat/distinfo
diff -u pkgsrc/geography/R-spatstat/distinfo:1.1 pkgsrc/geography/R-spatstat/distinfo:1.2
--- pkgsrc/geography/R-spatstat/distinfo:1.1    Fri Aug  7 03:55:17 2020
+++ pkgsrc/geography/R-spatstat/distinfo        Mon Sep 20 12:20:11 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/08/07 03:55:17 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/09/20 12:20:11 mef Exp $
 
-SHA1 (R/spatstat_1.63-2.tar.gz) = ad5767ca719e529f3cb37b34bd1cb12c8371ac30
-RMD160 (R/spatstat_1.63-2.tar.gz) = 212c6d53bae938b7f4bce1bc49d936b2fc982f80
-SHA512 (R/spatstat_1.63-2.tar.gz) = 5fe1bf55979a193b8b23e5ddee623638e009e78c2074e9306f4b39b206ccb3a8be00771fb941d47af7843d967fef515fd707b58462825ec6ac2174f43193f1c2
-Size (R/spatstat_1.63-2.tar.gz) = 6715623 bytes
+SHA1 (R/spatstat_2.2-0.tar.gz) = 0b45b4310b7f14ac99e28cad31f324b5175b1d25
+RMD160 (R/spatstat_2.2-0.tar.gz) = abb6042a0a4e4216ed725bc992da127c32b791f4
+SHA512 (R/spatstat_2.2-0.tar.gz) = 9781dc7b860fffa2a27e174191223460b706e209103435d786eca94f87588ef7d27f63296b5207083acbbbde300c5dbfdacbd8b3ea13510af2740f15bae3adf7
+Size (R/spatstat_2.2-0.tar.gz) = 3524535 bytes



Home | Main Index | Thread Index | Old Index