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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	composer
4
PORTNAME=	composer
5
DISTVERSION=	1.4.2
5
DISTVERSION=	1.5.2
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://getcomposer.org/download/${DISTVERSION}/
7
MASTER_SITES=	http://getcomposer.org/download/${DISTVERSION}/
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	php-
Lines 21-27 Link Here
21
NO_BUILD=	yes
21
NO_BUILD=	yes
22
NO_WRKSUBDIR=	yes
22
NO_WRKSUBDIR=	yes
23
USES=		php
23
USES=		php
24
USE_PHP=	intl openssl phar json ctype filter
24
USE_PHP=	intl openssl phar json ctype filter mbstring
25
25
26
PLIST_FILES=	bin/composer \
26
PLIST_FILES=	bin/composer \
27
		bin/composer.phar
27
		bin/composer.phar
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1501420357
1
TIMESTAMP = 1508245554
2
SHA256 (composer-1.4.2/composer.phar) = 6b1945c3ee477f12be508a5bb41a5025d57de5510bcf94855ae6a4d59f3d86f4
2
SHA256 (composer-1.5.2/composer.phar) = c0a5519c768ef854913206d45bd360efc2eb4a3e6eb1e1c7d0a4b5e0d3bbb31f
3
SIZE (composer-1.4.2/composer.phar) = 1838958
3
SIZE (composer-1.5.2/composer.phar) = 1852323

Return to bug 223063