From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 13:38:34 2015 Return-Path: Delivered-To: svn-ports-head@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 BE1B3BC1; Sun, 26 Apr 2015 13:38:34 +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 93ACA170D; Sun, 26 Apr 2015 13:38:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QDcYvD037195; Sun, 26 Apr 2015 13:38:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QDcYaT037188; Sun, 26 Apr 2015 13:38:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261338.t3QDcYaT037188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 13:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384794 - head/databases/p5-Dancer-Plugin-Redis 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: Sun, 26 Apr 2015 13:38:34 -0000 Author: sunpoet Date: Sun Apr 26 13:38:33 2015 New Revision: 384794 URL: https://svnweb.freebsd.org/changeset/ports/384794 Log: - Update *_DEPENDS - Add PORTSCOUT - Reformat pkg-descr - Take maintainership Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile head/databases/p5-Dancer-Plugin-Redis/pkg-descr Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-Redis/Makefile Sun Apr 26 13:36:54 2015 (r384793) +++ head/databases/p5-Dancer-Plugin-Redis/Makefile Sun Apr 26 13:38:33 2015 (r384794) @@ -9,18 +9,19 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CELOGEEK PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redis database connector for Dancer LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis -RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \ - p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis +BUILD_DEPENDS= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ + p5-Redis>=1.9550:${PORTSDIR}/databases/p5-Redis +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14 -USES= perl5 USE_PERL5= modbuild +USES= perl5 .include Modified: head/databases/p5-Dancer-Plugin-Redis/pkg-descr ============================================================================== --- head/databases/p5-Dancer-Plugin-Redis/pkg-descr Sun Apr 26 13:36:54 2015 (r384793) +++ head/databases/p5-Dancer-Plugin-Redis/pkg-descr Sun Apr 26 13:38:33 2015 (r384794) @@ -1,5 +1,4 @@ -Dancer::Plugin::Redis provides an easy way to obtain a connected Redis -database handle by simply calling the 'redis' keyword within a Dancer -application. +Dancer::Plugin::Redis provides an easy way to obtain a connected Redis database +handle by simply calling the 'redis' keyword within a Dancer application. WWW: http://search.cpan.org/dist/Dancer-Plugin-Redis/