Ticket #28318: tmo28138.p5-locale-gettext.patch

File tmo28138.p5-locale-gettext.patch, 2.0 KB (added by l2g@…, 13 years ago)

Patch for existing port files

  • dports/perl/p5-locale-gettext/Portfile

    old new  
    55PortGroup           perl5 1.0
    66
    77perl5.setup         Locale-gettext 1.05
    8 revision            3
     8revision            4
    99set my_name         gettext
    1010distname            ${my_name}-${version}
    1111
    1212homepage            http://search.cpan.org/dist/gettext/
    13 maintainers         nomaintainer
     13maintainers         l2g openmaintainer
    1414platforms           darwin
    1515description         Perl interface to GNU gettext
    1616
     
    2828    set archflags ${configure.cc_archflags}
    2929}
    3030
    31 patchfiles          patch-Makefile.PL
     31# The first patch below corrects a typo in the documentation. The last two
     32# correct a bug discovered by the Debian Project; they come from the CPAN RT
     33# ticket tracker (http://rt.cpan.org/Public/Bug/Display.html?id=35680).
     34patch.pre_args      -p1
     35patchfiles          patch-Makefile.PL \
     36                    patch-cpan-rt-35680-1.diff \
     37                    patch-cpan-rt-35680-2.diff
    3238
    3339configure.cc        ${configure.cc} ${configure.cflags} ${configure.ldflags} \
    3440                    ${archflags}
  • dports/perl/p5-locale-gettext/files/patch-Makefile.PL

    old new  
    1 --- Makefile.PL.orig    2008-12-12 11:20:06.000000000 -0800
    2 +++ Makefile.PL 2008-12-12 11:20:25.000000000 -0800
     1--- gettext-1.05/Makefile.PL.orig       2008-12-12 11:20:06.000000000 -0800
     2+++ gettext-1.05/Makefile.PL    2008-12-12 11:20:25.000000000 -0800
    33@@ -35,6 +35,8 @@
    44     NAME => "Locale::gettext",
    55     LIBS => ($libs eq '') ? [] : [$libs],