svn commit: r329420 - head/textproc/p5-XML-Smart

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 5 06:06:15 UTC 2013


Author: sunpoet
Date: Sat Oct  5 06:06:13 2013
New Revision: 329420
URL: http://svnweb.freebsd.org/changeset/ports/329420

Log:
  - Update to 1.79
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/XML-Smart/Changes

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

Modified: head/textproc/p5-XML-Smart/Makefile
==============================================================================
--- head/textproc/p5-XML-Smart/Makefile	Sat Oct  5 06:06:08 2013	(r329419)
+++ head/textproc/p5-XML-Smart/Makefile	Sat Oct  5 06:06:13 2013	(r329420)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	XML-Smart
-PORTVERSION=	1.78
+PORTVERSION=	1.79
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TMHARISH
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
@@ -22,20 +23,14 @@ TEST_DEPENDS=	p5-Data-Dump>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		XML::Smart.3 \
-		XML::Smart::DTD.3 \
-		XML::Smart::FAQ.3 \
-		XML::Smart::Shared.3 \
-		XML::Smart::Tutorial.3
 PORTDOCS=	Changes README
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 

Modified: head/textproc/p5-XML-Smart/distinfo
==============================================================================
--- head/textproc/p5-XML-Smart/distinfo	Sat Oct  5 06:06:08 2013	(r329419)
+++ head/textproc/p5-XML-Smart/distinfo	Sat Oct  5 06:06:13 2013	(r329420)
@@ -1,2 +1,2 @@
-SHA256 (XML-Smart-1.78.tar.gz) = 51310e9328a4902908f8f12b6c3ab2e368d829c3c1bb267acddb0081f51d8dc3
-SIZE (XML-Smart-1.78.tar.gz) = 131585
+SHA256 (XML-Smart-1.79.tar.gz) = f787efaf9b8dcd1b51085f190acdaae155007a78ba668ffe40d56226f5f2b488
+SIZE (XML-Smart-1.79.tar.gz) = 131772

Modified: head/textproc/p5-XML-Smart/pkg-plist
==============================================================================
--- head/textproc/p5-XML-Smart/pkg-plist	Sat Oct  5 06:06:08 2013	(r329419)
+++ head/textproc/p5-XML-Smart/pkg-plist	Sat Oct  5 06:06:13 2013	(r329420)
@@ -14,6 +14,11 @@
 %%SITE_PERL%%/XML/Smart/Tutorial.pod
 %%SITE_PERL%%/XML/Smart/XPath.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Smart/.packlist
+%%PERL5_MAN3%%/XML::Smart.3.gz
+%%PERL5_MAN3%%/XML::Smart::DTD.3.gz
+%%PERL5_MAN3%%/XML::Smart::FAQ.3.gz
+%%PERL5_MAN3%%/XML::Smart::Shared.3.gz
+%%PERL5_MAN3%%/XML::Smart::Tutorial.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Smart
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
 @dirrmtry %%SITE_PERL%%/XML/Smart


More information about the svn-ports-head mailing list