diff options
author | tota <tota@FreeBSD.org> | 2017-07-12 17:25:28 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-07-12 17:25:28 +0800 |
commit | 0a3e7cb13586ac5875a96052ca4a07d9477bb369 (patch) | |
tree | b2fe856fdd8382f743b4f0e803ee44be3405fb27 | |
parent | ec3a644aa8eea3f75bac40bf4d529b31ff5b040a (diff) | |
download | freebsd-ports-gnome-0a3e7cb13586ac5875a96052ca4a07d9477bb369.tar.gz freebsd-ports-gnome-0a3e7cb13586ac5875a96052ca4a07d9477bb369.tar.zst freebsd-ports-gnome-0a3e7cb13586ac5875a96052ca4a07d9477bb369.zip |
- Update to 1.2-2
- Fix LICENSE section
- Update WWW: line in pkg-descr
-rw-r--r-- | math/R-cran-Formula/Makefile | 5 | ||||
-rw-r--r-- | math/R-cran-Formula/distinfo | 5 | ||||
-rw-r--r-- | math/R-cran-Formula/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/R-cran-Formula/Makefile b/math/R-cran-Formula/Makefile index 6de0512e6e62..9046d0900214 100644 --- a/math/R-cran-Formula/Makefile +++ b/math/R-cran-Formula/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= Formula -DISTVERSION= 1.2-1 +DISTVERSION= 1.2-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Extended Model Formulas -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ USES= cran:auto-plist diff --git a/math/R-cran-Formula/distinfo b/math/R-cran-Formula/distinfo index 32d04e59d3be..3a5c5fa5be5e 100644 --- a/math/R-cran-Formula/distinfo +++ b/math/R-cran-Formula/distinfo @@ -1,2 +1,3 @@ -SHA256 (Formula_1.2-1.tar.gz) = 5db1ef55119b299c9d291e1c5c08e2d51b696303daf4e7295c38ff5fc428360a -SIZE (Formula_1.2-1.tar.gz) = 149823 +TIMESTAMP = 1499849457 +SHA256 (Formula_1.2-2.tar.gz) = 8def4600fb7457d38db8083733477501b54528974aa216e4adf8871bff4aa429 +SIZE (Formula_1.2-2.tar.gz) = 150946 diff --git a/math/R-cran-Formula/pkg-descr b/math/R-cran-Formula/pkg-descr index dd4b77d2e5f0..307feb650106 100644 --- a/math/R-cran-Formula/pkg-descr +++ b/math/R-cran-Formula/pkg-descr @@ -1,4 +1,4 @@ Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side. -WWW: http://cran.r-project.org/web/packages/Formula/ +WWW: https://cran.r-project.org/web/packages/Formula/ |