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

(-)Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	composer
4
PORTNAME=	composer
5
DISTVERSION=	1.8.0
5
DISTVERSION=	1.8.4
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	https://getcomposer.org/download/${DISTVERSION}/
7
MASTER_SITES=	https://getcomposer.org/download/${DISTVERSION}/
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
Lines 17-27 Link Here
17
17
18
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
18
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
19
19
20
USES=		php:flavors
21
USE_PHP=	intl openssl phar json ctype filter mbstring
22
20
NO_ARCH=	yes
23
NO_ARCH=	yes
21
NO_BUILD=	yes
24
NO_BUILD=	yes
22
NO_WRKSUBDIR=	yes
25
NO_WRKSUBDIR=	yes
23
USES=		php:flavors
24
USE_PHP=	intl openssl phar json ctype filter mbstring
25
26
26
PLIST_FILES=	bin/composer \
27
PLIST_FILES=	bin/composer \
27
		bin/composer.phar
28
		bin/composer.phar
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1544726879
1
TIMESTAMP = 1550430620
2
SHA256 (composer-1.8.0/composer.phar) = 0901a84d56f6d6ae8f8b96b0c131d4f51ccaf169d491813d2bcedf2a6e4cefa6
2
SHA256 (composer-1.8.4/composer.phar) = 1722826c8fbeaf2d6cdd31c9c9af38694d6383a0f2bf476fe6bbd30939de058a
3
SIZE (composer-1.8.0/composer.phar) = 1892003
3
SIZE (composer-1.8.4/composer.phar) = 1909682

Return to bug 235812