Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2020 14:19:43 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542579 - in head/math: . p5-Math-GSL
Message-ID:  <202007191419.06JEJhoI019671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Jul 19 14:19:43 2020
New Revision: 542579
URL: https://svnweb.freebsd.org/changeset/ports/542579

Log:
  Readd math/p5-Math-GSL and update to 0.42
  
  PR:		247302
  Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>

Added:
  head/math/p5-Math-GSL/
     - copied from r530719, head/math/p5-Math-GSL/
Modified:
  head/math/Makefile
  head/math/p5-Math-GSL/Makefile
  head/math/p5-Math-GSL/distinfo

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Jul 19 13:42:10 2020	(r542578)
+++ head/math/Makefile	Sun Jul 19 14:19:43 2020	(r542579)
@@ -580,6 +580,7 @@
     SUBDIR += p5-Math-GMPf
     SUBDIR += p5-Math-GMPq
     SUBDIR += p5-Math-GMPz
+    SUBDIR += p5-Math-GSL
     SUBDIR += p5-Math-Geometry
     SUBDIR += p5-Math-Geometry-Planar
     SUBDIR += p5-Math-Geometry-Planar-GPC

Modified: head/math/p5-Math-GSL/Makefile
==============================================================================
--- head/math/p5-Math-GSL/Makefile	Sat Apr  4 20:51:40 2020	(r530719)
+++ head/math/p5-Math-GSL/Makefile	Sun Jul 19 14:19:43 2020	(r542579)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	Math-GSL
-PORTVERSION=	0.40
-PORTREVISION=	1
+PORTVERSION=	0.42
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	sunpoet@FreeBSD.org
+MAINTAINER=	bokutin@bokut.in
 COMMENT=	Perl interface to GNU Scientific Library
 
 LICENSE=	ART10 GPLv1+
@@ -23,10 +22,6 @@ TEST_DEPENDS=	p5-Test-Class>=0.12:devel/p5-Test-Class 
 
 USES=		perl5
 USE_PERL5=	modbuild
-
-BROKEN=		Does not work with gsl-2.6
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" -exec ${STRIP_CMD} {} +

Modified: head/math/p5-Math-GSL/distinfo
==============================================================================
--- head/math/p5-Math-GSL/distinfo	Sat Apr  4 20:51:40 2020	(r530719)
+++ head/math/p5-Math-GSL/distinfo	Sun Jul 19 14:19:43 2020	(r542579)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546258224
-SHA256 (Math-GSL-0.40.tar.gz) = 7a47c488d327b3d375cc8247609a2360b7a3331474f1c72067742197fba96e6c
-SIZE (Math-GSL-0.40.tar.gz) = 18647464
+TIMESTAMP = 1592299409
+SHA256 (Math-GSL-0.42.tar.gz) = e16c10c98e28ad4c6be38550711fa8a9c51984d4894801b29f2da8f20794bd62
+SIZE (Math-GSL-0.42.tar.gz) = 21584967



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