From owner-svn-ports-head@freebsd.org Sat Apr 29 07:50:57 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5486BD55B20; Sat, 29 Apr 2017 07:50:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26465139; Sat, 29 Apr 2017 07:50:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3T7ouJM027873; Sat, 29 Apr 2017 07:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3T7outG027872; Sat, 29 Apr 2017 07:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704290750.v3T7outG027872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Apr 2017 07:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439739 - head/databases/py3-apsw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 07:50:57 -0000 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"