Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 12:09:06 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423113 - head/math/pecl-stats
Message-ID:  <201610021209.u92C96qD049986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Oct  2 12:09:05 2016
New Revision: 423113
URL: https://svnweb.freebsd.org/changeset/ports/423113

Log:
  math/pecl-stats: configure PORTSCOUT
  
  - configure PORTSCOUT
  - fix typo on pkg-descr
  - small change on COMMENT
  
  PR:		212766
  Submitted by:   Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)

Modified:
  head/math/pecl-stats/Makefile
  head/math/pecl-stats/pkg-descr

Modified: head/math/pecl-stats/Makefile
==============================================================================
--- head/math/pecl-stats/Makefile	Sun Oct  2 11:51:00 2016	(r423112)
+++ head/math/pecl-stats/Makefile	Sun Oct  2 12:09:05 2016	(r423113)
@@ -9,11 +9,13 @@ PKGNAMEPREFIX=	pecl-
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	dbaio@bsd.com.br
-COMMENT=	PECL extension which with routines for statistical computation
+COMMENT=	PECL extension with routines for statistical computation
 
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+PORTSCOUT=	limit:^1.*
+
 USES=		php:ext tar:tgz
 IGNORE_WITH_PHP=	70
 

Modified: head/math/pecl-stats/pkg-descr
==============================================================================
--- head/math/pecl-stats/pkg-descr	Sun Oct  2 11:51:00 2016	(r423112)
+++ head/math/pecl-stats/pkg-descr	Sun Oct  2 12:09:05 2016	(r423113)
@@ -1,4 +1,4 @@
-This ststs extension for PHP provides few dozens routines for statistical
+Extension for PHP that provides few dozens routines for statistical
 computation.
 
 WWW: http://pecl.php.net/package/stats/



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