1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- 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
This commit is contained in:
Dmitry Marakasov 2016-09-16 22:38:04 +00:00
parent 8338153336
commit 1015f56cf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422276
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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