svn commit: r439739 - head/databases/py3-apsw

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 29 07:50:57 UTC 2017


Author: sunpoet
Date: Sat Apr 29 07:50:56 2017
New Revision: 439739
URL: https://svnweb.freebsd.org/changeset/ports/439739

Log:
  Add PORTSCOUT
  
  - Use USES=python:3.3+

Modified:
  head/databases/py3-apsw/Makefile

Modified: head/databases/py3-apsw/Makefile
==============================================================================
--- head/databases/py3-apsw/Makefile	Sat Apr 29 07:50:50 2017	(r439738)
+++ head/databases/py3-apsw/Makefile	Sat Apr 29 07:50:56 2017	(r439739)
@@ -1,7 +1,9 @@
 # $FreeBSD$
 
-MASTERDIR=	${.CURDIR}/../py-apsw
+USES=		localbase python:3.3+ sqlite:3
+
+PORTSCOUT=	ignore:1
 
-USES=		localbase python:3.2+ sqlite:3
+MASTERDIR=	${.CURDIR}/../py-apsw
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list