From owner-svn-ports-all@freebsd.org Sat Jan 13 08:13:00 2018 Return-Path: Delivered-To: svn-ports-all@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 B8E7FE7C2F0; Sat, 13 Jan 2018 08:13:00 +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 88A3679CA6; Sat, 13 Jan 2018 08:12:58 +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 B3873104DE; Sat, 13 Jan 2018 08:12: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 w0D8CvRN021568; Sat, 13 Jan 2018 08:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0D8Cvui021565; Sat, 13 Jan 2018 08:12:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801130812.w0D8Cvui021565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jan 2018 08:12:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458899 - head/www/p5-Protocol-WebSocket X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Protocol-WebSocket X-SVN-Commit-Revision: 458899 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: Sat, 13 Jan 2018 08:13:01 -0000 Author: sunpoet Date: Sat Jan 13 08:12:57 2018 New Revision: 458899 URL: https://svnweb.freebsd.org/changeset/ports/458899 Log: Update to 0.23 - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Protocol-WebSocket/Changes PR: 224682 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/www/p5-Protocol-WebSocket/Makefile head/www/p5-Protocol-WebSocket/distinfo head/www/p5-Protocol-WebSocket/pkg-plist Modified: head/www/p5-Protocol-WebSocket/Makefile ============================================================================== --- head/www/p5-Protocol-WebSocket/Makefile Sat Jan 13 08:12:51 2018 (r458898) +++ head/www/p5-Protocol-WebSocket/Makefile Sat Jan 13 08:12:57 2018 (r458899) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= Protocol-WebSocket -PORTVERSION= 0.00906 -PORTREVISION= 2 +PORTVERSION= 0.2300 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VTI +DISTNAME= ${PORTNAME}-${PORTVERSION:C|00$||} PKGNAMEPREFIX= p5- MAINTAINER= sec@42.org COMMENT= Client/server WebSocket message and frame parser/constructor -BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 -RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/www/p5-Protocol-WebSocket/distinfo ============================================================================== --- head/www/p5-Protocol-WebSocket/distinfo Sat Jan 13 08:12:51 2018 (r458898) +++ head/www/p5-Protocol-WebSocket/distinfo Sat Jan 13 08:12:57 2018 (r458899) @@ -1,2 +1,3 @@ -SHA256 (Protocol-WebSocket-0.00906.tar.gz) = 8eaf1c1231cc652a8a14cf96971b55f68aa39fd38f4c108e4b331e98e1d4c044 -SIZE (Protocol-WebSocket-0.00906.tar.gz) = 46970 +TIMESTAMP = 1514116091 +SHA256 (Protocol-WebSocket-0.23.tar.gz) = 372b872a67ee022b1399440b42259bb3b9912963f4ede3be8c3219f39d5d12ce +SIZE (Protocol-WebSocket-0.23.tar.gz) = 36851 Modified: head/www/p5-Protocol-WebSocket/pkg-plist ============================================================================== --- head/www/p5-Protocol-WebSocket/pkg-plist Sat Jan 13 08:12:51 2018 (r458898) +++ head/www/p5-Protocol-WebSocket/pkg-plist Sat Jan 13 08:12:57 2018 (r458899) @@ -1,4 +1,5 @@ %%SITE_PERL%%/Protocol/WebSocket.pm +%%SITE_PERL%%/Protocol/WebSocket/Client.pm %%SITE_PERL%%/Protocol/WebSocket/Cookie.pm %%SITE_PERL%%/Protocol/WebSocket/Cookie/Request.pm %%SITE_PERL%%/Protocol/WebSocket/Cookie/Response.pm @@ -12,6 +13,7 @@ %%SITE_PERL%%/Protocol/WebSocket/Stateful.pm %%SITE_PERL%%/Protocol/WebSocket/URL.pm %%PERL5_MAN3%%/Protocol::WebSocket.3.gz +%%PERL5_MAN3%%/Protocol::WebSocket::Client.3.gz %%PERL5_MAN3%%/Protocol::WebSocket::Cookie.3.gz %%PERL5_MAN3%%/Protocol::WebSocket::Cookie::Request.3.gz %%PERL5_MAN3%%/Protocol::WebSocket::Cookie::Response.3.gz