Bug 192026 - Update Port: irc/irssi-otr to use libotr 4.0.0
Summary: Update Port: irc/irssi-otr to use libotr 4.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 23:18 UTC by Lawrence Chen
Modified: 2014-07-28 13:50 UTC (History)
1 user (show)

See Also:


Attachments
Update irc/irssi-otr to v1.0.0 (4.38 KB, patch)
2014-07-21 23:18 UTC, Lawrence Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2014-07-21 23:18:56 UTC
Created attachment 144864 [details]
Update irc/irssi-otr to v1.0.0

FreeBSD 9.2-RELEASE-p10 #0: Tue Jul  8 10:48:24 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 


irc/bitlbee was updated to need irc/libotr (4.0.0) while irc/irssi-otr still depends on irc/libotr3.  With irc/libotr and irc/libotr3 conflicting, its hard to use both together.

After some investigation, it appears irssi-otr moved to github and was tagged v1.0.0 on Feb 12, 2014 and contains changes to use of libotr 4.0.x.

This is my stab at updating the port.
Comment 1 Lawrence Chen 2014-07-21 23:39:03 UTC
(In reply to Lawrence Chen from comment #0)
>With irc/libotr and irc/libotr3 conflicting

security/libotr & security/libotr3....
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-28 13:49:33 UTC
A commit references this bug:

Author: ashish
Date: Mon Jul 28 13:49:25 UTC 2014
New revision: 363153
URL: http://svnweb.freebsd.org/changeset/ports/363153

Log:
  - Update to 1.0.0
  - Depend on security/libotr, instead of security/libotr3
  - Fix WWW link in pkg-descr

  PR:		192026
  Submitted by:	Lawrence Chen <beastie at tardisi.com>

Changes:
  head/irc/irssi-otr/Makefile
  head/irc/irssi-otr/distinfo
  head/irc/irssi-otr/files/patch-CMakeLists.txt
  head/irc/irssi-otr/files/patch-configure.ac
  head/irc/irssi-otr/files/patch-help_Makefile.am
  head/irc/irssi-otr/files/patch-src_Makefile.am
  head/irc/irssi-otr/pkg-descr
Comment 3 Ashish SHUKLA freebsd_committer freebsd_triage 2014-07-28 13:50:07 UTC
Committed, thanks!