diff --git a/math/gf2x/Makefile b/math/gf2x/Makefile index 978ffd628d1f..da8407e80ff3 100644 --- a/math/gf2x/Makefile +++ b/math/gf2x/Makefile @@ -1,37 +1,39 @@ # Created by: thierry@pompo.net PORTNAME= gf2x PORTVERSION= 1.3.0 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/38243/ MAINTAINER= thierry@FreeBSD.org COMMENT= Library for multiplying polynomials over the binary field LICENSE= GPLv3 LGPL21 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING -USES= libtool +USES= autoreconf libtool +USE_GITLAB= yes +GL_SITE= https://gitlab.inria.fr/ +GL_COMMIT= 27ba588f03bf6e1e74763903bab25e6e8bb6d0f0 GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check OPTIONS_RADIO= LIC OPTIONS_RADIO_LIC= LIC_GPLV3 LIC_LGPL21 OPTIONS_DEFAULT= LIC_GPLV3 LIC_GPLV3_DESC= Choose the GPLv3 version LIC_LGPL21_DESC= Choose the LGPL 2.1 version .include post-extract: .if ${PORT_OPTIONS:MLIC_LGPL21} ${MV} ${WRKSRC}/toom-gpl.c ${WRKSRC}/toom-gpl.c.GPLv3 ${MV} ${WRKSRC}/toom-gpl-placeholder.c ${WRKSRC}/toom-gpl.c .endif .include diff --git a/math/gf2x/distinfo b/math/gf2x/distinfo index 2067ef74b146..82f014769ede 100644 --- a/math/gf2x/distinfo +++ b/math/gf2x/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585325011 -SHA256 (gf2x-1.3.0.tar.gz) = 9472cd651972a1de38e3c4c47697a86e0ecf19d7d33454d4bc2a62bc85841b59 -SIZE (gf2x-1.3.0.tar.gz) = 727717 +TIMESTAMP = 1642531702 +SHA256 (gf2x-gf2x-27ba588f03bf6e1e74763903bab25e6e8bb6d0f0_GL0.tar.gz) = afd5e047490fc317d336f5bc2bdca91ef16db76b269ad20147ffb7ffebca3f9b +SIZE (gf2x-gf2x-27ba588f03bf6e1e74763903bab25e6e8bb6d0f0_GL0.tar.gz) = 289707 diff --git a/math/gf2x/pkg-descr b/math/gf2x/pkg-descr index 9fa39498e36a..33e3a61f4f86 100644 --- a/math/gf2x/pkg-descr +++ b/math/gf2x/pkg-descr @@ -1,8 +1,8 @@ gf2x is a C/C++ software package containing routines for fast arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching for irreducible/primitive trinomials. Note: this port provides either a LGPL or a GPLv3 (default) version, and you can make your choice with the option. -WWW: http://gf2x.gforge.inria.fr/ +WWW: https://gitlab.inria.fr/gf2x/gf2x