svn commit: r446894 - head/devel/py3-simplejson

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 29 19:26:22 UTC 2017


Author: sunpoet
Date: Sat Jul 29 19:26:21 2017
New Revision: 446894
URL: https://svnweb.freebsd.org/changeset/ports/446894

Log:
  Fix USES=python
  
  - Add PORTSCOUT
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py3-simplejson/Makefile

Modified: head/devel/py3-simplejson/Makefile
==============================================================================
--- head/devel/py3-simplejson/Makefile	Sat Jul 29 19:26:16 2017	(r446893)
+++ head/devel/py3-simplejson/Makefile	Sat Jul 29 19:26:21 2017	(r446894)
@@ -1,7 +1,11 @@
 # $FreeBSD$
 
+PORTREVISION=	1
+
 MASTERDIR=	${.CURDIR}/../py-simplejson
 
-USES=		python:3
+PORTSCOUT=	ignore:1
+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list