Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 17:50:44 +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: r329086 - head/ftp/p5-File-Fetch
Message-ID:  <201310021750.r92HoigU060388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct  2 17:50:44 2013
New Revision: 329086
URL: http://svnweb.freebsd.org/changeset/ports/329086

Log:
  - Update to 0.44
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES

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

Modified: head/ftp/p5-File-Fetch/Makefile
==============================================================================
--- head/ftp/p5-File-Fetch/Makefile	Wed Oct  2 17:50:39 2013	(r329085)
+++ head/ftp/p5-File-Fetch/Makefile	Wed Oct  2 17:50:44 2013	(r329086)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	File-Fetch
-PORTVERSION=	0.42
+PORTVERSION=	0.44
 CATEGORIES=	ftp www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		File::Fetch.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/ftp/p5-File-Fetch/distinfo
==============================================================================
--- head/ftp/p5-File-Fetch/distinfo	Wed Oct  2 17:50:39 2013	(r329085)
+++ head/ftp/p5-File-Fetch/distinfo	Wed Oct  2 17:50:44 2013	(r329086)
@@ -1,2 +1,2 @@
-SHA256 (File-Fetch-0.42.tar.gz) = 147ce83885e0da33c8059a5786dd6248db6798060ed37f2866ee05ea57129466
-SIZE (File-Fetch-0.42.tar.gz) = 20230
+SHA256 (File-Fetch-0.44.tar.gz) = 1c9adce4c889ef3fe7e6b9424ae00221f3249026f7ea21c07096a58d40215238
+SIZE (File-Fetch-0.44.tar.gz) = 20337

Modified: head/ftp/p5-File-Fetch/pkg-plist
==============================================================================
--- head/ftp/p5-File-Fetch/pkg-plist	Wed Oct  2 17:50:39 2013	(r329085)
+++ head/ftp/p5-File-Fetch/pkg-plist	Wed Oct  2 17:50:44 2013	(r329086)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/File/Fetch.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch/.packlist
+%%PERL5_MAN3%%/File::Fetch.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Fetch
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
 @dirrmtry %%SITE_PERL%%/File



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