Mon Nov 2 21:34:08 2020 UTC ()
php-composer: Update to 2.0.4

Upstream release notes:

- Fixed check-platform-req command not being clear on what packages are
  checked, and added a --lock flag to explicitly check the locked packages
- Fixed config & create-project adding of repositories to make sure they are
  prepended as order is much more important in Composer 2, also added a
  --append flag to config to restore the old behavior in the unlikely case
  this is needed
- Fixed curl downloader failing on old PHP releases or when using self-signed
  SSL certificates
- Fixed Bitbucket API authentication issue


(tpaul)
diff -r1.11 -r1.12 pkgsrc/devel/php-composer/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/php-composer/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/php-composer/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/php-composer/Makefile 2020/10/29 02:34:16 1.11
+++ pkgsrc/devel/php-composer/Makefile 2020/11/02 21:34:08 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2020/10/29 02:34:16 tpaul Exp $ 1# $NetBSD: Makefile,v 1.12 2020/11/02 21:34:08 tpaul Exp $
2 2
3VERSION= 2.0.3 3VERSION= 2.0.4
4PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION} 4PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION}
5DISTNAME= composer 5DISTNAME= composer
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= https://getcomposer.org/download/${VERSION}/ 7MASTER_SITES= https://getcomposer.org/download/${VERSION}/
8DIST_SUBDIR= php-composer/${VERSION} 8DIST_SUBDIR= php-composer/${VERSION}
9EXTRACT_SUFX= .phar 9EXTRACT_SUFX= .phar
10 10
11MAINTAINER= tpaul@NetBSD.org 11MAINTAINER= tpaul@NetBSD.org
12HOMEPAGE= https://getcomposer.org/ 12HOMEPAGE= https://getcomposer.org/
13COMMENT= Dependency Manager for PHP 13COMMENT= Dependency Manager for PHP
14LICENSE= mit 14LICENSE= mit
15 15
16NO_BUILD= yes 16NO_BUILD= yes

cvs diff -r1.11 -r1.12 pkgsrc/devel/php-composer/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/php-composer/distinfo 2020/10/29 02:34:16 1.11
+++ pkgsrc/devel/php-composer/distinfo 2020/11/02 21:34:08 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2020/10/29 02:34:16 tpaul Exp $ 1$NetBSD: distinfo,v 1.12 2020/11/02 21:34:08 tpaul Exp $
2 2
3SHA1 (php-composer/2.0.3/composer.phar) = 27c31bc1139d16b271a6329667ef77c01dc6a7f5 3SHA1 (php-composer/2.0.4/composer.phar) = b789b4edcd84b28cfe1d40c78fa915e4fed94a84
4RMD160 (php-composer/2.0.3/composer.phar) = dd06f036eeb5b816899a5b832255cf0db1a3c148 4RMD160 (php-composer/2.0.4/composer.phar) = 36c25aba96c6fecfde6a59106de81c6236aee939
5SHA512 (php-composer/2.0.3/composer.phar) = f0020d1442ad1439a18a539315261d82577e6f8371dd39398c4dfba6e5e452f0f8e1dac1b48728c9bb462324d004c46d6e1539a80eebe341eaf26bb310f664f7 5SHA512 (php-composer/2.0.4/composer.phar) = 08c10a22fe95c5e058435828c60084ea9700e5b27c888ea5807f3e3979b187112d66ddb4ce9f9324e9369714961c3aacf8b8bbdb408a66923a2737b53b08ac81
6Size (php-composer/2.0.3/composer.phar) = 2177735 bytes 6Size (php-composer/2.0.4/composer.phar) = 2180422 bytes