Bug 180386 - [PATCH] devel/p5-EV: update to 4.15,1
Summary: [PATCH] devel/p5-EV: update to 4.15,1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 16:00 UTC by Anton Yuzhaninov
Modified: 2013-07-10 09:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-EV-4.15,1.patch (1005 bytes, patch)
2013-07-08 16:00 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2013-07-08 16:00:00 UTC
- Update to 4.15,1
- patch-libev-ev.c no longer need (included by upstream)
- Update Makefile header

Port maintainer (vovkasm@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)

Fix: files/patch-libev-ev.c should be deleted.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-08 16:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-08 16:00:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-08 16:00:09 UTC
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
Comment 4 Vladimir Timofeev 2013-07-09 14:16:19 UTC
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>
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2013-07-09 14:40:47 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-07-10 08:56:31 UTC
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"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2013-07-10 08:56:33 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!