Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:10:21 +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: r388017 - head/devel/rubygem-logging
Message-ID:  <201505302310.t4UNALr8091258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:10:20 2015
New Revision: 388017
URL: https://svnweb.freebsd.org/changeset/ports/388017

Log:
  - Add LICENSE
  - Reformat pkg-descr
  - Update WWW

Modified:
  head/devel/rubygem-logging/Makefile
  head/devel/rubygem-logging/pkg-descr

Modified: head/devel/rubygem-logging/Makefile
==============================================================================
--- head/devel/rubygem-logging/Makefile	Sat May 30 23:10:15 2015	(r388016)
+++ head/devel/rubygem-logging/Makefile	Sat May 30 23:10:20 2015	(r388017)
@@ -10,6 +10,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Logging library based on Java's log4j
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-little-plugger>=1.1.3:${PORTSDIR}/devel/rubygem-little-plugger \
 		rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json
 

Modified: head/devel/rubygem-logging/pkg-descr
==============================================================================
--- head/devel/rubygem-logging/pkg-descr	Sat May 30 23:10:15 2015	(r388016)
+++ head/devel/rubygem-logging/pkg-descr	Sat May 30 23:10:20 2015	(r388017)
@@ -1,7 +1,6 @@
-Logging is a flexible logging library for use in 
-Ruby programs based on the design of Java's log4j 
-library. It features a hierarchical logging system, 
-custom level names, multiple output destinations 
-per log event, custom formatting, and more.
+Logging is a flexible logging library for use in Ruby programs based on the
+design of Java's log4j library. It features a hierarchical logging system,
+custom level names, multiple output destinations per log event, custom
+formatting, and more.
 
-WWW: http://rubygems.org/gems/logging
+WWW: https://github.com/TwP/logging



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