Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 16:51:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377108 - head/textproc/p5-XML-LibXML-Simple
Message-ID:  <201501151651.t0FGpYwP076768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 15 16:51:33 2015
New Revision: 377108
URL: https://svnweb.freebsd.org/changeset/ports/377108
QAT: https://qat.redports.org/buildarchive/r377108/

Log:
  - Update to 0.95
  - Fix *_DEPENDS: File::Slurp was replaced by File::Slurp::Tiny in 0.94
  
  Changes:	http://search.cpan.org/dist/XML-LibXML-Simple/ChangeLog
  PR:		ports/196484
  Submitted by:	sunpoet (myself)
  Approved by:	markun@onohara.to (maintainer)

Modified:
  head/textproc/p5-XML-LibXML-Simple/Makefile
  head/textproc/p5-XML-LibXML-Simple/distinfo

Modified: head/textproc/p5-XML-LibXML-Simple/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML-Simple/Makefile	Thu Jan 15 16:49:18 2015	(r377107)
+++ head/textproc/p5-XML-LibXML-Simple/Makefile	Thu Jan 15 16:51:33 2015	(r377108)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-LibXML-Simple
-PORTVERSION=	0.94
-PORTREVISION=	1
+PORTVERSION=	0.95
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +13,9 @@ COMMENT=	XML::LibXML clone of XML::Simpl
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+BUILD_DEPENDS=	p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny \
 		p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-XML-LibXML-Simple/distinfo
==============================================================================
--- head/textproc/p5-XML-LibXML-Simple/distinfo	Thu Jan 15 16:49:18 2015	(r377107)
+++ head/textproc/p5-XML-LibXML-Simple/distinfo	Thu Jan 15 16:51:33 2015	(r377108)
@@ -1,2 +1,2 @@
-SHA256 (XML-LibXML-Simple-0.94.tar.gz) = c3a8cc7fd46e86f7578302102a518b4d527ac58f452cc58041c7b885528ed1cc
-SIZE (XML-LibXML-Simple-0.94.tar.gz) = 21742
+SHA256 (XML-LibXML-Simple-0.95.tar.gz) = b1272256cee7b4341368819f25dc66555b00dea0bca11d890cb0e2b78ac40e63
+SIZE (XML-LibXML-Simple-0.95.tar.gz) = 21968



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