From owner-svn-ports-head@freebsd.org Tue Feb 7 16:50:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56A22CD5B2A; Tue, 7 Feb 2017 16:50:37 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2427913B9; Tue, 7 Feb 2017 16:50:37 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v17GoaZ6064158; Tue, 7 Feb 2017 16:50:36 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v17Goaph064156; Tue, 7 Feb 2017 16:50:36 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201702071650.v17Goaph064156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 7 Feb 2017 16:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433570 - head/security X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 16:50:37 -0000 Author: dvl Date: Tue Feb 7 16:50:36 2017 New Revision: 433570 URL: https://svnweb.freebsd.org/changeset/ports/433570 Log: Add newly created port py-virustotal-api Sorry. Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Feb 7 16:49:28 2017 (r433569) +++ head/security/Makefile Tue Feb 7 16:50:36 2017 (r433570) @@ -931,6 +931,7 @@ SUBDIR += py-tuf SUBDIR += py-twistedConch SUBDIR += py-twofish + SUBDIR += py-virustotal-api SUBDIR += py-volatility SUBDIR += py-vulndb SUBDIR += py-xmlsec