svn commit: r546019 - head/net/fspd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:50:13 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:50:07 2020
New Revision: 546019
URL: https://svnweb.freebsd.org/changeset/ports/546019

Log:
  Use scons of Python 3
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/fspd/Makefile

Modified: head/net/fspd/Makefile
==============================================================================
--- head/net/fspd/Makefile	Sun Aug 23 19:50:02 2020	(r546018)
+++ head/net/fspd/Makefile	Sun Aug 23 19:50:07 2020	(r546019)
@@ -13,7 +13,7 @@ COMMENT=	FSP daemon, clients, and scanner
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		scons:python2 tar:bzip2
+USES=		scons tar:bzip2
 
 CLIENTS=	fcatcmd fcdcmd fducmd ffindcmd fgetcmd fgrabcmd fhostcmd \
 		flscmd fmkdir fprocmd fput frmcmd frmdircmd fver fspmerge \


More information about the svn-ports-head mailing list