svn commit: r482142 - head/math/R-cran-survey
Wen Heping
wen at FreeBSD.org
Mon Oct 15 09:22:25 UTC 2018
Author: wen
Date: Mon Oct 15 09:22:24 2018
New Revision: 482142
URL: https://svnweb.freebsd.org/changeset/ports/482142
Log:
- Update to 3.34
Modified:
head/math/R-cran-survey/Makefile
head/math/R-cran-survey/distinfo
Modified: head/math/R-cran-survey/Makefile
==============================================================================
--- head/math/R-cran-survey/Makefile Mon Oct 15 09:02:45 2018 (r482141)
+++ head/math/R-cran-survey/Makefile Mon Oct 15 09:22:24 2018 (r482142)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= survey
-DISTVERSION= 3.33-2
+DISTVERSION= 3.34
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -12,6 +12,11 @@ COMMENT= Analysis of complex survey samples
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USES= cran:auto-plist
+CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \
+ R-cran-numDeriv>=0:math/R-cran-numDeriv
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist
.include <bsd.port.mk>
Modified: head/math/R-cran-survey/distinfo
==============================================================================
--- head/math/R-cran-survey/distinfo Mon Oct 15 09:02:45 2018 (r482141)
+++ head/math/R-cran-survey/distinfo Mon Oct 15 09:22:24 2018 (r482142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521288982
-SHA256 (survey_3.33-2.tar.gz) = 14a6078181dcaf10d6bba5244e2d2c51d477540eae4e7690076b1853000098b0
-SIZE (survey_3.33-2.tar.gz) = 1472962
+TIMESTAMP = 1539589573
+SHA256 (survey_3.34.tar.gz) = c5f8ea6595cf33dbfcf650fca1561338f7d14ee238459dd354aad43571250224
+SIZE (survey_3.34.tar.gz) = 1476949
More information about the svn-ports-head
mailing list