rsync: update to 3.0.7.
--HG-- extra : convert_revision : 285b5c2286299823a536ed621be995631fb2864d
This commit is contained in:
parent
2f835d24a3
commit
eb8a675f55
1 changed files with 7 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.0.6
|
version=3.0.7
|
||||||
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Remote fast incremental file transfer tool"
|
short_desc="Remote fast incremental file transfer tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=33cc969364cb66b3e345fa7db2c651a8e07de0e58743ec03899c4ba86953e1b3
|
checksum=9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8
|
||||||
long_desc="
|
long_desc="
|
||||||
Rsync is a fast and extraordinarily versatile file copying tool for
|
Rsync is a fast and extraordinarily versatile file copying tool for
|
||||||
both remote and local files.
|
both remote and local files.
|
||||||
|
@ -17,6 +17,8 @@ long_desc="
|
||||||
first glance this may seem impossible because the calculation of diffs
|
first glance this may seem impossible because the calculation of diffs
|
||||||
between two files normally requires local access to both files."
|
between two files normally requires local access to both files."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full acl
|
Add_dependency run acl
|
||||||
Add_dependency full popt
|
Add_dependency run popt
|
||||||
|
Add_dependency build acl-devel
|
||||||
|
Add_dependency build popt-devel
|
||||||
|
|
Loading…
Reference in a new issue