Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 08:40:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520161 - head/misc/py-xgboost
Message-ID:  <201912150840.xBF8e32l081837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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