[csw-devel] SF.net SVN: gar:[14691] csw/mgar/pkg/rsync/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jun 1 14:47:35 CEST 2011
Revision: 14691
http://gar.svn.sourceforge.net/gar/?rev=14691&view=rev
Author: dmichelsen
Date: 2011-06-01 12:47:35 +0000 (Wed, 01 Jun 2011)
Log Message:
-----------
rsync: Update to 3.0.8, relocate rsyncd.conf to /etc/opt/csw
Modified Paths:
--------------
csw/mgar/pkg/rsync/trunk/Makefile
csw/mgar/pkg/rsync/trunk/checksums
Modified: csw/mgar/pkg/rsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rsync/trunk/Makefile 2011-06-01 11:01:44 UTC (rev 14690)
+++ csw/mgar/pkg/rsync/trunk/Makefile 2011-06-01 12:47:35 UTC (rev 14691)
@@ -3,20 +3,41 @@
# $Id$
NAME = rsync
-VERSION = 3.0.7
+VERSION = 3.0.8
CATEGORIES = utils
-DESCRIPTION = utility which provides fast incremental file transfer
+
+DESCRIPTION = Utility which provides fast incremental file transfer
+
define BLURB
rsync is an open source utility that provides fast incremental file transfer.
rsync is freely available under the GNU General Public License and is
currently being maintained by Wayne Davison.
endef
-SPKG_SOURCEURL = http://rsync.samba.org/
-MASTER_SITES = http://samba.anu.edu.au/ftp/rsync/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-CONFIGURE_ARGS = $(DIRPATHS)
-BUILD64 = 1
+
+MASTER_SITES = http://samba.anu.edu.au/ftp/rsync/
+DISTFILES = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://rsync.samba.org/
+
RUNTIME_DEP_PKGS_CSWrsync = CSWiconv
RUNTIME_DEP_PKGS_CSWrsync += CSWlibpopt
+
+BUILD64 = 1
+ISAEXEC = 1
+
+# The location of rsyncd.conf to OpenCSW standard has been done in 3.0.8
+MIGRATE_FILES = rsyncd.conf
+MIGRATE_SOURCE_DIR = /etc
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --with-rsyncd-conf=$(sysconfdir)/rsyncd.conf
+
include gar/category.mk
+
+post-install-modulated:
+ perl -pi \
+ -e 's,/etc/rsyncd\.conf,$(sysconfdir)/rsyncd.conf,g;' \
+ $(DESTDIR)$(mandir)/man5/rsyncd.conf.5
+ perl -pi \
+ -e 's,/usr/local,$(prefix),g;' \
+ $(DESTDIR)$(mandir)/man1/rsync.1
Modified: csw/mgar/pkg/rsync/trunk/checksums
===================================================================
--- csw/mgar/pkg/rsync/trunk/checksums 2011-06-01 11:01:44 UTC (rev 14690)
+++ csw/mgar/pkg/rsync/trunk/checksums 2011-06-01 12:47:35 UTC (rev 14691)
@@ -1 +1 @@
-b53525900817cf1ba7ad3a516ab5bfe9 rsync-3.0.7.tar.gz
+0ee8346ce16bdfe4c88a236e94c752b4 rsync-3.0.8.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list