Bug 190731 - [new port] net/sie-nmsg SIE message module plugin for libnmsg
Summary: [new port] net/sie-nmsg SIE message module plugin for libnmsg
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: John Marino
URL:
Keywords:
Depends on: 190601
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-06 20:50 UTC by Don Lewis
Modified: 2014-08-07 11:57 UTC (History)
0 users

See Also:


Attachments
shar file containing Makefile, distinfo, pkg-descr, pkg-plist (2.09 KB, text/plain)
2014-06-06 20:50 UTC, Don Lewis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Don Lewis freebsd_committer freebsd_triage 2014-06-06 20:50:19 UTC
Created attachment 143468 [details]
shar file containing Makefile, distinfo, pkg-descr, pkg-plist

This package extends the libnmsg runtime to support the following
message types:

SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay

WWW: https://github.com/farsightsec/sie-nmsg


Requires new port net/nmsg - PR 190601.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-07 11:13:06 UTC
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
Warning: Possibly owned by dependency: @dirrmtry include/nmsg
Warning: Possibly owned by dependency: @dirrmtry lib/nmsg
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
====>> Checking for staging violations... done



I will remove the directories referenced in the warning since there is no possibility they will be empty when this port's package is removed.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-07 11:18:23 UTC
A commit references this bug:

Author: marino
Date: Thu Aug  7 11:17:36 UTC 2014
New revision: 364264
URL: http://svnweb.freebsd.org/changeset/ports/364264

Log:
  Add new port net/sie-nmsg

  PR:		190731
  Submitted by:	Don Lewis (truckman@)

       ================================================================

  This package extends the libnmsg runtime <net/nmsg> to support the
  following message types:

  SIE/dnsdedupe
  SIE/newdomain
  SIE/qr
  SIE/reputation
  SIE/delay

Changes:
  head/net/Makefile
  head/net/sie-nmsg/
  head/net/sie-nmsg/Makefile
  head/net/sie-nmsg/distinfo
  head/net/sie-nmsg/pkg-descr
  head/net/sie-nmsg/pkg-plist
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-07 11:20:42 UTC
Done!

I noticed after I committed, the last line should be @dirrm, not @dirrmtry.  There should be no legitimate possibility that there is a foreign file in that directory when the package is removed.

I'll leave it for now, just giving you feedback.