svn commit: r467159 - in head: . devel/php-composer
Guido Falsi
madpilot at FreeBSD.org
Thu Apr 12 15:39:23 UTC 2018
Author: madpilot
Date: Thu Apr 12 15:39:21 2018
New Revision: 467159
URL: https://svnweb.freebsd.org/changeset/ports/467159
Log:
- Update php-composer to 1.6.3
- Add php flavors support
- Add updating note due to package name change
PR: 227418
Submitted by: me
Approved by: cyberbotx at cyberbotx.com (maintainer),
portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D15026
Modified:
head/UPDATING
head/devel/php-composer/Makefile
head/devel/php-composer/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Apr 12 14:45:47 2018 (r467158)
+++ head/UPDATING Thu Apr 12 15:39:21 2018 (r467159)
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20180412:
+ AFFECTS: users of devel/php-composer
+ AUTHOT: madpilot at FreeBSD.org
+
+ Flavors have been added to the composer port with the update to
+ 1.6.3. Due to the change in PKGNAME pkg(and other tols) will not
+ notice the update. It is required to tell pkg about the name
+ change, for example:
+
+ # pkg set -n php-composer:php56-composer
+
20180410:
AFFECTS: users of KDE SC4
AUTHOR: kde at FreeBSD.org
Modified: head/devel/php-composer/Makefile
==============================================================================
--- head/devel/php-composer/Makefile Thu Apr 12 14:45:47 2018 (r467158)
+++ head/devel/php-composer/Makefile Thu Apr 12 15:39:21 2018 (r467159)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= composer
-DISTVERSION= 1.6.2
+DISTVERSION= 1.6.3
CATEGORIES= devel
MASTER_SITES= http://getcomposer.org/download/${DISTVERSION}/
-PKGNAMEPREFIX= php-
+PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
DISTNAME= composer
EXTRACT_SUFX= .phar
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
@@ -20,7 +20,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USES= php
+USES= php:flavors
USE_PHP= intl openssl phar json ctype filter mbstring
PLIST_FILES= bin/composer \
Modified: head/devel/php-composer/distinfo
==============================================================================
--- head/devel/php-composer/distinfo Thu Apr 12 14:45:47 2018 (r467158)
+++ head/devel/php-composer/distinfo Thu Apr 12 15:39:21 2018 (r467159)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516051463
-SHA256 (composer-1.6.2/composer.phar) = 6ec386528e64186dfe4e3a68a4be57992f931459209fd3d45dde64f5efb25276
-SIZE (composer-1.6.2/composer.phar) = 1857534
+TIMESTAMP = 1523356292
+SHA256 (composer-1.6.3/composer.phar) = 52cb7bbbaee720471e3b34c8ae6db53a38f0b759c06078a80080db739e4dcab6
+SIZE (composer-1.6.3/composer.phar) = 1861877
More information about the svn-ports-all
mailing list