Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 10:47:37 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565920 - head/devel/R-cran-lifecycle
Message-ID:  <202102181047.11IAlbi3028447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Feb 18 10:47:37 2021
New Revision: 565920
URL: https://svnweb.freebsd.org/changeset/ports/565920

Log:
  - Update to 1.0.0
  - Change LICENSE to MIT

Modified:
  head/devel/R-cran-lifecycle/Makefile   (contents, props changed)
  head/devel/R-cran-lifecycle/distinfo   (contents, props changed)

Modified: head/devel/R-cran-lifecycle/Makefile
==============================================================================
--- head/devel/R-cran-lifecycle/Makefile	Thu Feb 18 09:37:23 2021	(r565919)
+++ head/devel/R-cran-lifecycle/Makefile	Thu Feb 18 10:47:37 2021	(r565920)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	lifecycle
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
 COMMENT=	Manage the Life Cycle of your Package Functions
 
-LICENSE=	GPLv3
+LICENSE=	MIT
 
 CRAN_DEPENDS=	R-cran-glue>0:devel/R-cran-glue \
 		R-cran-rlang>=0.4.0:devel/R-cran-rlang

Modified: head/devel/R-cran-lifecycle/distinfo
==============================================================================
--- head/devel/R-cran-lifecycle/distinfo	Thu Feb 18 09:37:23 2021	(r565919)
+++ head/devel/R-cran-lifecycle/distinfo	Thu Feb 18 10:47:37 2021	(r565920)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585882807
-SHA256 (lifecycle_0.2.0.tar.gz) = 29746e8dee05d4e36f9c612e8c7a903a4f648a36b3b94c9776e518c38a412224
-SIZE (lifecycle_0.2.0.tar.gz) = 164455
+TIMESTAMP = 1613624578
+SHA256 (lifecycle_1.0.0.tar.gz) = 03334ab213f2ad49a49e184e73f2051e04d35d43f562db903e68243cd2ec0f8e
+SIZE (lifecycle_1.0.0.tar.gz) = 83389



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102181047.11IAlbi3028447>