Bug 191900 - [patch] net/iodine plist broken, does not install binaries
Summary: [patch] net/iodine plist broken, does not install binaries
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-16 17:13 UTC by Allan Jude
Modified: 2014-07-18 18:35 UTC (History)
1 user (show)

See Also:


Attachments
fix net/iodine by adding pkg-plist (1.04 KB, patch)
2014-07-16 17:13 UTC, Allan Jude
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Jude freebsd_committer freebsd_triage 2014-07-16 17:13:57 UTC
Created attachment 144729 [details]
fix net/iodine by adding pkg-plist

the net/iodine port is broken

the port and/or package only install the auto-generated files:

# pkg info -l iodine
iodine-0.7.0:
        /usr/local/etc/rc.d/iodined
        /usr/local/share/licenses/iodine-0.7.0/ISCL
        /usr/local/share/licenses/iodine-0.7.0/LICENSE
        /usr/local/share/licenses/iodine-0.7.0/catalog.mk


The binaries and documentation are not installed

The following patch adds a pkg-plist that properly installs the binaries
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-18 07:45:31 UTC
Tested, works.

Please approve.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-18 18:34:43 UTC
A commit references this bug:

Author: lx
Date: Fri Jul 18 18:34:18 UTC 2014
New revision: 362222
URL: http://svnweb.freebsd.org/changeset/ports/362222

Log:
  Forgot svn add of pkg-plist.

  PR:		191900
  Submitted by:	Allan Jude

Changes:
  head/net/iodine/Makefile
  head/net/iodine/pkg-plist
Comment 3 David Thiel freebsd_committer freebsd_triage 2014-07-18 18:35:16 UTC
Thanks — I actually had the plist file but neglected to svn add it. :-/