Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 17:45:16 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302824 - head/textproc/p5-XML-Compile
Message-ID:  <201208201745.q7KHjGl0070073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Mon Aug 20 17:45:16 2012
New Revision: 302824
URL: http://svn.freebsd.org/changeset/ports/302824

Log:
  - Update to 1.26
  - Pet portlint(1) by moving TEST_DEPENDS earlier
  
  Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog

Modified:
  head/textproc/p5-XML-Compile/Makefile
  head/textproc/p5-XML-Compile/distinfo

Modified: head/textproc/p5-XML-Compile/Makefile
==============================================================================
--- head/textproc/p5-XML-Compile/Makefile	Mon Aug 20 17:38:29 2012	(r302823)
+++ head/textproc/p5-XML-Compile/Makefile	Mon Aug 20 17:45:16 2012	(r302824)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile
-PORTVERSION=	1.25
+PORTVERSION=	1.26
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MARKOV
@@ -21,9 +21,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Log-Report>=0.90:${PORTSDIR}/devel/p5-Log-Report \
 		p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 TEST_DEPENDS=	p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \
-		p5-XML-Compile-Tester>=0.05:${PORTSDIR}/devel/p5-XML-Compile-Tester
+		p5-XML-Compile-Tester>=0.90:${PORTSDIR}/devel/p5-XML-Compile-Tester
 
 PERL_CONFIGURE=	yes
 

Modified: head/textproc/p5-XML-Compile/distinfo
==============================================================================
--- head/textproc/p5-XML-Compile/distinfo	Mon Aug 20 17:38:29 2012	(r302823)
+++ head/textproc/p5-XML-Compile/distinfo	Mon Aug 20 17:45:16 2012	(r302824)
@@ -1,2 +1,2 @@
-SHA256 (XML-Compile-1.25.tar.gz) = 7b8bdf659496fb583d286e10c00338b5f084b4caebfe9116eb1647b6d83a292e
-SIZE (XML-Compile-1.25.tar.gz) = 185390
+SHA256 (XML-Compile-1.26.tar.gz) = c628ed7c712bf86639564f41da385968e82c9ca6bf6fe06784bd2616460f0db4
+SIZE (XML-Compile-1.26.tar.gz) = 187926



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