Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 09:04:27 +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: r452760 - head/math/gmp-ecm
Message-ID:  <201710240904.v9O94RVL057032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 24 09:04:27 2017
New Revision: 452760
URL: https://svnweb.freebsd.org/changeset/ports/452760

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/math/gmp-ecm/Makefile
  head/math/gmp-ecm/pkg-descr

Modified: head/math/gmp-ecm/Makefile
==============================================================================
--- head/math/gmp-ecm/Makefile	Tue Oct 24 09:04:23 2017	(r452759)
+++ head/math/gmp-ecm/Makefile	Tue Oct 24 09:04:27 2017	(r452760)
@@ -11,10 +11,12 @@ DISTNAME=	ecm-${PORTVERSION}
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Elliptic Curve Method for Integer Factorization
 
-LIB_DEPENDS=	libgmp.so:math/gmp
-
-LICENSE=	GPLv2 LGPL21
+LICENSE=	GPLv2+ LGPL21+
 LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LIB
+
+LIB_DEPENDS=	libgmp.so:math/gmp
 
 CONFLICTS=	ecm-[0-9]*
 

Modified: head/math/gmp-ecm/pkg-descr
==============================================================================
--- head/math/gmp-ecm/pkg-descr	Tue Oct 24 09:04:23 2017	(r452759)
+++ head/math/gmp-ecm/pkg-descr	Tue Oct 24 09:04:27 2017	(r452760)
@@ -1,4 +1,4 @@
 GMP-ECM is a program to factor integers using the Elliptic Curve Method
 (ECM), based on the GNU MP multiprecision library.
 
-WWW: http://gforge.inria.fr/projects/ecm/
+WWW: https://gforge.inria.fr/projects/ecm/



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