Page MenuHomeFreeBSD

D15026.id41409.diff
No OneTemporary

D15026.id41409.diff

Index: head/UPDATING
===================================================================
--- head/UPDATING
+++ head/UPDATING
@@ -5,6 +5,17 @@
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@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@FreeBSD.org
Index: head/devel/php-composer/Makefile
===================================================================
--- head/devel/php-composer/Makefile
+++ head/devel/php-composer/Makefile
@@ -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 @@
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 \
Index: head/devel/php-composer/distinfo
===================================================================
--- head/devel/php-composer/distinfo
+++ head/devel/php-composer/distinfo
@@ -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

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 2, 8:52 PM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27462328
Default Alt Text
D15026.id41409.diff (1 KB)

Event Timeline