pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 15 06:57:51 UTC 2026
Modified Files:
pkgsrc/net/rrsync: Makefile
pkgsrc/net/rsync: Makefile
Added Files:
pkgsrc/net/rsync: Makefile.common
Log Message:
rsync, rrsync: put some shared values into Makefile.common
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/rrsync/Makefile
cvs rdiff -u -r1.135 -r1.136 pkgsrc/net/rsync/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/rsync/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/rrsync/Makefile
diff -u pkgsrc/net/rrsync/Makefile:1.1 pkgsrc/net/rrsync/Makefile:1.2
--- pkgsrc/net/rrsync/Makefile:1.1 Fri Aug 14 19:51:09 2026
+++ pkgsrc/net/rrsync/Makefile Sat Aug 15 06:57:50 2026
@@ -1,16 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2026/08/14 19:51:09 kim Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/15 06:57:50 wiz Exp $
+
+.include "../../net/rsync/Makefile.common"
-DISTNAME= rsync-3.5.0
PKGNAME= ${DISTNAME:S/rsync/rrsync/}
-CATEGORIES= net
-MASTER_SITES= https://rsync.samba.org/ftp/rsync/
-MASTER_SITES+= https://rsync.samba.org/ftp/rsync/old-versions/
EXTRACT_ELEMENTS= ${DISTNAME}/support/rrsync ${DISTNAME}/rrsync.1
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://rsync.samba.org/
COMMENT= Restrict rsync users to a subdirectory via ssh logins
-LICENSE= gnu-gpl-v3
DEPENDS+= rsync>=3.5.0:../../net/rsync
DEPENDS+= ${PYPKGPREFIX}-braceexpand>=0.1.7:../../textproc/py-braceexpand
Index: pkgsrc/net/rsync/Makefile
diff -u pkgsrc/net/rsync/Makefile:1.135 pkgsrc/net/rsync/Makefile:1.136
--- pkgsrc/net/rsync/Makefile:1.135 Thu Aug 13 06:17:23 2026
+++ pkgsrc/net/rsync/Makefile Sat Aug 15 06:57:50 2026
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.135 2026/08/13 06:17:23 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2026/08/15 06:57:50 wiz Exp $
-DISTNAME= rsync-3.5.0
-CATEGORIES= net
-MASTER_SITES= http://rsync.samba.org/ftp/rsync/
-MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/
+.include "Makefile.common"
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://rsync.samba.org/
COMMENT= Network file distribution/synchronisation utility
-LICENSE= gnu-gpl-v3
USE_TOOLS+= bash:run
GNU_CONFIGURE= yes
Added files:
Index: pkgsrc/net/rsync/Makefile.common
diff -u /dev/null pkgsrc/net/rsync/Makefile.common:1.1
--- /dev/null Sat Aug 15 06:57:51 2026
+++ pkgsrc/net/rsync/Makefile.common Sat Aug 15 06:57:50 2026
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.common,v 1.1 2026/08/15 06:57:50 wiz Exp $
+#
+# used by net/rsync/Makefile
+# used by net/rrsync/Makefile
+
+DISTNAME= rsync-3.5.0
+CATEGORIES= net
+MASTER_SITES= http://rsync.samba.org/ftp/rsync/
+MASTER_SITES+= http://rsync.samba.org/ftp/rsync/old-versions/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://rsync.samba.org/
+LICENSE= gnu-gpl-v3
Home |
Main Index |
Thread Index |
Old Index