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

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Oct 2 12:09:07 UTC 2016


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 at 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 at 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/


More information about the svn-ports-all mailing list