svn commit: r395979 - head/databases/p5-Dancer2-Plugin-Database

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:22:38 UTC 2015


Author: sunpoet
Date: Thu Sep  3 16:22:37 2015
New Revision: 395979
URL: https://svnweb.freebsd.org/changeset/ports/395979

Log:
  - Update to 2.13
  - Fix *_DEPENDS
  - Add more TEST_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes

Modified:
  head/databases/p5-Dancer2-Plugin-Database/Makefile
  head/databases/p5-Dancer2-Plugin-Database/distinfo

Modified: head/databases/p5-Dancer2-Plugin-Database/Makefile
==============================================================================
--- head/databases/p5-Dancer2-Plugin-Database/Makefile	Thu Sep  3 16:22:32 2015	(r395978)
+++ head/databases/p5-Dancer2-Plugin-Database/Makefile	Thu Sep  3 16:22:37 2015	(r395979)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Database
-PORTVERSION=	2.12
-PORTREVISION=	1
+PORTVERSION=	2.13
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,14 +13,17 @@ COMMENT=	Easy database connections for D
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
-		p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \
-		p5-Dancer-Plugin-Database-Core>=0.07:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core
+BUILD_DEPENDS=	p5-Dancer2>=0.151000:${PORTSDIR}/www/p5-Dancer2 \
+		p5-Dancer-Plugin-Database-Core>=0.12:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-Plack>=1.0032:${PORTSDIR}/www/p5-Plack \
 		p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/databases/p5-Dancer2-Plugin-Database/distinfo
==============================================================================
--- head/databases/p5-Dancer2-Plugin-Database/distinfo	Thu Sep  3 16:22:32 2015	(r395978)
+++ head/databases/p5-Dancer2-Plugin-Database/distinfo	Thu Sep  3 16:22:37 2015	(r395979)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-Database-2.12.tar.gz) = 21a94f5b41626e6d20a0431b5c848e1abbecb25a9353e3af0209eed453875518
-SIZE (Dancer2-Plugin-Database-2.12.tar.gz) = 16602
+SHA256 (Dancer2-Plugin-Database-2.13.tar.gz) = cbc167fdaf7b9eee45bb9ee945374bc3ef7aef539173903f3f4dcb832f09a951
+SIZE (Dancer2-Plugin-Database-2.13.tar.gz) = 16738


More information about the svn-ports-all mailing list