Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2015 13:38:34 +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: r384794 - head/databases/p5-Dancer-Plugin-Redis
Message-ID:  <201504261338.t3QDcYaT037188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



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