diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-17 06:38:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-17 06:38:04 +0800 |
commit | a04d94194928bfa99b76af804e1d333d5df32424 (patch) | |
tree | 8d400ff301d2758cc4eff8cdf75a782aaa56a516 /math | |
parent | 55461898547427a5bfac3523a047d9e1a151f28a (diff) | |
download | freebsd-ports-gnome-a04d94194928bfa99b76af804e1d333d5df32424.tar.gz freebsd-ports-gnome-a04d94194928bfa99b76af804e1d333d5df32424.tar.zst freebsd-ports-gnome-a04d94194928bfa99b76af804e1d333d5df32424.zip |
- 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
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-stats/Makefile | 8 | ||||
-rw-r--r-- | math/pecl-stats/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 092f76b8855d..83074f5d1457 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -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 diff --git a/math/pecl-stats/distinfo b/math/pecl-stats/distinfo index 8cd9d17dfbdc..bab6a0a7a83e 100644 --- a/math/pecl-stats/distinfo +++ b/math/pecl-stats/distinfo @@ -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 |