svn commit: r351335 - head/databases/py-apsw

Steve Wills swills at FreeBSD.org
Tue Apr 15 14:39:06 UTC 2014


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 <ports at robakdesign.com>
  Approved by:	Rusty Nejdl <rnejdl at ringofsaturn.com> (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 <bsd.port.mk>

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/


More information about the svn-ports-head mailing list