Ticket #50111: Portfile-rsnapshot.diff

File Portfile-rsnapshot.diff, 1.7 KB (added by macports@…, 8 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                rsnapshot
    6 version             1.3.1
    7 revision            3
     6version             1.4.1
    87categories          sysutils net
    98platforms           darwin
    109maintainers         mww
     
    1817
    1918homepage            http://www.rsnapshot.org/
    2019master_sites        ${homepage}/downloads/
    21 checksums           sha1 a3aa3560dc389e1b00155a5869558522c4a29e05 \
    22                     rmd160  948ee5669c5da0728f607007da4d5fbbcfcdd8c7 \
    23                     sha256  94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e
     20checksums           sha1    d9f6d3266fbfec706f6d3dcbbc415978297b5023 \
     21                    rmd160  430289adc2680083e83810d1411b684622e074e5 \
     22                    sha256  fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8
    2423
    25 depends_lib         port:rsync port:p5.16-lchown bin:ssh:openssh
     24depends_lib         port:rsync port:p5.22-lchown bin:ssh:openssh
    2625
    2726configure.args      --mandir=${prefix}/share/man \
    2827                    --with-rsync=${prefix}/bin/rsync \
    29                     --with-perl=${prefix}/bin/perl5.16
     28                    --with-perl=${prefix}/bin/perl5.22
    3029
    3130test.run            yes
    3231
    3332post-destroot    {
    3433    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
    35     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
    36         NEWS README TODO ${destroot}${prefix}/share/doc/${name}
     34    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL.md \
     35        README.md ${destroot}${prefix}/share/doc/${name}
    3736    system "cp -R ${worksrcpath}/utils/* \
    3837        ${destroot}${prefix}/share/doc/${name}/examples"
    3938}