Bug 193333

Summary: irc/ircII: doesn't install binary
Product: Ports & Packages Reporter: Gary <freebsd-bugzilla>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary 2014-09-05 01:01:05 UTC
The port installs a symlink in /usr/local/bin

lrwxr-xr-x  1 root  wheel  12 Sep  5 01:08 /usr/local/bin/irc -> irc-20140831

but it doesn't install irc-20140831 itself.

Deleting the symlink and reinstalling the port doesn't fix the issue.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-09-05 08:45:31 UTC
over to maintainer
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2014-09-05 14:05:39 UTC
Well, that's embarrassing.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-09-05 14:17:27 UTC
A commit references this bug:

Author: adamw
Date: Fri Sep  5 14:17:18 UTC 2014
New revision: 367339
URL: http://svnweb.freebsd.org/changeset/ports/367339

Log:
  Package the binary, not a symlink to it.

  PR:		193333

Changes:
  head/irc/ircII/Makefile
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2014-09-05 14:18:02 UTC
Fixed, thanks!