svn commit: r329471 - head/databases/p5-Dancer-Plugin-Redis
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 5 16:00:25 UTC 2013
Author: gblach
Date: Sat Oct 5 16:00:24 2013
New Revision: 329471
URL: http://svnweb.freebsd.org/changeset/ports/329471
Log:
- Update to 0.7
Approved by: crees, tabthorpe (mentors, implicit)
Modified:
head/databases/p5-Dancer-Plugin-Redis/Makefile
head/databases/p5-Dancer-Plugin-Redis/distinfo
Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/Makefile Sat Oct 5 15:55:13 2013 (r329470)
+++ head/databases/p5-Dancer-Plugin-Redis/Makefile Sat Oct 5 16:00:24 2013 (r329471)
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= Dancer-Plugin-Redis
-PORTVERSION= 0.02
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES= databases perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:CSCM
+MASTER_SITE_SUBDIR= CPAN:CELOGEEK
PKGNAMEPREFIX= p5-
MAINTAINER= gblach at FreeBSD.org
@@ -16,19 +15,14 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
- p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis
+ p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
- p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis
+ p5-Redis>=1.955:${PORTSDIR}/databases/p5-Redis
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
MAN3= Dancer::Plugin::Redis.3
NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -i '' -e \
- 's/_check_connection($$handle->{dbh})/$$handle->{dbh}->ping/' \
- ${WRKSRC}/lib/Dancer/Plugin/Redis.pm
-
.include <bsd.port.mk>
Modified: head/databases/p5-Dancer-Plugin-Redis/distinfo
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/distinfo Sat Oct 5 15:55:13 2013 (r329470)
+++ head/databases/p5-Dancer-Plugin-Redis/distinfo Sat Oct 5 16:00:24 2013 (r329471)
@@ -1,2 +1,2 @@
-SHA256 (Dancer-Plugin-Redis-0.02.tar.gz) = c24c08a50c4dfc87c3d92a3884696b23b2bed6cbcf882b943a77014d22228a2a
-SIZE (Dancer-Plugin-Redis-0.02.tar.gz) = 4621
+SHA256 (Dancer-Plugin-Redis-0.7.tar.gz) = f2abb7dd8e7d1fd5b30fb9cb5ea3c9ac77117d8495070e2dd7f62f50ef289dc0
+SIZE (Dancer-Plugin-Redis-0.7.tar.gz) = 18661
More information about the svn-ports-all
mailing list