Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 15:39:22 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467159 - in head: . devel/php-composer
Message-ID:  <201804121539.w3CFdMn4084390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121539.w3CFdMn4084390>