pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/php-composer



Module Name:    pkgsrc
Committed By:   tpaul
Date:           Fri Nov  6 23:45:11 UTC 2020

Modified Files:
        pkgsrc/devel/php-composer: Makefile distinfo

Log Message:
php-composer: Update to 2.0.5

Upstream release notes:

* Disabled platform-check verification of extensions by default
  (now defaulting php-only), set platform-check to true if you want a complete
  check
* Improved platform-check handling of issue reporting
* Fixed platform-check to only check non-dev requires even if require-dev
  dependencies are installed
* Fixed issues dealing with custom installers which return trailing slashes in
  getInstallPath (ideally avoid doing this as there might be other issues left)
* Fixed issues when curl functions are disabled
* Fixed gitlab-domains/github-domains to make sure if they are overridden the
  default value remains present
* Fixed issues removing/upgrading packages from path repositories on Windows
* Fixed regression in 2.0.4 when handling of git%bitbucket.org@localhost URLs in vcs
  repositories
* Fixed issue running create-project in current directory on Windows


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/php-composer/Makefile \
    pkgsrc/devel/php-composer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/php-composer/Makefile
diff -u pkgsrc/devel/php-composer/Makefile:1.12 pkgsrc/devel/php-composer/Makefile:1.13
--- pkgsrc/devel/php-composer/Makefile:1.12     Mon Nov  2 21:34:08 2020
+++ pkgsrc/devel/php-composer/Makefile  Fri Nov  6 23:45:11 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/11/02 21:34:08 tpaul Exp $
+# $NetBSD: Makefile,v 1.13 2020/11/06 23:45:11 tpaul Exp $
 
-VERSION=       2.0.4
+VERSION=       2.0.5
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.12 pkgsrc/devel/php-composer/distinfo:1.13
--- pkgsrc/devel/php-composer/distinfo:1.12     Mon Nov  2 21:34:08 2020
+++ pkgsrc/devel/php-composer/distinfo  Fri Nov  6 23:45:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/11/02 21:34:08 tpaul Exp $
+$NetBSD: distinfo,v 1.13 2020/11/06 23:45:11 tpaul Exp $
 
-SHA1 (php-composer/2.0.4/composer.phar) = b789b4edcd84b28cfe1d40c78fa915e4fed94a84
-RMD160 (php-composer/2.0.4/composer.phar) = 36c25aba96c6fecfde6a59106de81c6236aee939
-SHA512 (php-composer/2.0.4/composer.phar) = 08c10a22fe95c5e058435828c60084ea9700e5b27c888ea5807f3e3979b187112d66ddb4ce9f9324e9369714961c3aacf8b8bbdb408a66923a2737b53b08ac81
-Size (php-composer/2.0.4/composer.phar) = 2180422 bytes
+SHA1 (php-composer/2.0.5/composer.phar) = 8463931b18289f03eca64c7961a4f3bf25b772f3
+RMD160 (php-composer/2.0.5/composer.phar) = aa94431b202ba3b07b1611259450224e39e83d54
+SHA512 (php-composer/2.0.5/composer.phar) = 4c212a9751191eb62a32d428ea60e4eef167fab46ddae85b75a7683e4e4c7e658acfc8c086414fecff54e6af71fd144a24710f4575dc919082f2e21b2f4a06b9
+Size (php-composer/2.0.5/composer.phar) = 2192986 bytes



Home | Main Index | Thread Index | Old Index