Bug 204087 - [patch] devel/pecl-libevent: Update to 0.1.0
Summary: [patch] devel/pecl-libevent: Update to 0.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-10-28 10:08 UTC by Torsten Zühlsdorff
Modified: 2015-11-20 20:20 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (webmaster)


Attachments
patch with update to 0.1.0 (991 bytes, patch)
2015-10-28 10:08 UTC, Torsten Zühlsdorff
koobs: maintainer-approval? (webmaster)
Details | Diff
poudriere log (21.08 KB, text/x-log)
2015-10-28 10:08 UTC, Torsten Zühlsdorff
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2015-10-28 10:08:22 UTC
Created attachment 162527 [details]
patch with update to 0.1.0

Hello,

attached a patch to update the port to the current version. While there i converted the EXTRACT_SUFX to USES.

Simple runtime test is done by executing one of the event functions in PHP:
http://php.net/manual/en/function.event-new.php

# php -r "var_dump(event_new());"
resource(4) of type (event)

And portlint is fine:
# portlint -C
looks fine.

Greetings,
Torsten
Comment 1 Torsten Zühlsdorff 2015-10-28 10:08:39 UTC
Created attachment 162528 [details]
poudriere log
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-11-20 20:19:39 UTC
A commit references this bug:

Author: pi
Date: Fri Nov 20 20:18:45 UTC 2015
New revision: 402098
URL: https://svnweb.freebsd.org/changeset/ports/402098

Log:
  devel/pecl-libevent: 0.0.5 -> 0.1.0

  - Added event_base_reinit(). (Ivan Shalganov, Andy Skelton)
  - Fixed windows compilation with libevent 2.x. (Anatol Belski)
  - Fixed bug #61673 (callback function args are wrong for signal handler).
  - Fixed bug #61653 (Segfault on event_free()).

  PR:		204087
  Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
  Approved by:	webmaster@kibab.com (maintainer timeout)

Changes:
  head/devel/pecl-libevent/Makefile
  head/devel/pecl-libevent/distinfo
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-20 20:20:00 UTC
Committed, thanks.