svn commit: r422276 - head/math/pecl-stats

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 16 22:38:06 UTC 2016


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 at 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 at FreeBSD.org
+MAINTAINER=	dbaio at 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


More information about the svn-ports-all mailing list