svn commit: r359592 - head/devel/p5-version

Antoine Brodin antoine at FreeBSD.org
Sat Jun 28 06:11:18 UTC 2014


On Fri, Jun 27, 2014 at 8:05 PM, Yen-Ming Lee <leeym at freebsd.org> wrote:
> Author: leeym
> Date: Fri Jun 27 18:05:10 2014
> New Revision: 359592
> URL: http://svnweb.freebsd.org/changeset/ports/359592
> QAT: https://qat.redports.org/buildarchive/r359592/
>
> Log:
>   - upgrade to 0.99.08
>
> Modified:
>   head/devel/p5-version/Makefile
>   head/devel/p5-version/distinfo
>
> Modified: head/devel/p5-version/Makefile
> ==============================================================================
> --- head/devel/p5-version/Makefile      Fri Jun 27 17:59:07 2014        (r359591)
> +++ head/devel/p5-version/Makefile      Fri Jun 27 18:05:10 2014        (r359592)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      version
> -PORTVERSION=   0.99.04
> +PORTVERSION=   0.99.08
>  CATEGORIES=    devel perl5
>  MASTER_SITES=  CPAN
>  PKGNAMEPREFIX= p5-
>
> Modified: head/devel/p5-version/distinfo
> ==============================================================================
> --- head/devel/p5-version/distinfo      Fri Jun 27 17:59:07 2014        (r359591)
> +++ head/devel/p5-version/distinfo      Fri Jun 27 18:05:10 2014        (r359592)
> @@ -1,2 +1,2 @@
> -SHA256 (version-0.9904.tar.gz) = 96dc1f2f86444693ae880c2af6a0a0b83070501519a69fd6ae8517dfa893a541
> -SIZE (version-0.9904.tar.gz) = 108464
> +SHA256 (version-0.9908.tar.gz) = c45647ed172443608d201461b918348f3cf2bfc7d6f72ef98c014c1d4324085b
> +SIZE (version-0.9908.tar.gz) = 117483
>

Hi,

This update seems to break a few ports:

Can't locate version/regex.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.16/BSDPAN
/usr/local/lib/perl5/site_perl/5.16/mach
/usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach
/usr/local/lib/perl5/5.16 .) at
/usr/local/lib/perl5/site_perl/5.16/mach/version.pm line 53.
Compilation failed in require at
/usr/local/lib/perl5/5.16/Module/Metadata.pm line 20.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/5.16/Module/Metadata.pm line 20.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.16/Module/Build/ModuleInfo.pm line
10.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.16/Module/Build/Base.pm line 24.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.16/Module/Build/Base.pm line 24.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.16/Module/Build.pm line 17.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.16/Module/Build.pm line 17.
Compilation failed in require at ./Build.PL line 2.
BEGIN failed--compilation aborted at ./Build.PL line 2.

If you had run "make checkplist":

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%SITE_PERL%%/%%PERL_ARCH%%/version/regex.pm

Cheers,

Antoine


More information about the svn-ports-head mailing list