Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 17:21:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326659 - head/databases/py-bsddb
Message-ID:  <201309071721.r87HLiXA045052@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 17:21:44 2013
New Revision: 326659
URL: http://svnweb.freebsd.org/changeset/ports/326659

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

Modified:
  head/databases/py-bsddb/Makefile   (contents, props changed)

Modified: head/databases/py-bsddb/Makefile
==============================================================================
--- head/databases/py-bsddb/Makefile	Sat Sep  7 17:20:21 2013	(r326658)
+++ head/databases/py-bsddb/Makefile	Sat Sep  7 17:21:44 2013	(r326659)
@@ -13,6 +13,8 @@ DISTFILES=	${PYTHON_DISTFILE}
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Standard Python bindings to the Berkeley DB library
 
+PORTSCOUT=	ignore:1
+
 USE_BDB=	43+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071721.r87HLiXA045052>