svn commit: r459926 - head/net-im/scudcloud

Mathieu Arnold mat at FreeBSD.org
Thu Jan 25 12:55:54 UTC 2018


Author: mat
Date: Thu Jan 25 12:55:54 2018
New Revision: 459926
URL: https://svnweb.freebsd.org/changeset/ports/459926

Log:
  Fix PKGNAME collision.
  
  Sponsored by:	Absolight

Modified:
  head/net-im/scudcloud/Makefile   (contents, props changed)

Modified: head/net-im/scudcloud/Makefile
==============================================================================
--- head/net-im/scudcloud/Makefile	Thu Jan 25 12:38:43 2018	(r459925)
+++ head/net-im/scudcloud/Makefile	Thu Jan 25 12:55:54 2018	(r459926)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	HUNSPELL
 
 USES=		python:3.4+
 USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils optsuffix
 
 post-patch:
 		@${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \


More information about the svn-ports-all mailing list