View | Details | Raw Unified | Return to bug 242220 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 15079-15081 Link Here
15079
www/py-dj22-djangoql|www/py-djangoql|2020-06-06|Renamed to match the naming of other Django ports since Django 2.2 became default
15079
www/py-dj22-djangoql|www/py-djangoql|2020-06-06|Renamed to match the naming of other Django ports since Django 2.2 became default
15080
sysutils/beats|sysutils/beats6|2020-06-07|Renamed to match the naming of other ELK ports
15080
sysutils/beats|sysutils/beats6|2020-06-07|Renamed to match the naming of other ELK ports
15081
security/pam_pseudo||2020-06-07|Has expired: Broken for more than 6 months
15081
security/pam_pseudo||2020-06-07|Has expired: Broken for more than 6 months
15082
devel/pear-channel-phpunit|2020-06-08|Remove obsolete
(-)devel/Makefile (-1 lines)
Lines 3817-3823 Link Here
3817
    SUBDIR += pear-channel-phing
3817
    SUBDIR += pear-channel-phing
3818
    SUBDIR += pear-channel-phpdoc
3818
    SUBDIR += pear-channel-phpdoc
3819
    SUBDIR += pear-channel-phpmd
3819
    SUBDIR += pear-channel-phpmd
3820
    SUBDIR += pear-channel-phpunit
3821
    SUBDIR += pear-channel-pirum
3820
    SUBDIR += pear-channel-pirum
3822
    SUBDIR += pear-channel-symfony
3821
    SUBDIR += pear-channel-symfony
3823
    SUBDIR += pear-channel-symfony2
3822
    SUBDIR += pear-channel-symfony2
(-)devel/pear-File_Iterator/Makefile (-1 lines)
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=	pear:env
15
USES=	pear:env
16
PEAR_CHANNEL=	phpunit
17
USE_GITHUB=	yes
16
USE_GITHUB=	yes
18
GH_ACCOUNT=	sebastianbergmann
17
GH_ACCOUNT=	sebastianbergmann
19
GH_PROJECT=	php-file-iterator
18
GH_PROJECT=	php-file-iterator
(-)devel/pear-PHP_CodeCoverage/Makefile (-1 lines)
Lines 19-25 Link Here
19
		${PEAR_PKGNAMEPREFIX}Text_Template>=1.2.0:textproc/pear-Text_Template@${PHP_FLAVOR}
19
		${PEAR_PKGNAMEPREFIX}Text_Template>=1.2.0:textproc/pear-Text_Template@${PHP_FLAVOR}
20
20
21
USES=	pear:env
21
USES=	pear:env
22
PEAR_CHANNEL=	phpunit
23
USE_GITHUB=	yes
22
USE_GITHUB=	yes
24
GH_ACCOUNT=	sebastianbergmann
23
GH_ACCOUNT=	sebastianbergmann
25
GH_PROJECT=	php-code-coverage
24
GH_PROJECT=	php-code-coverage
(-)devel/pear-SebastianBergmann_FinderFacade/Makefile (-1 lines)
Lines 21-27 Link Here
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
23
USES=		pear:env
23
USES=		pear:env
24
PEAR_CHANNEL=	phpunit
25
USE_GITHUB=	yes
24
USE_GITHUB=	yes
26
GH_ACCOUNT=	sebastianbergmann
25
GH_ACCOUNT=	sebastianbergmann
27
GH_PROJECT=	finder-facade
26
GH_PROJECT=	finder-facade
(-)devel/pear-SebastianBergmann_PHPCPD/Makefile (-1 lines)
Lines 20-26 Link Here
20
		${PEAR_PKGNAMEPREFIX}PHP_Timer>=1.0.9:devel/pear-PHP_Timer@${PHP_FLAVOR}
20
		${PEAR_PKGNAMEPREFIX}PHP_Timer>=1.0.9:devel/pear-PHP_Timer@${PHP_FLAVOR}
21
21
22
USES=	php pear:env
22
USES=	php pear:env
23
PEAR_CHANNEL=	phpunit
24
USE_GITHUB=	yes
23
USE_GITHUB=	yes
25
GH_ACCOUNT=	sebastianbergmann
24
GH_ACCOUNT=	sebastianbergmann
26
GH_PROJECT=	${PORTNAME:tl}
25
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-SebastianBergmann_PHPLOC/Makefile (-1 lines)
Lines 18-24 Link Here
18
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_Version>=2.0.1:devel/pear-SebastianBergmann_Version@${PHP_FLAVOR} \
18
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_Version>=2.0.1:devel/pear-SebastianBergmann_Version@${PHP_FLAVOR} \
19
19
20
USES=	php pear:env
20
USES=	php pear:env
21
PEAR_CHANNEL=	phpunit
22
USE_GITHUB=	yes
21
USE_GITHUB=	yes
23
GH_ACCOUNT=	sebastianbergmann
22
GH_ACCOUNT=	sebastianbergmann
24
GH_PROJECT=	${PORTNAME:tl}
23
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-SebastianBergmann_Version/Makefile (-1 lines)
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=	pear:env
15
USES=	pear:env
16
PEAR_CHANNEL=	phpunit
17
USE_GITHUB=	yes
16
USE_GITHUB=	yes
18
GH_ACCOUNT=	sebastianbergmann
17
GH_ACCOUNT=	sebastianbergmann
19
GH_PROJECT=	${PORTNAME:tl}
18
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-channel-phpunit/Makefile (-14 lines)
Lines 1-14 Link Here
1
# Created by: Martin Matuska <mm@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	phpunit
5
PORTVERSION=	20110327
6
CATEGORIES=	devel www pear
7
8
MAINTAINER=	miwi@FreeBSD.org
9
COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
10
11
PEAR_CHANNEL_HOST=	pear.phpunit.de
12
13
.include "${.CURDIR}/../../devel/pear/bsd.pear.channel.mk"
14
.include <bsd.port.mk>
(-)devel/pear-channel-phpunit/files/pear.phpunit.de.reg (-1 lines)
Line 1 Link Here
1
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:15:"pear.phpunit.de";s:7:"summary";s:20:"PHPUnit PEAR Channel";s:14:"suggestedalias";s:7:"phpunit";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:12:""4141299221"";s:13:"Last-Modified";s:29:"Sun, 27 Mar 2011 17:52:32 GMT";}}
(-)devel/pear-channel-phpunit/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
PEAR channel for PHPUnit
2
3
WWW: http://pear.phpunit.de
(-)textproc/pear-Text_Template/Makefile (-1 lines)
Lines 11-16 Link Here
11
COMMENT=	Simple template engine
11
COMMENT=	Simple template engine
12
12
13
USES=	pear
13
USES=	pear
14
PEAR_CHANNEL=	phpunit
15
14
16
.include <bsd.port.mk>
15
.include <bsd.port.mk>

Return to bug 242220