diff options
author | wen <wen@FreeBSD.org> | 2015-04-30 11:09:33 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-04-30 11:09:33 +0800 |
commit | 9b5773147757258825c953c6f15d067d490f803e (patch) | |
tree | b617da70f651a3a348a04b99cc027dfa5d33183f | |
parent | fa1d52589fb12ddeb0caac530d9dac7688488b93 (diff) | |
download | freebsd-ports-gnome-9b5773147757258825c953c6f15d067d490f803e.tar.gz freebsd-ports-gnome-9b5773147757258825c953c6f15d067d490f803e.tar.zst freebsd-ports-gnome-9b5773147757258825c953c6f15d067d490f803e.zip |
- Update to 0.17.1
- Add LICENSE
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M R-cran-coda/Makefile
M R-cran-coda/distinfo
-rw-r--r-- | math/R-cran-coda/Makefile | 6 | ||||
-rw-r--r-- | math/R-cran-coda/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile index 0566041ba026..dc606efd1b89 100644 --- a/math/R-cran-coda/Makefile +++ b/math/R-cran-coda/Makefile @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= coda -DISTVERSION= 0.16-1 -PORTREVISION= 6 +DISTVERSION= 0.17-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Output analysis and diagnostics for MCMC +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USES= cran:auto-plist .include <bsd.port.mk> diff --git a/math/R-cran-coda/distinfo b/math/R-cran-coda/distinfo index 7dc917239d85..8ba1ca086196 100644 --- a/math/R-cran-coda/distinfo +++ b/math/R-cran-coda/distinfo @@ -1,2 +1,2 @@ -SHA256 (coda_0.16-1.tar.gz) = 91e00288a57411687faa408dc58c36b4149ff3d9822e2f9fa4c7ca33fabae514 -SIZE (coda_0.16-1.tar.gz) = 74195 +SHA256 (coda_0.17-1.tar.gz) = ce88bc0e8d47c35aba3ae63d5644a9eb6158df39c532dd8089b19bd889c35ae2 +SIZE (coda_0.17-1.tar.gz) = 72917 |