svn commit: r326661 - head/databases/py-sqlite3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 17:21:52 UTC 2013


Author: sunpoet
Date: Sat Sep  7 17:21:51 2013
New Revision: 326661
URL: http://svnweb.freebsd.org/changeset/ports/326661

Log:
  - Add PORTSCOUT=ignore:1 to avoid false alarm

Modified:
  head/databases/py-sqlite3/Makefile

Modified: head/databases/py-sqlite3/Makefile
==============================================================================
--- head/databases/py-sqlite3/Makefile	Sat Sep  7 17:21:47 2013	(r326660)
+++ head/databases/py-sqlite3/Makefile	Sat Sep  7 17:21:51 2013	(r326661)
@@ -15,6 +15,8 @@ COMMENT=	Standard Python binding to the 
 
 LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3
 
+PORTSCOUT=	ignore:1
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 USE_XZ=		yes


More information about the svn-ports-all mailing list