Summary: | [PATCH] devel/p5-EV: update to 4.15,1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Anton Yuzhaninov <ayuzhaninov> | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | vovkasm | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Anton Yuzhaninov
2013-07-08 16:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of devel/p5-EV, Please note that PR ports/180386 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180386 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org Approved, thanks! On Mon, Jul 8, 2013 at 7:00 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of devel/p5-EV, > > Please note that PR ports/180386 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180386 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org -- Vladimir Timofeev <vovkasm@gmail.com> Responsible Changed From-To: perl->culot I'll take it. Author: culot Date: Wed Jul 10 07:56:19 2013 New Revision: 322627 URL: http://svnweb.freebsd.org/changeset/ports/322627 Log: - Update to 4.15 - Remove obsolete patch (included upstream) - Trim Makefile's header Changes: http://search.cpan.org/dist/EV/Changes PR: ports/180386 Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Approved by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) Deleted: head/devel/p5-EV/files/ Modified: head/devel/p5-EV/Makefile head/devel/p5-EV/distinfo Modified: head/devel/p5-EV/Makefile ============================================================================== --- head/devel/p5-EV/Makefile Wed Jul 10 07:41:13 2013 (r322626) +++ head/devel/p5-EV/Makefile Wed Jul 10 07:56:19 2013 (r322627) @@ -1,12 +1,8 @@ -# New ports collection makefile for: EV -# Date created: 06 Jun 2008 -# Whom: Vladimir Timofeev <vovkasm@gmail.com> -# +# Created by: Vladimir Timofeev <vovkasm@gmail.com> # $FreeBSD$ -# PORTNAME= EV -PORTVERSION= 4.11 +PORTVERSION= 4.15 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-EV/distinfo ============================================================================== --- head/devel/p5-EV/distinfo Wed Jul 10 07:41:13 2013 (r322626) +++ head/devel/p5-EV/distinfo Wed Jul 10 07:56:19 2013 (r322627) @@ -1,2 +1,2 @@ -SHA256 (EV-4.11.tar.gz) = 0d3e45881e7c5aad523df3271a8fb47f5483df2f9c98fe527bea84b311116670 -SIZE (EV-4.11.tar.gz) = 182356 +SHA256 (EV-4.15.tar.gz) = 7bc3701a94dcfb13cfb382dc36cd3455c7497afe976c604a1e1783c032ae9975 +SIZE (EV-4.15.tar.gz) = 189514 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |