Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 11:57:17 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432023 - head/net/bluemix-cli
Message-ID:  <201701211157.v0LBvH9X003052@repo.freebsd.org>

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



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