Skip to content

Commit

Permalink
update to 2.5.7
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4128 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Dec 6, 2003
1 parent ed513a2 commit 19f9af0
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions net/rsync/Portfile
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,8 @@
# $Id: Portfile,v 1.3 2003/10/28 21:26:22 mww Exp $ # $Id: Portfile,v 1.4 2003/12/06 02:28:10 mww Exp $


PortSystem 1.0 PortSystem 1.0
name rsync name rsync
version 2.5.6 version 2.5.7
revision 1
categories net categories net
maintainers mww@opendarwin.org maintainers mww@opendarwin.org
description tool that provides fast incremental file transfer description tool that provides fast incremental file transfer
Expand All @@ -20,25 +19,21 @@ master_sites http://samba.org/ftp/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \
ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
checksums md5 ec39fcea433df4d6a3a4e0896c655535 checksums md5 9b3ec929091d7849f42b973247918a55
platforms darwin freebsd platforms darwin freebsd
configure.args --disable-ipv6 \ configure.args --disable-ipv6 \
--mandir=${prefix}/share/man --mandir=${prefix}/share/man


variant ipv6 { variant ipv6 {
configure.args --enable-ipv6 \ configure.args --enable-ipv6 \
--mandir=${prefix}/share/man --mandir=${prefix}/share/man
} }


build.type gnu build.type gnu
post-build {
system "strip ${worksrcpath}/rsync"
}


post-destroot { post-destroot {
system "cd ${worksrcpath} \ file mkdir ${destroot}${prefix}/share/doc/${name}
&& install -m 755 -d ${destroot}${prefix}/share/doc/${name} \ file copy ${worksrcpath}/COPYING ${worksrcpath}/INSTALL \
&& cp COPYING INSTALL NEWS OLDNEWS README TODO \ ${worksrcpath}/NEWS ${worksrcpath}/OLDNEWS ${worksrcpath}/TODO \
${destroot}${prefix}/share/doc/${name}" ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
} }

0 comments on commit 19f9af0

Please sign in to comment.