View | Details | Raw Unified | Return to bug 212504
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 2-18 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	stats
4
PORTNAME=	stats
5
PORTVERSION=	1.0.3
5
PORTVERSION=	1.0.5
6
PORTREVISION=	1
7
CATEGORIES=	math textproc pear
6
CATEGORIES=	math textproc pear
8
MASTER_SITES=	http://pecl.php.net/get/
7
MASTER_SITES=	http://pecl.php.net/get/
9
PKGNAMEPREFIX=	pecl-
8
PKGNAMEPREFIX=	pecl-
10
DIST_SUBDIR=	PECL
9
DIST_SUBDIR=	PECL
11
10
12
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	dbaio@bsd.com.br
13
COMMENT=	PECL extension which with routines for statistical computation
12
COMMENT=	PECL extension which with routines for statistical computation
14
13
15
LICENSE=	PHP30
14
LICENSE=	PHP301
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		php:ext tar:tgz
17
USES=		php:ext tar:tgz
18
IGNORE_WITH_PHP=	70
18
IGNORE_WITH_PHP=	70
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (PECL/stats-1.0.3.tgz) = e032e02052acf2013f0578da823d60b0b2a89eb5e1dd1379cf0a65c090dffdfc
1
TIMESTAMP = 1473275713
2
SIZE (PECL/stats-1.0.3.tgz) = 99144
2
SHA256 (PECL/stats-1.0.5.tgz) = 2ddf373ff0370b296393c7b898dbd8c5f685cef32be90b8d1b7c21a37e5454a7
3
SIZE (PECL/stats-1.0.5.tgz) = 112361

Return to bug 212504