svn commit: r388017 - head/devel/rubygem-logging

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:10:21 UTC 2015


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 at 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


More information about the svn-ports-all mailing list