Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 15:50:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446973 - head/devel/rubygem-mixlib-authentication
Message-ID:  <201707311550.v6VFo2RE006100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 31 15:50:02 2017
New Revision: 446973
URL: https://svnweb.freebsd.org/changeset/ports/446973

Log:
  Update to 1.4.1
  
  - Add LICENSE
  - Update WWW
  
  Changes:	https://github.com/chef/mixlib-authentication/blob/master/CHANGELOG.md
  		https://github.com/chef/mixlib-authentication/commits/master
  PR:		220770
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/rubygem-mixlib-authentication/Makefile
  head/devel/rubygem-mixlib-authentication/distinfo
  head/devel/rubygem-mixlib-authentication/pkg-descr

Modified: head/devel/rubygem-mixlib-authentication/Makefile
==============================================================================
--- head/devel/rubygem-mixlib-authentication/Makefile	Mon Jul 31 15:49:56 2017	(r446972)
+++ head/devel/rubygem-mixlib-authentication/Makefile	Mon Jul 31 15:50:02 2017	(r446973)
@@ -2,17 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	mixlib-authentication
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	renchap@cocoa-x.com
 COMMENT=	Mixes in simple per-request authentication
 
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-mixlib-authentication/distinfo
==============================================================================
--- head/devel/rubygem-mixlib-authentication/distinfo	Mon Jul 31 15:49:56 2017	(r446972)
+++ head/devel/rubygem-mixlib-authentication/distinfo	Mon Jul 31 15:50:02 2017	(r446973)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/mixlib-authentication-1.3.0.gem) = ef0bb04f4d4e7cc7fab1f63a9ce08c5a1d1ebca70303db1eaf5ab3a16e2cb7b0
-SIZE (rubygem/mixlib-authentication-1.3.0.gem) = 19456
+TIMESTAMP = 1500161180
+SHA256 (rubygem/mixlib-authentication-1.4.1.gem) = 50bd0bb6789ad44a75582942589fd824f2a3d0a5da80c4fd310b31c3e92c59ec
+SIZE (rubygem/mixlib-authentication-1.4.1.gem) = 22528

Modified: head/devel/rubygem-mixlib-authentication/pkg-descr
==============================================================================
--- head/devel/rubygem-mixlib-authentication/pkg-descr	Mon Jul 31 15:49:56 2017	(r446972)
+++ head/devel/rubygem-mixlib-authentication/pkg-descr	Mon Jul 31 15:50:02 2017	(r446973)
@@ -1,4 +1,4 @@
 Mixlib::Authentication provides a class-based header signing authentication
 object, like the one used in Chef.
 
-WWW: http://www.opscode.com
+WWW: https://www.chef.io/



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