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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phpunit
4
PORTNAME=	phpunit
5
PORTVERSION=	4.8.0
5
PORTVERSION=	5.1.0
6
CATEGORIES=	devel www
6
CATEGORIES=	devel www
7
MASTER_SITES=	https://phar.phpunit.de/ \
7
MASTER_SITES=	https://phar.phpunit.de/ \
8
		http://ports.toco-domains.de/
8
		http://ports.toco-domains.de/
Lines 13-19 Link Here
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
15
16
CONFLICTS=	pear-PHPUnit-[123]*
16
CONFLICTS=	pear-PHPUnit-[1234]* php5-*
17
17
18
USES=		cpe
18
USES=		cpe
19
CPE_VENDOR=	phpunit_project
19
CPE_VENDOR=	phpunit_project
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (phpunit-4.8.0.phar) = a1a3b167fd849547b0f9c773c9d3b775e12ee76bd2d4d6c4364c35f5c3cbcdd3
1
SHA256 (phpunit-5.1.0.phar) = 83bf6154f7435f78495d6cbdce62db333dc86aa8032b3ed8370ed51fb351314d
2
SIZE (phpunit-4.8.0.phar) = 3109773
2
SIZE (phpunit-5.1.0.phar) = 2783169

Return to bug 206205