components/rsync/Makefile
changeset 296 464763778976
parent 217 52d802061ca7
child 609 775168282b2f
--- a/components/rsync/Makefile	Thu Jun 09 17:28:09 2011 -0700
+++ b/components/rsync/Makefile	Fri Jun 10 14:01:58 2011 -0700
@@ -26,11 +26,11 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		rsync
-COMPONENT_VERSION=	3.0.6
+COMPONENT_VERSION=	3.0.8
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_PROJECT_URL=	http://rsync.samba.org
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha1:8853dfd291b3850aafa60169d2eea8601498f713
+COMPONENT_ARCHIVE_HASH=	sha1:10e80173c7e9ed8b8a4dc9e8fdab08402da5f08d
 COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
 
 COPYRIGHT_FILE=	rsync.copyright
@@ -50,12 +50,6 @@
 
 test:		$(NO_TESTS)
 
-#
-# The install target in the automatically generated Makefile only check the man pages
-# file under $(BUILD_DIR_32). So copy the files there to make "gmake install" work
-# correctly.
-#
-
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
 include ../../make-rules/depend.mk