svn commit: r520161 - head/misc/py-xgboost

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 15 08:40:03 UTC 2019


Author: yuri
Date: Sun Dec 15 08:40:02 2019
New Revision: 520161
URL: https://svnweb.freebsd.org/changeset/ports/520161

Log:
  misc/py-xgboost: Fix TMPPLIST line removal in fix-plist
  
  Suggested by:	mat

Modified:
  head/misc/py-xgboost/Makefile

Modified: head/misc/py-xgboost/Makefile
==============================================================================
--- head/misc/py-xgboost/Makefile	Sun Dec 15 08:39:23 2019	(r520160)
+++ head/misc/py-xgboost/Makefile	Sun Dec 15 08:40:02 2019	(r520161)
@@ -37,6 +37,6 @@ post-install:
 	@${RMDIR} ${STAGEDIR}${PREFIX}/xgboost
 
 fix-plist: # https://github.com/dmlc/xgboost/issues/5118
-	@${REINPLACE_CMD} -e 's|^xgboost/libxgboost.so$$||' ${TMPPLIST}
+	@${REINPLACE_CMD} '/^xgboost\/libxgboost.so$$/d' ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list