Bug 199997 - databases/py-hiredis: upgrade to 0.2.0 and unbreak
Summary: databases/py-hiredis: upgrade to 0.2.0 and unbreak
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-05-06 15:24 UTC by Jimmy Olgeni
Modified: 2015-05-07 08:21 UTC (History)
1 user (show)

See Also:
gd.workbox: maintainer-feedback+


Attachments
Upgrade to 0.2.0 (1.56 KB, patch)
2015-05-06 15:24 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2015-05-06 15:24:06 UTC
Created attachment 156429 [details]
Upgrade to 0.2.0

Upgrade to 0.2.0 and add libhiredis to the linked libraries, else "import hiredis" will fail in Python and py-redis will (silently!) not use the extension.
Comment 1 gd.workbox 2015-05-07 08:14:43 UTC
Thanks a lot Jimmy, patch looks good.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-07 08:18:46 UTC
A commit references this bug:

Author: olgeni
Date: Thu May  7 08:18:12 UTC 2015
New revision: 385599
URL: https://svnweb.freebsd.org/changeset/ports/385599

Log:
  Upgrade to 0.2.0 and fix linking with libhiredis.

  PR:		199997
  Submitted by:	olgeni
  Approved by:	maintainer

Changes:
  head/databases/py-hiredis/Makefile
  head/databases/py-hiredis/distinfo
  head/databases/py-hiredis/files/patch-setup.py
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2015-05-07 08:21:56 UTC
Done - thanks!