Date: Tue, 6 Feb 2018 23:13:54 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461115 - head/devel/p5-Sub-Quote Message-ID: <201802062313.w16NDsYv070238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802062313.w16NDsYv070238>