From owner-svn-ports-head@freebsd.org Wed Jul 12 09:25:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D21F7D9240A; Wed, 12 Jul 2017 09:25:29 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A11BB80839; Wed, 12 Jul 2017 09:25:29 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6C9PSh1090204; Wed, 12 Jul 2017 09:25:28 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6C9PSPD090201; Wed, 12 Jul 2017 09:25:28 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201707120925.v6C9PSPD090201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 12 Jul 2017 09:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445578 - head/math/R-cran-Formula X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-Formula X-SVN-Commit-Revision: 445578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 09:25:29 -0000 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@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/