svn commit: r432023 - head/net/bluemix-cli

Alberto Villa avilla at FreeBSD.org
Sat Jan 21 11:57:19 UTC 2017


Author: avilla
Date: Sat Jan 21 11:57:17 2017
New Revision: 432023
URL: https://svnweb.freebsd.org/changeset/ports/432023

Log:
  - Update to 0.4.6
  - Pet portlint
  
  Changelog:
  - Upgrade to Go Lang 1.7.4
  - Add 'org-user-add' command to add a user as a NORMAL user into
    specified organization
  - Fix wrong description of 'account-user-invite'
  - Fix some prompt messages
  - Add 'org-account' command to display account to which specific org
    belongs
  - Remove 'list' and 'scale' commands
  - Upgrade to use open source CLI SDK

Modified:
  head/net/bluemix-cli/Makefile
  head/net/bluemix-cli/distinfo

Modified: head/net/bluemix-cli/Makefile
==============================================================================
--- head/net/bluemix-cli/Makefile	Sat Jan 21 11:33:40 2017	(r432022)
+++ head/net/bluemix-cli/Makefile	Sat Jan 21 11:57:17 2017	(r432023)
@@ -1,18 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	bluemix-cli
-PORTVERSION=	0.4.5
-DISTNAME=	Bluemix_CLI_${PORTVERSION}_386
+PORTVERSION=	0.4.6
 CATEGORIES=	net
 MASTER_SITES=	http://public.dhe.ibm.com/cloud/${PORTNAME:C/-.*//}/cli/${PORTNAME}/
+DISTNAME=	Bluemix_CLI_${PORTVERSION}_386
 
 MAINTAINER=	avilla at FreeBSD.org
 COMMENT=	Bluemix command line interface
 
 LICENSE=	BLUEMIX
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_NAME=	IBM Bluemix Service Description
 LICENSE_FILE=	${WRKSRC}/bin/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS=	cf:net/cf
 

Modified: head/net/bluemix-cli/distinfo
==============================================================================
--- head/net/bluemix-cli/distinfo	Sat Jan 21 11:33:40 2017	(r432022)
+++ head/net/bluemix-cli/distinfo	Sat Jan 21 11:57:17 2017	(r432023)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482251644
-SHA256 (Bluemix_CLI_0.4.5_386.tar.gz) = 264c4beee58d3e38a507bcb6e59558f6ce65fd8fb01ae76ea518fc8ce6935057
-SIZE (Bluemix_CLI_0.4.5_386.tar.gz) = 4837071
+TIMESTAMP = 1484996748
+SHA256 (Bluemix_CLI_0.4.6_386.tar.gz) = a33ea0d6ca9c9aa287f35f1dcf452596b0a3c5aa29ba5a8fec507f548ddf82ec
+SIZE (Bluemix_CLI_0.4.6_386.tar.gz) = 5051330


More information about the svn-ports-all mailing list