diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-02 17:50:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-02 17:50:44 +0000 |
commit | aae017a0ab1de019702af967a949f9a829a40321 (patch) | |
tree | aa88233d5e00374833198811fe96124db4a7863b /ftp | |
parent | 0fde5d6560a46d9608b40a60a9a7cdad81dab27e (diff) | |
download | ports-aae017a0ab1de019702af967a949f9a829a40321.tar.gz ports-aae017a0ab1de019702af967a949f9a829a40321.zip |
- Update to 0.44
- Support STAGEDIR
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
Notes
Notes:
svn path=/head/; revision=329086
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 5 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/distinfo | 4 | ||||
-rw-r--r-- | ftp/p5-File-Fetch/pkg-plist | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index 428a7f77a32d..bff26bed626d 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -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> diff --git a/ftp/p5-File-Fetch/distinfo b/ftp/p5-File-Fetch/distinfo index 10a66bc70c49..7c4b3d482d77 100644 --- a/ftp/p5-File-Fetch/distinfo +++ b/ftp/p5-File-Fetch/distinfo @@ -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 diff --git a/ftp/p5-File-Fetch/pkg-plist b/ftp/p5-File-Fetch/pkg-plist index c96d5dd3c5a7..d0798e05648f 100644 --- a/ftp/p5-File-Fetch/pkg-plist +++ b/ftp/p5-File-Fetch/pkg-plist @@ -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 |