Ticket #50111: Portfile-rsnapshot.diff
File Portfile-rsnapshot.diff, 1.7 KB (added by macports@…, 9 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name rsnapshot 6 version 1.3.1 7 revision 3 6 version 1.4.1 8 7 categories sysutils net 9 8 platforms darwin 10 9 maintainers mww … … 18 17 19 18 homepage http://www.rsnapshot.org/ 20 19 master_sites ${homepage}/downloads/ 21 checksums sha1 a3aa3560dc389e1b00155a5869558522c4a29e05\22 rmd160 948ee5669c5da0728f607007da4d5fbbcfcdd8c7\23 sha256 94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e20 checksums sha1 d9f6d3266fbfec706f6d3dcbbc415978297b5023 \ 21 rmd160 430289adc2680083e83810d1411b684622e074e5 \ 22 sha256 fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 24 23 25 depends_lib port:rsync port:p5. 16-lchown bin:ssh:openssh24 depends_lib port:rsync port:p5.22-lchown bin:ssh:openssh 26 25 27 26 configure.args --mandir=${prefix}/share/man \ 28 27 --with-rsync=${prefix}/bin/rsync \ 29 --with-perl=${prefix}/bin/perl5. 1628 --with-perl=${prefix}/bin/perl5.22 30 29 31 30 test.run yes 32 31 33 32 post-destroot { 34 33 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} 37 36 system "cp -R ${worksrcpath}/utils/* \ 38 37 ${destroot}${prefix}/share/doc/${name}/examples" 39 38 }