diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-06 11:46:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-06 11:46:52 +0800 |
commit | f736389b05ad6268a6674a0759d6ec88fb143093 (patch) | |
tree | e83db88977273f1a12d792bc4eae88451fc94321 /net | |
parent | c403fce9acfa28f826c9fbb268001b22bf33e31a (diff) | |
download | freebsd-ports-gnome-f736389b05ad6268a6674a0759d6ec88fb143093.tar.gz freebsd-ports-gnome-f736389b05ad6268a6674a0759d6ec88fb143093.tar.zst freebsd-ports-gnome-f736389b05ad6268a6674a0759d6ec88fb143093.zip |
Upgrade to 1.6.3.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 10 | ||||
-rw-r--r-- | net/rsync/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index d4fda44b39f4..f6b3edc30bb2 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,10 +3,10 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.6 1997/09/28 04:49:41 peter Exp $ +# $Id: Makefile,v 1.7 1997/09/28 05:28:59 peter Exp $ # -DISTNAME= rsync-1.6.2 +DISTNAME= rsync-1.6.3 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ @@ -17,9 +17,9 @@ GNU_CONFIGURE= yes MAN1= rsync.1 post-patch: - cp ${FILESDIR}/clientserver.c ${WRKSRC} - cp ${FILESDIR}/README.daemon ${WRKSRC} - cp ${FILESDIR}/rsyncd_trees.eg ${WRKSRC} + @${CP} ${FILESDIR}/clientserver.c ${WRKSRC} + @${CP} ${FILESDIR}/README.daemon ${WRKSRC} + @${CP} ${FILESDIR}/rsyncd_trees.eg ${WRKSRC} post-install: @strip ${PREFIX}/bin/rsync diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 8a6378e6e4b5..0e8ec60a3602 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1 +1 @@ -MD5 (rsync-1.6.2.tar.gz) = 415dde5aa3fab397db2ee4f98e18cce3 +MD5 (rsync-1.6.3.tar.gz) = 7149a993153b936724d72aa0b342607a |