Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 22:38:05 +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: r422276 - head/math/pecl-stats
Message-ID:  <201609162238.u8GMc52x044985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 16 22:38:04 2016
New Revision: 422276
URL: https://svnweb.freebsd.org/changeset/ports/422276

Log:
  - Update to 1.0.5
  - Update LICENSE
  - Take maintainer'ship
  
  Changelog:
  
  1.0.5
    - Fix bug in stats_stat_binomial_coef which causes segfault in some
      environments
    - Fix bug in stats_stat_factorial which leads infinite loop in some
      cases
    - stats_stat_factorial returns immediately when the value are reached
      to +INF
    - Change supported version to PHP 5.3 or higher
  
  1.0.4
    - Fixed bugs (see tests for details)
  
  PR:		212504
  Submitted by:	dbaio@bsd.com.br

Modified:
  head/math/pecl-stats/Makefile
  head/math/pecl-stats/distinfo

Modified: head/math/pecl-stats/Makefile
==============================================================================
--- head/math/pecl-stats/Makefile	Fri Sep 16 22:30:31 2016	(r422275)
+++ head/math/pecl-stats/Makefile	Fri Sep 16 22:38:04 2016	(r422276)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	stats
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTVERSION=	1.0.5
 CATEGORIES=	math textproc pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
 DIST_SUBDIR=	PECL
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	dbaio@bsd.com.br
 COMMENT=	PECL extension which with routines for statistical computation
 
-LICENSE=	PHP30
+LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:ext tar:tgz
 IGNORE_WITH_PHP=	70

Modified: head/math/pecl-stats/distinfo
==============================================================================
--- head/math/pecl-stats/distinfo	Fri Sep 16 22:30:31 2016	(r422275)
+++ head/math/pecl-stats/distinfo	Fri Sep 16 22:38:04 2016	(r422276)
@@ -1,2 +1,3 @@
-SHA256 (PECL/stats-1.0.3.tgz) = e032e02052acf2013f0578da823d60b0b2a89eb5e1dd1379cf0a65c090dffdfc
-SIZE (PECL/stats-1.0.3.tgz) = 99144
+TIMESTAMP = 1473275713
+SHA256 (PECL/stats-1.0.5.tgz) = 2ddf373ff0370b296393c7b898dbd8c5f685cef32be90b8d1b7c21a37e5454a7
+SIZE (PECL/stats-1.0.5.tgz) = 112361



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