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:           Thu Apr  9 14:48:38 UTC 2020

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

Log Message:
php-composer: update to 1.10.3

1.10.2
* Added --1 flag to self-update command which can be added to automated self-update runs to make sure it won't automatically jump to 2.0 once that is released
* Fixed path repository symlinks being made relative when the repo url is defined as absolute paths
* Fixed potential issues when using "composer ..." in scripts and composer/composer was also required in the project
* Fixed 1.10.0 regression when downloading GitHub archives from non-API URLs
* Fixed handling of malformed info in fund command
* Fixed Symfony5 compatibility issues in a few commands

1.10.3
* Fixed invalid --2 flag warning in self-update when no channel is requested


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/php-composer/Makefile:1.2
--- pkgsrc/devel/php-composer/Makefile:1.1      Sat Mar 14 04:26:39 2020
+++ pkgsrc/devel/php-composer/Makefile  Thu Apr  9 14:48:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/03/14 04:26:39 tpaul Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/09 14:48:38 tpaul Exp $
 
-VERSION=       1.10.1
+VERSION=       1.10.3
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
 DISTNAME=      composer
 CATEGORIES=    devel
Index: pkgsrc/devel/php-composer/distinfo
diff -u pkgsrc/devel/php-composer/distinfo:1.1 pkgsrc/devel/php-composer/distinfo:1.2
--- pkgsrc/devel/php-composer/distinfo:1.1      Sat Mar 14 04:26:39 2020
+++ pkgsrc/devel/php-composer/distinfo  Thu Apr  9 14:48:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/14 04:26:39 tpaul Exp $
+$NetBSD: distinfo,v 1.2 2020/04/09 14:48:38 tpaul Exp $
 
-SHA1 (php-composer/1.10.1/composer.phar) = fa51d7b32dbfb52eaeb8aa8a5112ab33017cc0b9
-RMD160 (php-composer/1.10.1/composer.phar) = f79c3fe04a18881947c012c71bcefc6ef6294992
-SHA512 (php-composer/1.10.1/composer.phar) = bb0fa469b8180ade3feb5736a58f2702b0889b6fc3038efbb962f8fd7a691f9d995f8b121e67f9feb7e409b360a25fae10426545d2dc68e0976be6126d69d8f4
-Size (php-composer/1.10.1/composer.phar) = 1969526 bytes
+SHA1 (php-composer/1.10.3/composer.phar) = c882f719ffc9d4aa7e754a7f58eb779218744adf
+RMD160 (php-composer/1.10.3/composer.phar) = 738f2bfaf74cbbb6a3c1c699d32acc876562fb65
+SHA512 (php-composer/1.10.3/composer.phar) = 037b4f0b615570bf31e1275a82756e9dfed27877e9b5dbe5f1a434f7d7f1bfcc35ea50bc3a1e2d619b7dd4631c1b367671ee1c199766cd257f821a1309e44953
+Size (php-composer/1.10.3/composer.phar) = 1971506 bytes



Home | Main Index | Thread Index | Old Index