svn commit: r384794 - head/databases/p5-Dancer-Plugin-Redis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 26 13:38:34 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list