On Sat, Apr 27, 2019 at 11:46:17PM +0200, Charlene Wendling wrote:
> Hi ports,
> 
> Here is an update for Capture::Tiny, a module that captures stdout
> and stderr.
> 
> What's new upstream [0]:
> 
> - fix random filename collisions when used in multiple forked
>   children by appending the pid to them. It's the only change [1].
> 
> Port changes: 
> 
> - keep installing examples as there are no targets to install them
> - drop CPAN_AUTHOR
> 
> Testing: 
> 
> - 'make test' passes
> - there are 19 direct consumers, they all pass [2] 
> 
> Comments/feedback are welcome!

I still needed CPAN_AUTHOR to get it to download, if you leave that
OK afresh1@


> Charlène.
> 
> 
> [0] https://metacpan.org/changes/release/DAGOLDEN/Capture-Tiny-0.48
> [1]
> https://github.com/dagolden/Capture-Tiny/compare/release-0.46...release-0.48
> [2] http://0x0.st/zbtZ.tgz
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/p5-Capture-Tiny/Makefile,v
> retrieving revision 1.17
> diff -u -p -u -p -r1.17 Makefile
> --- Makefile  11 May 2017 15:26:11 -0000      1.17
> +++ Makefile  27 Apr 2019 21:29:41 -0000
> @@ -2,16 +2,19 @@
>  
>  COMMENT=             capture STDOUT and STDERR
>  
> -CPAN_AUTHOR=         DAGOLDEN
>  MODULES=             cpan
>  PKG_ARCH=            *
>  
> -DISTNAME =           Capture-Tiny-0.46
> +DISTNAME=            Capture-Tiny-0.48
>  CATEGORIES=          sysutils
>  
>  # Apache 2.0
> -PERMIT_PACKAGE_CDROM=   Yes
> +PERMIT_PACKAGE_CDROM=        Yes
>  
>  MODCPAN_EXAMPLES=    Yes
> +
> +# There is no target to install them
> +post-install:
> +     ${MODCPAN_POST_INSTALL}
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/p5-Capture-Tiny/distinfo,v
> retrieving revision 1.11
> diff -u -p -u -p -r1.11 distinfo
> --- distinfo  11 May 2017 15:26:11 -0000      1.11
> +++ distinfo  27 Apr 2019 21:29:41 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Capture-Tiny-0.46.tar.gz) = 
> XXpqgwz38rKWC/i4r6rBalN+3mTzAjgnrOpb0kyncBU=
> -SIZE (Capture-Tiny-0.46.tar.gz) = 37424
> +SHA256 (Capture-Tiny-0.48.tar.gz) = 
> bCMRPoe605MwjJCiBwE+UF9lknRzZjjYx5usnGfMPhk=
> +SIZE (Capture-Tiny-0.48.tar.gz) = 37480
> 

-- 
andrew - http://afresh1.com

People who invent random theories which only defend the vendor must have
been beaten as children.  Beaten with sticks.
At least, that's my theory.
                      -- Theo De Raadt

Reply via email to