Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 23:11:11 +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: r413399 - head/sysutils/rubygem-yell
Message-ID:  <201604152311.u3FNBBiH023624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 15 23:11:11 2016
New Revision: 413399
URL: https://svnweb.freebsd.org/changeset/ports/413399

Log:
  - Update to 2.0.6
  - Add LICENSE_FILE
  - Update WWW
  
  Changes:	https://github.com/rudionrails/yell/commits/master

Modified:
  head/sysutils/rubygem-yell/Makefile
  head/sysutils/rubygem-yell/distinfo   (contents, props changed)
  head/sysutils/rubygem-yell/pkg-descr   (contents, props changed)

Modified: head/sysutils/rubygem-yell/Makefile
==============================================================================
--- head/sysutils/rubygem-yell/Makefile	Fri Apr 15 23:11:07 2016	(r413398)
+++ head/sysutils/rubygem-yell/Makefile	Fri Apr 15 23:11:11 2016	(r413399)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yell
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.6
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
@@ -10,9 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Extensible logging library for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/sysutils/rubygem-yell/distinfo
==============================================================================
--- head/sysutils/rubygem-yell/distinfo	Fri Apr 15 23:11:07 2016	(r413398)
+++ head/sysutils/rubygem-yell/distinfo	Fri Apr 15 23:11:11 2016	(r413399)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/yell-2.0.5.gem) = 3689cca34ebd2303bbcb17311cc228fcd95ca4403a6a720925a60cf4f453c2c2
-SIZE (rubygem/yell-2.0.5.gem) = 32256
+SHA256 (rubygem/yell-2.0.6.gem) = 145dac3f73608f909281d426669eb5333c5235bcf5b5c26fe1f1a3dd04c7869f
+SIZE (rubygem/yell-2.0.6.gem) = 32256

Modified: head/sysutils/rubygem-yell/pkg-descr
==============================================================================
--- head/sysutils/rubygem-yell/pkg-descr	Fri Apr 15 23:11:07 2016	(r413398)
+++ head/sysutils/rubygem-yell/pkg-descr	Fri Apr 15 23:11:11 2016	(r413399)
@@ -2,4 +2,4 @@ Yell - Your Extensible Logging Library f
 multiple adapters, various log level combinations or message formatting
 options.
 
-WWW: http://rudionrails.github.io/yell/
+WWW: https://github.com/rudionrails/yell



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