diff options
author | swills <swills@FreeBSD.org> | 2012-09-08 10:37:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-08 10:37:27 +0800 |
commit | 9ceef468eeba15a48bca7c9acb8a46e92f8ef7ca (patch) | |
tree | e3825e87d5c793cc13ee72537f46ff4af8b4079d | |
parent | 18272b7b5164b905f9b59c9dd7dff493d64fe34b (diff) | |
download | freebsd-ports-gnome-9ceef468eeba15a48bca7c9acb8a46e92f8ef7ca.tar.gz freebsd-ports-gnome-9ceef468eeba15a48bca7c9acb8a46e92f8ef7ca.tar.zst freebsd-ports-gnome-9ceef468eeba15a48bca7c9acb8a46e92f8ef7ca.zip |
- Update to 0.15
PR: ports/170905
Approved by: maintainer update (cm@therek.net, >2 weeks)
-rw-r--r-- | devel/p5-Parse-ErrorString-Perl/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Parse-ErrorString-Perl/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Parse-ErrorString-Perl/pkg-plist | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/p5-Parse-ErrorString-Perl/Makefile b/devel/p5-Parse-ErrorString-Perl/Makefile index 9bd3f835894d..7dcd9142349f 100644 --- a/devel/p5-Parse-ErrorString-Perl/Makefile +++ b/devel/p5-Parse-ErrorString-Perl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Parse-ErrorString-Perl -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN1= check_perldiag.1 -MAN3= Parse::ErrorString::Perl.3 +MAN3= Parse::ErrorString::Perl.3 \ + Parse::ErrorString::Perl::ErrorItem.3 \ + Parse::ErrorString::Perl::StackItem.3 .include <bsd.port.mk> diff --git a/devel/p5-Parse-ErrorString-Perl/distinfo b/devel/p5-Parse-ErrorString-Perl/distinfo index 8875e651d902..f119d674895e 100644 --- a/devel/p5-Parse-ErrorString-Perl/distinfo +++ b/devel/p5-Parse-ErrorString-Perl/distinfo @@ -1,2 +1,2 @@ -SHA256 (Parse-ErrorString-Perl-0.13.tar.gz) = ccdd936c4febeff91bc52264244180e5f1a34f771fc44e78e87d9fcfb80d7aff -SIZE (Parse-ErrorString-Perl-0.13.tar.gz) = 11579 +SHA256 (Parse-ErrorString-Perl-0.15.tar.gz) = dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253 +SIZE (Parse-ErrorString-Perl-0.15.tar.gz) = 20490 diff --git a/devel/p5-Parse-ErrorString-Perl/pkg-plist b/devel/p5-Parse-ErrorString-Perl/pkg-plist index 34c847c8c6cc..41d8847f507d 100644 --- a/devel/p5-Parse-ErrorString-Perl/pkg-plist +++ b/devel/p5-Parse-ErrorString-Perl/pkg-plist @@ -1,8 +1,11 @@ bin/check_perldiag +%%SITE_PERL%%/Parse/ErrorString/Perl/ErrorItem.pm +%%SITE_PERL%%/Parse/ErrorString/Perl/StackItem.pm %%SITE_PERL%%/Parse/ErrorString/Perl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString/Perl/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString/Perl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/ErrorString @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrmtry %%SITE_PERL%%/Parse/ErrorString/Perl @dirrmtry %%SITE_PERL%%/Parse/ErrorString @dirrmtry %%SITE_PERL%%/Parse |