From owner-svn-ports-head@freebsd.org Tue Feb 6 23:13:55 2018 Return-Path: Delivered-To: svn-ports-head@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 EC89CF10F9A; Tue, 6 Feb 2018 23:13:54 +0000 (UTC) (envelope-from adamw@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 9B95D68AD3; Tue, 6 Feb 2018 23:13:54 +0000 (UTC) (envelope-from adamw@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 9672A1EABE; Tue, 6 Feb 2018 23:13:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16NDs2T070240; Tue, 6 Feb 2018 23:13:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16NDsYv070238; Tue, 6 Feb 2018 23:13:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802062313.w16NDsYv070238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 6 Feb 2018 23:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461115 - head/devel/p5-Sub-Quote X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/devel/p5-Sub-Quote X-SVN-Commit-Revision: 461115 X-SVN-Commit-Repository: ports 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.25 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, 06 Feb 2018 23:13:55 -0000 Author: adamw Date: Tue Feb 6 23:13:54 2018 New Revision: 461115 URL: https://svnweb.freebsd.org/changeset/ports/461115 Log: Update Sub::Quote to 2.005000 - fixed defer_info and undefer_sub from returning data for a deferred sub after it expires, even if the ref address matches - fixed defer_info not returning info for undeferred unnamed subs after the deferred sub expires - include options in defer_info return data - exclude internals from defer_info return data - document defer_info function - encode all utf8 flagged scalars as strings, since they generally will always have originated as strings. Avoids future warning on bitwise ops on strings with wide characters. - more thorough check for threads availability to avoid needless test failures. - added file and line options to quote_sub to allow specifying apparent source location. - documented additional options to Sub::Defer::defer_sub and Sub::Quote::quote_sub. Modified: head/devel/p5-Sub-Quote/Makefile head/devel/p5-Sub-Quote/distinfo Modified: head/devel/p5-Sub-Quote/Makefile ============================================================================== --- head/devel/p5-Sub-Quote/Makefile Tue Feb 6 22:39:12 2018 (r461114) +++ head/devel/p5-Sub-Quote/Makefile Tue Feb 6 23:13:54 2018 (r461115) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Sub-Quote -PORTVERSION= 2.004000 +PORTVERSION= 2.005000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG Modified: head/devel/p5-Sub-Quote/distinfo ============================================================================== --- head/devel/p5-Sub-Quote/distinfo Tue Feb 6 22:39:12 2018 (r461114) +++ head/devel/p5-Sub-Quote/distinfo Tue Feb 6 23:13:54 2018 (r461115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496842474 -SHA256 (Sub-Quote-2.004000.tar.gz) = 5861520313fa8c8bf8f8b8c64af0d6d9140380652dc1f98bd03370ddaf1a30ff -SIZE (Sub-Quote-2.004000.tar.gz) = 20363 +TIMESTAMP = 1517958723 +SHA256 (Sub-Quote-2.005000.tar.gz) = 44b145111bee7b0001818e77f7ce587153232dbc97351f4c5ed34522372b64ff +SIZE (Sub-Quote-2.005000.tar.gz) = 20780