svn commit: r562052 - head/devel/py-yaml

Josh Paetzel jpaetzel at FreeBSD.org
Tue Jan 19 16:10:08 UTC 2021


Author: jpaetzel
Date: Tue Jan 19 16:10:08 2021
New Revision: 562052
URL: https://svnweb.freebsd.org/changeset/ports/562052

Log:
  Switch the optional libyaml to be on by default
  
  There are software packages that expect pyyaml to be compiled
  with libyaml support.  Switching the default eases using the port
  as a dep.
  
  Reported by:	thierry

Modified:
  head/devel/py-yaml/Makefile

Modified: head/devel/py-yaml/Makefile
==============================================================================
--- head/devel/py-yaml/Makefile	Tue Jan 19 15:51:15 2021	(r562051)
+++ head/devel/py-yaml/Makefile	Tue Jan 19 16:10:08 2021	(r562052)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yaml
 PORTVERSION=	5.3.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +19,8 @@ USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 OPTIONS_DEFINE=	LIBYAML EXAMPLES
+OPTIONS_DEFAULT=	LIBYAML
+
 LIBYAML_DESC=	Use textproc/libyaml for faster parsing
 
 LIBYAML_LIB_DEPENDS=	libyaml.so:textproc/libyaml


More information about the svn-ports-all mailing list