Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2020 09:36:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545151 - head/math/R-cran-Zelig
Message-ID:  <202008170936.07H9aaXw036082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 17 09:36:35 2020
New Revision: 545151
URL: https://svnweb.freebsd.org/changeset/ports/545151

Log:
  - Fix LICENSE
  - Whitespace fix
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/math/R-cran-Zelig/Makefile
  head/math/R-cran-Zelig/pkg-descr

Modified: head/math/R-cran-Zelig/Makefile
==============================================================================
--- head/math/R-cran-Zelig/Makefile	Mon Aug 17 09:02:47 2020	(r545150)
+++ head/math/R-cran-Zelig/Makefile	Mon Aug 17 09:36:35 2020	(r545151)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}_${DISTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Everyone's Statistical Software
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv3+
 
 BUILD_DEPENDS=	R-cran-AER>=0:finance/R-cran-AER \
 		R-cran-Amelia>=0:math/R-cran-Amelia \
@@ -40,6 +39,6 @@ RUN_DEPENDS=	R-cran-AER>=0:finance/R-cran-AER \
 		R-cran-geepack>=0:math/R-cran-geepack \
 		R-cran-survey>=0:math/R-cran-survey
 
-USES=	cran:auto-plist
+USES=		cran:auto-plist
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-Zelig/pkg-descr
==============================================================================
--- head/math/R-cran-Zelig/pkg-descr	Mon Aug 17 09:02:47 2020	(r545150)
+++ head/math/R-cran-Zelig/pkg-descr	Mon Aug 17 09:36:35 2020	(r545151)
@@ -9,4 +9,4 @@ allowing multiply imputed data for any model, and mimi
 (for Stata) that takes the raw output of existing statistical procedures and
 translates them into quantities of direct interest.
 
-WWW: http://gking.harvard.edu/zelig
+WWW: https://gking.harvard.edu/zelig



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