From owner-svn-ports-all@freebsd.org Fri Feb 16 15:42:25 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 DC1C2F1EE6C; Fri, 16 Feb 2018 15:42:25 +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 89DE780DDB; Fri, 16 Feb 2018 15:42:23 +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 69ED67AAF; Fri, 16 Feb 2018 15:42:23 +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 w1GFgNwA063928; Fri, 16 Feb 2018 15:42:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GFgNQ0063925; Fri, 16 Feb 2018 15:42:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802161542.w1GFgNQ0063925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Feb 2018 15:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462029 - head/security/p5-POE-Filter-SSL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-POE-Filter-SSL X-SVN-Commit-Revision: 462029 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: Fri, 16 Feb 2018 15:42:26 -0000 Author: sunpoet Date: Fri Feb 16 15:42:22 2018 New Revision: 462029 URL: https://svnweb.freebsd.org/changeset/ports/462029 Log: Update to 0.41 Changes: http://search.cpan.org/dist/POE-Filter-SSL/Changes Modified: head/security/p5-POE-Filter-SSL/Makefile head/security/p5-POE-Filter-SSL/distinfo head/security/p5-POE-Filter-SSL/pkg-plist Modified: head/security/p5-POE-Filter-SSL/Makefile ============================================================================== --- head/security/p5-POE-Filter-SSL/Makefile Fri Feb 16 15:42:17 2018 (r462028) +++ head/security/p5-POE-Filter-SSL/Makefile Fri Feb 16 15:42:22 2018 (r462029) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Filter-SSL -PORTVERSION= 0.39 +PORTVERSION= 0.41 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-POE-Filter-SSL/distinfo ============================================================================== --- head/security/p5-POE-Filter-SSL/distinfo Fri Feb 16 15:42:17 2018 (r462028) +++ head/security/p5-POE-Filter-SSL/distinfo Fri Feb 16 15:42:22 2018 (r462029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515829526 -SHA256 (POE-Filter-SSL-0.39.tar.gz) = 92243b2bbce791e21006f31889c3dc4117430fbd711d5b015358bcbcd7375d50 -SIZE (POE-Filter-SSL-0.39.tar.gz) = 62337 +TIMESTAMP = 1518779096 +SHA256 (POE-Filter-SSL-0.41.tar.gz) = 74e975323e785eaf77be8c07f0cd6c164b865675d864f5ffa9c083620933240d +SIZE (POE-Filter-SSL-0.41.tar.gz) = 63037 Modified: head/security/p5-POE-Filter-SSL/pkg-plist ============================================================================== --- head/security/p5-POE-Filter-SSL/pkg-plist Fri Feb 16 15:42:17 2018 (r462028) +++ head/security/p5-POE-Filter-SSL/pkg-plist Fri Feb 16 15:42:22 2018 (r462029) @@ -1,3 +1,5 @@ %%SITE_ARCH%%/POE/Filter/SSL.pm +%%SITE_ARCH%%/POE/Filter/SSL/PreFilter.pm %%SITE_ARCH%%/auto/POE/Filter/SSL/SSL.so %%PERL5_MAN3%%/POE::Filter::SSL.3.gz +%%PERL5_MAN3%%/POE::Filter::SSL::PreFilter.3.gz