From owner-svn-ports-all@freebsd.org Wed May 9 21:38:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64200FCD2A7; Wed, 9 May 2018 21:38:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB99277291; Wed, 9 May 2018 21:38:57 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C751170F4; Wed, 9 May 2018 21:38:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49LcvF3003674; Wed, 9 May 2018 21:38:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49LcugR003670; Wed, 9 May 2018 21:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805092138.w49LcugR003670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 May 2018 21:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469476 - head/security/p5-Parse-Snort X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Parse-Snort X-SVN-Commit-Revision: 469476 X-SVN-Commit-Repository: ports 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.25 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: Wed, 09 May 2018 21:38:59 -0000 Author: sunpoet Date: Wed May 9 21:38:56 2018 New Revision: 469476 URL: https://svnweb.freebsd.org/changeset/ports/469476 Log: Update to 0.8 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Parse-Snort/Changes Modified: head/security/p5-Parse-Snort/Makefile head/security/p5-Parse-Snort/distinfo head/security/p5-Parse-Snort/pkg-plist (contents, props changed) Modified: head/security/p5-Parse-Snort/Makefile ============================================================================== --- head/security/p5-Parse-Snort/Makefile Wed May 9 21:38:50 2018 (r469475) +++ head/security/p5-Parse-Snort/Makefile Wed May 9 21:38:56 2018 (r469476) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Parse-Snort -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception NO_ARCH= yes USES= perl5 Modified: head/security/p5-Parse-Snort/distinfo ============================================================================== --- head/security/p5-Parse-Snort/distinfo Wed May 9 21:38:50 2018 (r469475) +++ head/security/p5-Parse-Snort/distinfo Wed May 9 21:38:56 2018 (r469476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525600250 -SHA256 (Parse-Snort-0.7.tar.gz) = 5012957a66f738e0e22abfa77c0c4dff1df7ef37315716045330af993bcf7584 -SIZE (Parse-Snort-0.7.tar.gz) = 11421 +TIMESTAMP = 1525895004 +SHA256 (Parse-Snort-0.8.tar.gz) = 809a9e99327db8246843ef38ac475935c7a8b7c1ea576432c4fcee11a621b638 +SIZE (Parse-Snort-0.8.tar.gz) = 12690 Modified: head/security/p5-Parse-Snort/pkg-plist ============================================================================== --- head/security/p5-Parse-Snort/pkg-plist Wed May 9 21:38:50 2018 (r469475) +++ head/security/p5-Parse-Snort/pkg-plist Wed May 9 21:38:56 2018 (r469476) @@ -1,2 +1,4 @@ %%SITE_PERL%%/Parse/Snort.pm +%%SITE_PERL%%/Parse/Snort/Strict.pm %%PERL5_MAN3%%/Parse::Snort.3.gz +%%PERL5_MAN3%%/Parse::Snort::Strict.3.gz