aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-05-16 15:57:51 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-05-16 15:57:51 +0000
commitfad8fc4f7a6262685c8b84170fe4a1e08591528f (patch)
tree66848d14ee3d64e7eca7c11dbe37a93f58deb338 /net/librsync
parentcf6082fbf2c14199a173cf702568640e1e5a43dd (diff)
downloadports-fad8fc4f7a6262685c8b84170fe4a1e08591528f.tar.gz
ports-fad8fc4f7a6262685c8b84170fe4a1e08591528f.zip
net/librsync 2.3.0: fixup make test
psvn did not add the svn:executable property when I'd committed r535474. Add that, and a chmod +x in-depth ("paranoia") fix. PR: 245514 Approved by: portmgr@ (blanket approval to fix broken port (feature))
Notes
Notes: svn path=/head/; revision=535475
Diffstat (limited to 'net/librsync')
-rw-r--r--net/librsync/Makefile3
-rwxr-xr-x[-rw-r--r--]net/librsync/files/rdiff_bad_option.sh0
2 files changed, 2 insertions, 1 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index ea7e20b0b102..4fdeea08fcd7 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -26,6 +26,7 @@ TEST_TARGET= check
PLIST_SUB= PORTVERSION=${PORTVERSION}
pre-test:
- ${CP} -p ${FILESDIR}/rdiff_bad_option.sh ${WRKSRC}/tests/
+ ${CP} ${FILESDIR}/rdiff_bad_option.sh ${WRKSRC}/tests/
+ ${CHMOD} +x ${WRKSRC}/tests/rdiff_bad_option.sh
.include <bsd.port.mk>
diff --git a/net/librsync/files/rdiff_bad_option.sh b/net/librsync/files/rdiff_bad_option.sh
index fe8b62b5ec76..fe8b62b5ec76 100644..100755
--- a/net/librsync/files/rdiff_bad_option.sh
+++ b/net/librsync/files/rdiff_bad_option.sh