Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 15:57:51 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535475 - in head/net/librsync: . files
Message-ID:  <202005161557.04GFvprp009817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat May 16 15:57:51 2020
New Revision: 535475
URL: https://svnweb.freebsd.org/changeset/ports/535475

Log:
  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))

Modified:
  head/net/librsync/Makefile
Directory Properties:
  head/net/librsync/files/rdiff_bad_option.sh   (props changed)

Modified: head/net/librsync/Makefile
==============================================================================
--- head/net/librsync/Makefile	Sat May 16 15:54:05 2020	(r535474)
+++ head/net/librsync/Makefile	Sat May 16 15:57:51 2020	(r535475)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161557.04GFvprp009817>