Ticket #50220: sgmlspm-remove-pl.diff
File sgmlspm-remove-pl.diff, 1.4 KB (added by mojca (Mojca Miklavec), 9 years ago) |
---|
-
Portfile
6 6 7 7 perl5.branches 5.16 5.18 5.20 5.22 8 8 perl5.setup SGMLSpm 1.1 ../by-authors/id/R/RA/RAAB 9 revision 1 9 10 platforms darwin 10 11 license GPL-2 11 12 maintainers gmail.com:tlockhart1976 openmaintainer … … 24 25 25 26 supported_archs noarch 26 27 perl5.use_module_build 28 29 patchfiles patch-sgmlspl.diff 30 post-patch { 31 file rename ${worksrcpath}/script/sgmlspl.pl ${worksrcpath}/script/sgmlspl 32 } 27 33 } -
files/patch-sgmlspl.diff
1 --- Build.PL.orig 2 +++ Build.PL 3 @@ -11,7 +11,7 @@ my $build = Module::Build->new 4 dist_author => "David Megginson", 5 dist_abstract => "a perl5 class library for parsing the output from James Clark's SGMLS and NSGMLS parsers.", 6 create_makefile_pl => 'traditional', 7 - script_files => [ qw(script/sgmlspl.pl) ] 8 + script_files => [ qw(script/sgmlspl) ] 9 ); 10 11 $build->add_build_element('pl'); 12 --- MANIFEST.orig 13 +++ MANIFEST 14 @@ -67,6 +67,6 @@ MANIFEST.SKIP 15 META.yml 16 MYMETA.yml 17 README 18 -script/sgmlspl.pl 19 +script/sgmlspl 20 t/test-SGMLS.pl 21 TODO