From owner-svn-ports-all@FreeBSD.ORG Mon Jan 5 19:30:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C354C629; Mon, 5 Jan 2015 19:30:15 +0000 (UTC) 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 AF6AA66C82; Mon, 5 Jan 2015 19:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t05JUFFb097332; Mon, 5 Jan 2015 19:30:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t05JUEll097328; Mon, 5 Jan 2015 19:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501051930.t05JUEll097328@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Jan 2015 19:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376351 - in head/devel: . rubygem-little-plugger rubygem-little_plugger 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 19:30:16 -0000 Author: sunpoet Date: Mon Jan 5 19:30:13 2015 New Revision: 376351 URL: https://svnweb.freebsd.org/changeset/ports/376351 QAT: https://qat.redports.org/buildarchive/r376351/ Log: - Respect rubygems naming: rename devel/rubygem-little_plugger to devel/rubygem-little-plugger - Add LICENSE - Remove DISTNAME and GEM_NAME - Update WWW - Bump PORTREVISION for dependency change Added: head/devel/rubygem-little-plugger/ - copied from r376349, head/devel/rubygem-little_plugger/ Deleted: head/devel/rubygem-little_plugger/ Modified: head/devel/Makefile head/devel/rubygem-little-plugger/Makefile head/devel/rubygem-little-plugger/pkg-descr head/devel/rubygem-logging/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 5 19:28:19 2015 (r376350) +++ head/devel/Makefile Mon Jan 5 19:30:13 2015 (r376351) @@ -4460,7 +4460,7 @@ SUBDIR += rubygem-librarian SUBDIR += rubygem-libyajl2 SUBDIR += rubygem-listen - SUBDIR += rubygem-little_plugger + SUBDIR += rubygem-little-plugger SUBDIR += rubygem-locale SUBDIR += rubygem-lockfile SUBDIR += rubygem-logging Modified: head/devel/rubygem-little-plugger/Makefile ============================================================================== --- head/devel/rubygem-little_plugger/Makefile Mon Jan 5 19:20:41 2015 (r376349) +++ head/devel/rubygem-little-plugger/Makefile Mon Jan 5 19:30:13 2015 (r376351) @@ -1,19 +1,19 @@ # Created by: Ryan Steinmetz () # $FreeBSD$ -PORTNAME= little_plugger +PORTNAME= little-plugger PORTVERSION= 1.1.3 PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG -DISTNAME= little-plugger-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Mechanism to parse ruby little-plugger files +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include Modified: head/devel/rubygem-little-plugger/pkg-descr ============================================================================== --- head/devel/rubygem-little_plugger/pkg-descr Mon Jan 5 19:20:41 2015 (r376349) +++ head/devel/rubygem-little-plugger/pkg-descr Mon Jan 5 19:30:13 2015 (r376351) @@ -2,4 +2,4 @@ LittlePlugger is a module that provides By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems. -WWW: http://rubygems.org/gems/little_plugger/ +WWW: https://github.com/TwP/little-plugger Modified: head/devel/rubygem-logging/Makefile ============================================================================== --- head/devel/rubygem-logging/Makefile Mon Jan 5 19:28:19 2015 (r376350) +++ head/devel/rubygem-logging/Makefile Mon Jan 5 19:30:13 2015 (r376351) @@ -3,13 +3,14 @@ PORTNAME= logging PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Logging library based on Java's log4j -RUN_DEPENDS= rubygem-little_plugger>=1.1.3:${PORTSDIR}/devel/rubygem-little_plugger \ +RUN_DEPENDS= rubygem-little-plugger>=1.1.3:${PORTSDIR}/devel/rubygem-little-plugger \ rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes