From owner-svn-ports-head@FreeBSD.ORG Sat May 30 23:10:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA7E21C3; Sat, 30 May 2015 23:10:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B982C110A; Sat, 30 May 2015 23:10:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UNALMd091260; Sat, 30 May 2015 23:10:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UNALr8091258; Sat, 30 May 2015 23:10:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505302310.t4UNALr8091258@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 May 2015 23:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388017 - head/devel/rubygem-logging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 23:10:21 -0000 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