svn commit: r445578 - head/math/R-cran-Formula

TAKATSU Tomonari tota at FreeBSD.org
Wed Jul 12 09:25:29 UTC 2017


Author: tota
Date: Wed Jul 12 09:25:28 2017
New Revision: 445578
URL: https://svnweb.freebsd.org/changeset/ports/445578

Log:
  - Update to 1.2-2
  - Fix LICENSE section
  - Update WWW: line in pkg-descr

Modified:
  head/math/R-cran-Formula/Makefile   (contents, props changed)
  head/math/R-cran-Formula/distinfo   (contents, props changed)
  head/math/R-cran-Formula/pkg-descr   (contents, props changed)

Modified: head/math/R-cran-Formula/Makefile
==============================================================================
--- head/math/R-cran-Formula/Makefile	Wed Jul 12 09:00:23 2017	(r445577)
+++ head/math/R-cran-Formula/Makefile	Wed Jul 12 09:25:28 2017	(r445578)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	Formula
-DISTVERSION=	1.2-1
+DISTVERSION=	1.2-2
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	tota at FreeBSD.org
 COMMENT=	Extended Model Formulas
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+
 
 USES=	cran:auto-plist
 

Modified: head/math/R-cran-Formula/distinfo
==============================================================================
--- head/math/R-cran-Formula/distinfo	Wed Jul 12 09:00:23 2017	(r445577)
+++ head/math/R-cran-Formula/distinfo	Wed Jul 12 09:25:28 2017	(r445578)
@@ -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

Modified: head/math/R-cran-Formula/pkg-descr
==============================================================================
--- head/math/R-cran-Formula/pkg-descr	Wed Jul 12 09:00:23 2017	(r445577)
+++ head/math/R-cran-Formula/pkg-descr	Wed Jul 12 09:25:28 2017	(r445578)
@@ -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/


More information about the svn-ports-all mailing list