From owner-svn-ports-all@freebsd.org Fri Sep 16 22:38:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E942BDDD08; Fri, 16 Sep 2016 22:38:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 168499FB; Fri, 16 Sep 2016 22:38:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8GMc5Ml044987; Fri, 16 Sep 2016 22:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8GMc52x044985; Fri, 16 Sep 2016 22:38:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609162238.u8GMc52x044985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 16 Sep 2016 22:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422276 - head/math/pecl-stats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 22:38:06 -0000 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