svn commit: r328799 - head/devel/p5-Data-Model

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 14:45:02 UTC 2013


Author: sunpoet
Date: Mon Sep 30 14:45:02 2013
New Revision: 328799
URL: http://svnweb.freebsd.org/changeset/ports/328799

Log:
  - Use USE_PERL5=modbuildtiny
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-Data-Model/Makefile   (contents, props changed)

Modified: head/devel/p5-Data-Model/Makefile
==============================================================================
--- head/devel/p5-Data-Model/Makefile	Mon Sep 30 14:43:41 2013	(r328798)
+++ head/devel/p5-Data-Model/Makefile	Mon Sep 30 14:45:02 2013	(r328799)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Data-Model
 PORTVERSION=	0.00008
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,7 +11,6 @@ MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for model interface which had more data sources unified
 
 RUN_DEPENDS=	\
-	p5-Module-Build-Tiny>=0.020:${PORTSDIR}/devel/p5-Module-Build-Tiny \
 	p5-Class-Trigger>0:${PORTSDIR}/devel/p5-Class-Trigger \
 	p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
 	p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
@@ -22,8 +22,9 @@ TEST_DEPENDS=	p5-Path-Class>=0:${PORTSDI
 		p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
 
+NO_STAGE=	yes
 USES=	perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 
 MAN3=	Data::Model.3 \
 	Data::Model::Accessor.3 \
@@ -54,5 +55,5 @@ MAN3=	Data::Model.3 \
 	Data::Model::Schema::SQL.3 \
 	Data::Model::Transaction.3 \
 	Data::Model::Tutorial::JA.3
-NO_STAGE=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list