From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 14:39:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC9F8912; Tue, 15 Apr 2014 14:39:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B95461337; Tue, 15 Apr 2014 14:39:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FEd6Bg072066; Tue, 15 Apr 2014 14:39:06 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FEd6cI072064; Tue, 15 Apr 2014 14:39:06 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404151439.s3FEd6cI072064@svn.freebsd.org> From: Steve Wills Date: Tue, 15 Apr 2014 14:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351335 - head/databases/py-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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 14:39:06 -0000 Author: swills Date: Tue Apr 15 14:39:06 2014 New Revision: 351335 URL: http://svnweb.freebsd.org/changeset/ports/351335 QAT: https://qat.redports.org/buildarchive/r351335/ Log: - Stage - Pet portlint PR: ports/188602 Submitted by: Bartek Rutkowski Approved by: Rusty Nejdl (maintainer) Modified: head/databases/py-apsw/Makefile head/databases/py-apsw/pkg-descr Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Tue Apr 15 14:13:34 2014 (r351334) +++ head/databases/py-apsw/Makefile Tue Apr 15 14:39:06 2014 (r351335) @@ -21,5 +21,4 @@ USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Modified: head/databases/py-apsw/pkg-descr ============================================================================== --- head/databases/py-apsw/pkg-descr Tue Apr 15 14:13:34 2014 (r351334) +++ head/databases/py-apsw/pkg-descr Tue Apr 15 14:39:06 2014 (r351335) @@ -4,3 +4,5 @@ on being a minimal layer over SQLite att the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. + +WWW: https://code.google.com/p/apsw/