From owner-svn-ports-all@FreeBSD.ORG Sun Feb 22 05:56:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A7C668; Sun, 22 Feb 2015 05:56:15 +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 0E31BF53; Sun, 22 Feb 2015 05:56:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1M5uEj0025242; Sun, 22 Feb 2015 05:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1M5uEBa025241; Sun, 22 Feb 2015 05:56:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502220556.t1M5uEBa025241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Feb 2015 05:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379579 - head/databases/p5-DBD-SQLite 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.18-1 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: Sun, 22 Feb 2015 05:56:15 -0000 Author: sunpoet Date: Sun Feb 22 05:56:14 2015 New Revision: 379579 URL: https://svnweb.freebsd.org/changeset/ports/379579 QAT: https://qat.redports.org/buildarchive/r379579/ Log: - Add PORTSCOUT Modified: head/databases/p5-DBD-SQLite/Makefile Modified: head/databases/p5-DBD-SQLite/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite/Makefile Sun Feb 22 05:56:09 2015 (r379578) +++ head/databases/p5-DBD-SQLite/Makefile Sun Feb 22 05:56:14 2015 (r379579) @@ -17,6 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= limit:^[0-9\.]*$$ + USES= perl5 USE_PERL5= configure