Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 00:21:03 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305801 - head/textproc/p5-Text-Xslate
Message-ID:  <201210130021.q9D0L3CT003812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sat Oct 13 00:21:02 2012
New Revision: 305801
URL: http://svn.freebsd.org/changeset/ports/305801

Log:
  - Update to 1.5019 [1]
  - Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1]
  - Add regression-test target since TEST_DEPENDS were already there
  - Trim Makefile header
  
  PR:		ports/168112 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
  Approved by:	tobez (maintainer timeout, 5 months) [1]
  		makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/textproc/p5-Text-Xslate/Makefile   (contents, props changed)
  head/textproc/p5-Text-Xslate/distinfo   (contents, props changed)

Modified: head/textproc/p5-Text-Xslate/Makefile
==============================================================================
--- head/textproc/p5-Text-Xslate/Makefile	Sat Oct 13 00:07:46 2012	(r305800)
+++ head/textproc/p5-Text-Xslate/Makefile	Sat Oct 13 00:21:02 2012	(r305801)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	textproc/p5-Text-Xslate
-# Date created:				10 June 2010
-# Whom:					Anton Berezin <tobez@FreeBSD.org>
-#
+# Whom: Anton Berezin <tobez@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Xslate
-PORTVERSION=	1.5009
+PORTVERSION=	1.5019
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:GFUJI
@@ -18,13 +14,14 @@ COMMENT=	High performance template engin
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-COMMON_DEPENDS=	p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \
+BUILD_DEPENDS=	p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \
 		p5-Mouse>=0.61:${PORTSDIR}/devel/p5-Mouse \
 		p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
-		p5-Data-MessagePack>=0.38:${PORTSDIR}/devel/p5-Data-MessagePack
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
-TEST_DEPENDS=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
+		p5-Data-MessagePack>=0.38:${PORTSDIR}/devel/p5-Data-MessagePack \
+		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
+		p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
 		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
 MAKE_JOBS_UNSAFE=	yes
@@ -59,4 +56,13 @@ MAN3=	Text::Xslate.3 \
 	Text::Xslate::Type::Raw.3 \
 	Text::Xslate::Util.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501600
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+regression-test: build
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
+
+.include <bsd.port.post.mk>

Modified: head/textproc/p5-Text-Xslate/distinfo
==============================================================================
--- head/textproc/p5-Text-Xslate/distinfo	Sat Oct 13 00:07:46 2012	(r305800)
+++ head/textproc/p5-Text-Xslate/distinfo	Sat Oct 13 00:21:02 2012	(r305801)
@@ -1,2 +1,2 @@
-SHA256 (Text-Xslate-1.5009.tar.gz) = 17441381291968eafc7c15f84737c589556289ed4e60b4ed7c76320ddee54ce8
-SIZE (Text-Xslate-1.5009.tar.gz) = 208643
+SHA256 (Text-Xslate-1.5019.tar.gz) = 30b3c48e39102e6ffc26499a0aca76ed0e835a7e6553533b5c1cc296da24ba0d
+SIZE (Text-Xslate-1.5019.tar.gz) = 211521



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