diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-27 00:47:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-27 00:47:05 +0800 |
commit | da15a459fb435be77caeabe32d82d7e9d7c962d7 (patch) | |
tree | d5936195ad91a6da3b655470c32dcf6372cd49c8 /www | |
parent | eb116dc62b5f21b5ea7721c9a6dfa7503be4619e (diff) | |
download | freebsd-ports-graphics-da15a459fb435be77caeabe32d82d7e9d7c962d7.tar.gz freebsd-ports-graphics-da15a459fb435be77caeabe32d82d7e9d7c962d7.tar.zst freebsd-ports-graphics-da15a459fb435be77caeabe32d82d7e9d7c962d7.zip |
- Update to 0.036
- Support STAGEDIR
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/pkg-plist | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index a111728025f..656f9a88714 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.035 +PORTVERSION= 0.036 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -20,9 +20,6 @@ OPTIONS_DEFAULT=COOKIE HTTPS USE_PERL5= configure USES= perl5 -MAN3= HTTP::Tiny.3 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOOKIE} diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index 6f52d76d500..3753f91c1ab 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.035.tar.gz) = 1a5f79a6af2a207b6e1112acc9a8dc9ac1be44f720853eaf0307edd4e521cc45 -SIZE (HTTP-Tiny-0.035.tar.gz) = 49376 +SHA256 (HTTP-Tiny-0.036.tar.gz) = 01308e3b9b4e47a74996df5cdec81a831f5d182f2fcc04237f3b99b5541fe39f +SIZE (HTTP-Tiny-0.036.tar.gz) = 49496 diff --git a/www/p5-HTTP-Tiny/pkg-plist b/www/p5-HTTP-Tiny/pkg-plist index cf77395186c..8368edf053a 100644 --- a/www/p5-HTTP-Tiny/pkg-plist +++ b/www/p5-HTTP-Tiny/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTTP/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny/.packlist +%%PERL5_MAN3%%/HTTP::Tiny.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP @dirrmtry %%SITE_PERL%%/HTTP |