From owner-svn-ports-head@freebsd.org Tue Oct 24 09:04:28 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 81599E45A7C; Tue, 24 Oct 2017 09:04:28 +0000 (UTC) (envelope-from amdmi3@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 4F0DD76A37; Tue, 24 Oct 2017 09:04:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9O94RmF057034; Tue, 24 Oct 2017 09:04:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9O94RVL057032; Tue, 24 Oct 2017 09:04:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710240904.v9O94RVL057032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 Oct 2017 09:04:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452760 - head/math/gmp-ecm X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/math/gmp-ecm X-SVN-Commit-Revision: 452760 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: Tue, 24 Oct 2017 09:04:28 -0000 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/