diff options
author | mat <mat@FreeBSD.org> | 2018-06-29 18:10:35 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-29 18:10:35 +0800 |
commit | 6c7ba67d7c0c465124bad0aa2dc7a98c99428831 (patch) | |
tree | df4b5a7656a475d837a313a23e00f43e739df80d /www | |
parent | 9ed161dcf3c4e7691a009e14949abb2b7cfc2a85 (diff) | |
download | freebsd-ports-gnome-6c7ba67d7c0c465124bad0aa2dc7a98c99428831.tar.gz freebsd-ports-gnome-6c7ba67d7c0c465124bad0aa2dc7a98c99428831.tar.zst freebsd-ports-gnome-6c7ba67d7c0c465124bad0aa2dc7a98c99428831.zip |
Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.
PR: 229112
Reported by: many
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D15946
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Amon2-Plugin-LogDispatch/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-Dancer-Plugin-FlashMessage/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Dancer2-Plugin-Deferred/pkg-plist | 2 | ||||
-rw-r--r-- | www/p5-HTML5-DOM/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Router/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-Mojolicious-Plugin-Database/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-WWW-SourceForge/pkg-plist | 1 |
7 files changed, 0 insertions, 10 deletions
diff --git a/www/p5-Amon2-Plugin-LogDispatch/pkg-plist b/www/p5-Amon2-Plugin-LogDispatch/pkg-plist index 5c0913d63dec..4b4ebfe1fa39 100644 --- a/www/p5-Amon2-Plugin-LogDispatch/pkg-plist +++ b/www/p5-Amon2-Plugin-LogDispatch/pkg-plist @@ -1,3 +1,2 @@ %%SITE_PERL%%/Amon2/Plugin/LogDispatch.pm -%%SITE_PERL%%/Amon2/Plugin/README.pod %%PERL5_MAN3%%/Amon2::Plugin::LogDispatch.3.gz diff --git a/www/p5-Dancer-Plugin-FlashMessage/Makefile b/www/p5-Dancer-Plugin-FlashMessage/Makefile index a4662d977cd4..3d293588835b 100644 --- a/www/p5-Dancer-Plugin-FlashMessage/Makefile +++ b/www/p5-Dancer-Plugin-FlashMessage/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -post-patch: - @${RM} ${WRKSRC}/README.pod - .include <bsd.port.mk> diff --git a/www/p5-Dancer2-Plugin-Deferred/pkg-plist b/www/p5-Dancer2-Plugin-Deferred/pkg-plist index 0dfdc3374924..d7935ae1bd46 100644 --- a/www/p5-Dancer2-Plugin-Deferred/pkg-plist +++ b/www/p5-Dancer2-Plugin-Deferred/pkg-plist @@ -1,4 +1,2 @@ %%SITE_PERL%%/Dancer2/Plugin/Deferred.pm -@comment Don't package these: -@comment %%SITE_PERL%%/Dancer2/Plugin/README.pod %%PERL5_MAN3%%/Dancer2::Plugin::Deferred.3.gz diff --git a/www/p5-HTML5-DOM/pkg-plist b/www/p5-HTML5-DOM/pkg-plist index 389031f88ee1..f800c8a41b6d 100644 --- a/www/p5-HTML5-DOM/pkg-plist +++ b/www/p5-HTML5-DOM/pkg-plist @@ -14,7 +14,6 @@ %%SITE_ARCH%%/HTML5/DOM/Text.pm %%SITE_ARCH%%/HTML5/DOM/TokenList.pm %%SITE_ARCH%%/HTML5/DOM/Tree.pm -%%SITE_ARCH%%/HTML5/README.pod %%SITE_ARCH%%/HTML5/leaks.pl %%SITE_ARCH%%/auto/HTML5/DOM/DOM.so %%PERL5_MAN3%%/HTML5::DOM.3.gz diff --git a/www/p5-HTTP-Router/pkg-plist b/www/p5-HTTP-Router/pkg-plist index 87d38b8ff7ea..cfa08a2f42d0 100644 --- a/www/p5-HTTP-Router/pkg-plist +++ b/www/p5-HTTP-Router/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/HTTP/README.pod %%SITE_PERL%%/HTTP/Router/Route.pm %%SITE_PERL%%/HTTP/Router/Debug.pm %%SITE_PERL%%/HTTP/Router/Declare.pm diff --git a/www/p5-Mojolicious-Plugin-Database/pkg-plist b/www/p5-Mojolicious-Plugin-Database/pkg-plist index cb9aeb241c27..ac97246cfa5a 100644 --- a/www/p5-Mojolicious-Plugin-Database/pkg-plist +++ b/www/p5-Mojolicious-Plugin-Database/pkg-plist @@ -1,3 +1,2 @@ %%SITE_PERL%%/Mojolicious/Plugin/Database.pm -%%SITE_PERL%%/Mojolicious/Plugin/README.pod %%PERL5_MAN3%%/Mojolicious::Plugin::Database.3.gz diff --git a/www/p5-WWW-SourceForge/pkg-plist b/www/p5-WWW-SourceForge/pkg-plist index d1c722ce3ec5..3f14659f1c25 100644 --- a/www/p5-WWW-SourceForge/pkg-plist +++ b/www/p5-WWW-SourceForge/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/WWW/README.pod %%SITE_PERL%%/WWW/SourceForge.pm %%SITE_PERL%%/WWW/SourceForge/API.pm %%SITE_PERL%%/WWW/SourceForge/Project.pm |