Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2017 22:46:30 +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: r435870 - head/devel/rubygem-logging
Message-ID:  <201703102246.v2AMkUbv090525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 10 22:46:29 2017
New Revision: 435870
URL: https://svnweb.freebsd.org/changeset/ports/435870

Log:
  Update to 2.2.0
  
  - Add LICENSE_FILE
  - Update RUN_DEPENDS
  
  Changes:	https://github.com/TwP/logging/blob/master/History.txt

Modified:
  head/devel/rubygem-logging/Makefile
  head/devel/rubygem-logging/distinfo

Modified: head/devel/rubygem-logging/Makefile
==============================================================================
--- head/devel/rubygem-logging/Makefile	Fri Mar 10 22:46:25 2017	(r435869)
+++ head/devel/rubygem-logging/Makefile	Fri Mar 10 22:46:29 2017	(r435870)
@@ -2,17 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	logging
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Logging library based on Java's log4j
+COMMENT=	Logging library based on Java's log4j #'
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-little-plugger>=1.1.3:devel/rubygem-little-plugger \
-		rubygem-multi_json>=1.8.4:devel/rubygem-multi_json
+RUN_DEPENDS=	rubygem-little-plugger>=1.1:devel/rubygem-little-plugger \
+		rubygem-multi_json>=1.10:devel/rubygem-multi_json
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-logging/distinfo
==============================================================================
--- head/devel/rubygem-logging/distinfo	Fri Mar 10 22:46:25 2017	(r435869)
+++ head/devel/rubygem-logging/distinfo	Fri Mar 10 22:46:29 2017	(r435870)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483150283
-SHA256 (rubygem/logging-2.1.0.gem) = 34a0c16415a587c434e1f0d7ac5de9805d33de6e2636d5edc5c0765a7603f3a9
-SIZE (rubygem/logging-2.1.0.gem) = 83456
+TIMESTAMP = 1489157717
+SHA256 (rubygem/logging-2.2.0.gem) = 827284d29d5a3080ef5415ea78dbb860d2ec02e7eaa93abe720b6a8d600bbeb5
+SIZE (rubygem/logging-2.2.0.gem) = 86016



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