Ticket #37823: Portfile.diff

File Portfile.diff, 2.3 KB (added by cooljeanius (Eric Gallager), 10 years ago)

diff between previous Portfile and current one

  • Portfile

    old new  
    55
    66name                cpan2port
    77version             0.1.0
    8 categories          sysutils macports
     8categories          sysutils macports perl
    99platforms           darwin
    1010maintainers         gwmail.gwu.edu:egall openmaintainer
    1111license             WTFPL-2 permissive
    1212supported_archs     noarch
    1313
    1414description         A perl script to generate MacPorts portfiles
    15 long_description    ${description} from CPAN modules
    16 homepage            http://svn.macports.org/repository/macports/contrib/cpan2port
     15long_description    ${description} from CPAN modules.
     16homepage            http://svn.macports.org/repository/macports/contrib/${name}
    1717
    1818livecheck.type      none
    1919
    2020fetch.type          svn
    21 svn.url             https://svn.macports.org/repository/macports/contrib/cpan2port
    22 svn.revision        101883
    23 
    24 depends_lib-append  port:p5.12-module-depends \
    25                     port:p5.12-list-moreutils \
    26                     port:p5.12-module-corelist \
    27                     port:p5.12-yaml \
    28                     port:p5.12-file-path \
    29                     port:p5.12-pod-simple \
    30                     port:p5.12-carp-clan \
    31                     port:p5.12-getopt-simple
     21svn.url             https://svn.macports.org/repository/macports/contrib/${name}
     22svn.revision        120996
     23revision            ${svn.revision}
     24
     25depends_lib-append  port:p5.16-module-depends \
     26                    port:p5.16-list-moreutils \
     27                    port:p5.16-module-corelist \
     28                    port:p5.16-yaml \
     29                    port:p5.16-file-path \
     30                    port:p5.16-pod-simple \
     31                    port:p5.16-carp-clan \
     32                    port:p5.16-getopt-simple \
     33                    port:p5.16-parse-cpan-meta \
     34                    port:p5.16-cpan-meta-yaml
    3235
    3336worksrcdir          ${name}
    3437
    35 configure.perl      ${prefix}/bin/perl5.12
     38configure.perl      ${prefix}/bin/perl5.16
    3639
    3740configure {
    3841    reinplace "s|#! /usr/bin/env perl|#!${configure.perl}|g" ${worksrcpath}/${name}
    3942}
    4043
    41 build {}
     44# should be implied by overriding configure:
     45configure.ccache    no
     46
     47build {
     48    ui_debug "${name} has no build step."
     49}
    4250
    4351destroot {
    4452    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}