diff options
author | pav <pav@FreeBSD.org> | 2006-03-15 10:36:08 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-15 10:36:08 +0000 |
commit | e5e4d5786f645981c47678e04c7780a54ec3ac3f (patch) | |
tree | 3addd4f36be3977c4130098137adace57723cb42 /net/rsync/Makefile | |
parent | 971c92f7aab2b7e4a52793d8d780ca6999dc8eac (diff) | |
download | FreeBSD-ports-e5e4d5786f645981c47678e04c7780a54ec3ac3f.zip FreeBSD-ports-e5e4d5786f645981c47678e04c7780a54ec3ac3f.tar.gz |
- Update to 2.6.7
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index e502936..4cd3799 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rsync -PORTVERSION= 2.6.6 +PORTVERSION= 2.6.7 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.samba.org//pub/%SUBDIR%/ \ @@ -25,7 +25,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt .endif USE_RC_SUBR= rsyncd.sh -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug \ @@ -45,6 +44,7 @@ PORTDOCS= NEWS README csprotocol.txt tech_report.tex .if !defined(WITHOUT_TIMELIMIT) EXTRA_PATCHES+= ${WRKSRC}/patches/time-limit.diff +PATCH_STRIP= -p1 .endif .include <bsd.port.pre.mk> |