Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 16:39:51 +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: r330140 - head/devel/p5-Test-File
Message-ID:  <201310121639.r9CGdpig021810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 12 16:39:51 2013
New Revision: 330140
URL: http://svnweb.freebsd.org/changeset/ports/330140

Log:
  - Update to 1.35
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Test-File/Changes

Modified:
  head/devel/p5-Test-File/Makefile
  head/devel/p5-Test-File/distinfo   (contents, props changed)
  head/devel/p5-Test-File/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Test-File/Makefile
==============================================================================
--- head/devel/p5-Test-File/Makefile	Sat Oct 12 16:39:46 2013	(r330139)
+++ head/devel/p5-Test-File/Makefile	Sat Oct 12 16:39:51 2013	(r330140)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-File
-PORTVERSION=	1.34
+PORTVERSION=	1.35
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +18,4 @@ TEST_DEPENDS=	p5-Test-Manifest>=1.14:${P
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Test::File.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-File/distinfo
==============================================================================
--- head/devel/p5-Test-File/distinfo	Sat Oct 12 16:39:46 2013	(r330139)
+++ head/devel/p5-Test-File/distinfo	Sat Oct 12 16:39:51 2013	(r330140)
@@ -1,2 +1,2 @@
-SHA256 (Test-File-1.34.tar.gz) = 5c69fc2fbeb990866d8940734a3f5e1e37a312fde20d45e15f396f81b3eceeab
-SIZE (Test-File-1.34.tar.gz) = 18771
+SHA256 (Test-File-1.35.tar.gz) = 2e664248a4cd10fd151434f5db3354c2f97ee1a7c28a00a6e7d28996d312e3c8
+SIZE (Test-File-1.35.tar.gz) = 18264

Modified: head/devel/p5-Test-File/pkg-plist
==============================================================================
--- head/devel/p5-Test-File/pkg-plist	Sat Oct 12 16:39:46 2013	(r330139)
+++ head/devel/p5-Test-File/pkg-plist	Sat Oct 12 16:39:51 2013	(r330140)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Test/File.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/File/.packlist
+%%PERL5_MAN3%%/Test::File.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/File
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
 @dirrmtry %%SITE_PERL%%/Test



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