Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 16:59:06 +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: r330413 - head/textproc/p5-XML-Compile-Cache
Message-ID:  <201310151659.r9FGx6bY056254@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 15 16:59:06 2013
New Revision: 330413
URL: http://svnweb.freebsd.org/changeset/ports/330413

Log:
  - Update to 1.00
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog

Modified:
  head/textproc/p5-XML-Compile-Cache/Makefile   (contents, props changed)
  head/textproc/p5-XML-Compile-Cache/distinfo   (contents, props changed)
  head/textproc/p5-XML-Compile-Cache/pkg-plist   (contents, props changed)

Modified: head/textproc/p5-XML-Compile-Cache/Makefile
==============================================================================
--- head/textproc/p5-XML-Compile-Cache/Makefile	Tue Oct 15 16:59:02 2013	(r330412)
+++ head/textproc/p5-XML-Compile-Cache/Makefile	Tue Oct 15 16:59:06 2013	(r330413)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	XML-Compile-Cache
-PORTVERSION=	0.99.5
+PORTVERSION=	1.00
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Cache Compiled XML Translators
@@ -14,16 +13,13 @@ COMMENT=	Cache Compiled XML Translators
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
-		p5-XML-Compile>=1.2:${PORTSDIR}/textproc/p5-XML-Compile \
+BUILD_DEPENDS=	p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
+		p5-XML-Compile>=1.28:${PORTSDIR}/textproc/p5-XML-Compile \
 		p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple
-TEST_DEPENDS=	p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
-		p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-XML-Compile-Tester>=0.02:${PORTSDIR}/devel/p5-XML-Compile-Tester
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		XML::Compile::Cache.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-XML-Compile-Cache/distinfo
==============================================================================
--- head/textproc/p5-XML-Compile-Cache/distinfo	Tue Oct 15 16:59:02 2013	(r330412)
+++ head/textproc/p5-XML-Compile-Cache/distinfo	Tue Oct 15 16:59:06 2013	(r330413)
@@ -1,2 +1,2 @@
-SHA256 (XML-Compile-Cache-0.995.tar.gz) = 2777e56ce00ebb3e4f1d3507297cf5d4ea2ae3b3881e137d4e93edef01474762
-SIZE (XML-Compile-Cache-0.995.tar.gz) = 15122
+SHA256 (XML-Compile-Cache-1.00.tar.gz) = fc9c565b4438c8860731b8475d94fc164a926b31a913cf392b1e9ce7ee3708cf
+SIZE (XML-Compile-Cache-1.00.tar.gz) = 15207

Modified: head/textproc/p5-XML-Compile-Cache/pkg-plist
==============================================================================
--- head/textproc/p5-XML-Compile-Cache/pkg-plist	Tue Oct 15 16:59:02 2013	(r330412)
+++ head/textproc/p5-XML-Compile-Cache/pkg-plist	Tue Oct 15 16:59:06 2013	(r330413)
@@ -1,6 +1,7 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache/.packlist
 %%SITE_PERL%%/XML/Compile/Cache.pm
 %%SITE_PERL%%/XML/Compile/Cache.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache/.packlist
+%%PERL5_MAN3%%/XML::Compile::Cache.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/Cache
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML



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