svn commit: r493325 - head/devel/php-composer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 18 21:06:37 UTC 2019


Author: sunpoet
Date: Mon Feb 18 21:06:32 2019
New Revision: 493325
URL: https://svnweb.freebsd.org/changeset/ports/493325

Log:
  Update to 1.8.4
  
  Changes:	https://github.com/composer/composer/releases
  PR:		235812
  Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)

Modified:
  head/devel/php-composer/Makefile
  head/devel/php-composer/distinfo

Modified: head/devel/php-composer/Makefile
==============================================================================
--- head/devel/php-composer/Makefile	Mon Feb 18 21:06:24 2019	(r493324)
+++ head/devel/php-composer/Makefile	Mon Feb 18 21:06:32 2019	(r493325)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	composer
-DISTVERSION=	1.8.0
+DISTVERSION=	1.8.4
 CATEGORIES=	devel
 MASTER_SITES=	https://getcomposer.org/download/${DISTVERSION}/
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
@@ -17,11 +17,12 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
 
+USES=		php:flavors
+USE_PHP=	intl openssl phar json ctype filter mbstring
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USES=		php:flavors
-USE_PHP=	intl openssl phar json ctype filter mbstring
 
 PLIST_FILES=	bin/composer \
 		bin/composer.phar

Modified: head/devel/php-composer/distinfo
==============================================================================
--- head/devel/php-composer/distinfo	Mon Feb 18 21:06:24 2019	(r493324)
+++ head/devel/php-composer/distinfo	Mon Feb 18 21:06:32 2019	(r493325)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544726879
-SHA256 (composer-1.8.0/composer.phar) = 0901a84d56f6d6ae8f8b96b0c131d4f51ccaf169d491813d2bcedf2a6e4cefa6
-SIZE (composer-1.8.0/composer.phar) = 1892003
+TIMESTAMP = 1550436390
+SHA256 (composer-1.8.4/composer.phar) = 1722826c8fbeaf2d6cdd31c9c9af38694d6383a0f2bf476fe6bbd30939de058a
+SIZE (composer-1.8.4/composer.phar) = 1909682


More information about the svn-ports-all mailing list