svn commit: r452760 - head/math/gmp-ecm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 24 09:04:28 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list