diff options
author | martti <martti> | 2002-01-10 11:00:19 +0000 |
---|---|---|
committer | martti <martti> | 2002-01-10 11:00:19 +0000 |
commit | 762a5afc565748b219b645b80abc21ea897a49c9 (patch) | |
tree | ad96d34355bfeb2d69ee3fc54b2dae7434c21113 /net/rsync/Makefile | |
parent | 2bcbcfa79bdecb7a64d10515ac2424aa59d1b55b (diff) | |
download | pkgsrc-762a5afc565748b219b645b80abc21ea897a49c9.tar.gz |
Updated rsync to 2.5.1
* native IPv6 support
* bug fixes
* --progress and -P now show estimated data transfer rate
* --no-detach option
* clearer error messages for some conditions
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 68eeb933196..7753db4cb91 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2001/02/25 04:18:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.36 2002/01/10 11:00:19 martti Exp $ -DISTNAME= rsync-2.4.6 +DISTNAME= rsync-2.5.1 CATEGORIES= net MASTER_SITES= ftp://rsync.samba.org/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ \ @@ -13,26 +13,10 @@ COMMENT= Network file distribution/synchronisation utility GNU_CONFIGURE= yes -BUILD_DEFS+= USE_INET6 - -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ - ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ -PATCHFILES= rsync-246-v6-20000907.diff.gz -PATCH_DIST_STRIP= -p1 -.endif - -.if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS= --enable-ipv6 -.else -CONFIGURE_ARGS= --disable-ipv6 -.endif - post-install: @strip ${PREFIX}/bin/rsync @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rsync + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.tex ${PREFIX}/share/doc/rsync .include "../../mk/bsd.pkg.mk" |