From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 06:11:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0DD3F14; Sat, 28 Jun 2014 06:11:17 +0000 (UTC) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5762A281B; Sat, 28 Jun 2014 06:11:17 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id t59so3650919yho.18 for ; Fri, 27 Jun 2014 23:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=u3gQiq7JWKrZgTyLJ0JyH43zaDXyyAONPof23xG79ns=; b=Z4I/1pDoXVJ9lbfdw/1uTgQU5dV/Fvyv35GnA9HTpfh8QvPIOpZ5CGIxJkR6OEWZwt NEcUr0I49B3kNS9RypMkTUT2X2+VCJhUBSQVhujwro6XasKm4ga4upKzDzjLwA9zdpZx WgyHcdfH1x7JS21rWzp2vKOnStP5J/OY/XL2GmRljIOP/XBoyfPMosVQfbPpF6J6Q2ve sTvJ/Vme8rAGQROXcy46qaHNeIjQXUwD5A5Ri/X/c/U1gMToq0qQpk/ZsWBQdGA3BgtD WHVmU/gnonMw0AiWUa1EZvaNpk6GA6lxfbfLPkdITYyLIg44YL9CqG0ljVb8Vs3pp9eB LoEw== MIME-Version: 1.0 X-Received: by 10.236.84.202 with SMTP id s50mr38666564yhe.77.1403935876515; Fri, 27 Jun 2014 23:11:16 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.170.2 with HTTP; Fri, 27 Jun 2014 23:11:16 -0700 (PDT) In-Reply-To: <201406271805.s5RI5AUf021745@svn.freebsd.org> References: <201406271805.s5RI5AUf021745@svn.freebsd.org> Date: Sat, 28 Jun 2014 08:11:16 +0200 X-Google-Sender-Auth: SHGm5s-UtHlWBGH_eULFeTV85R4 Message-ID: Subject: Re: svn commit: r359592 - head/devel/p5-version From: Antoine Brodin To: Yen-Ming Lee Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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, 28 Jun 2014 06:11:18 -0000 On Fri, Jun 27, 2014 at 8:05 PM, Yen-Ming Lee 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