Bug 195695 - [new port] net/axa
Summary: [new port] net/axa
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 00:56 UTC by Don Lewis
Modified: 2014-12-15 22:41 UTC (History)
2 users (show)

See Also:


Attachments
shar file containing Makefile, distinfo, pkg-descr, pkg-plist, and patches (2.97 KB, text/plain)
2014-12-05 00:56 UTC, Don Lewis
no flags Details
axa poudriere build log (7.79 KB, text/x-log)
2014-12-05 00:57 UTC, Don Lewis
no flags Details
axa portlint log (516 bytes, text/x-log)
2014-12-05 00:57 UTC, Don Lewis
no flags Details
updated shar file (2.97 KB, text/plain)
2014-12-05 11:06 UTC, Anton Törnqvist
no flags Details
poudriere-buildlog-101amd64-axa (48.31 KB, text/x-log)
2014-12-05 11:08 UTC, Anton Törnqvist
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-12-05 00:56:10 UTC
Created attachment 150206 [details]
shar file containing Makefile, distinfo, pkg-descr, pkg-plist, and patches

Advanced Exchange Access (AXA) is a suite of tools and library code
that brings the capabilities of the Farsight Security Information
Exchange (SIE) right to a remote user's network.
Comment 1 Don Lewis freebsd_committer freebsd_triage 2014-12-05 00:57:12 UTC
Created attachment 150207 [details]
axa poudriere build log
Comment 2 Don Lewis freebsd_committer freebsd_triage 2014-12-05 00:57:52 UTC
Created attachment 150208 [details]
axa portlint log
Comment 3 Anton Törnqvist 2014-12-05 11:06:30 UTC
Created attachment 150217 [details]
updated shar file

(In reply to Don Lewis from comment #1)
> Created attachment 150207 [details]
> axa poudriere build log

>=> axa-1.0.0.tar.gz is not in /usr/ports/net/axa/distinfo.
>=> Either /usr/ports/net/axa/distinfo is out of date, or
>=> axa-1.0.0.tar.gz is spelled incorrectly.
>*** Error code 1

Looks like you forgot to run 'make makesum'. here's an updated shar-file.
Comment 4 Anton Törnqvist 2014-12-05 11:08:46 UTC
Created attachment 150218 [details]
poudriere-buildlog-101amd64-axa

And a poudriere build log.
Comment 5 Don Lewis freebsd_committer freebsd_triage 2014-12-05 17:25:01 UTC
Strange ... I was sure that I reran poudriere after correcting the version ...

Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2014-12-15 22:38:34 UTC
A commit references this bug:

Author: pawel
Date: Mon Dec 15 22:38:17 UTC 2014
New revision: 374771
URL: https://svnweb.freebsd.org/changeset/ports/374771

Log:
  Advanced Exchange Access (AXA) is a suite of tools and library code
  that brings the capabilities of the Farsight Security Information
  Exchange (SIE) right to a remote user's network.

  WWW: https://github.com/farsightsec/axa

  PR:		195695
  Submitted by:	truckman@FreeBSD.org

Changes:
  head/net/Makefile
  head/net/axa/
  head/net/axa/Makefile
  head/net/axa/distinfo
  head/net/axa/pkg-descr
  head/net/axa/pkg-plist
Comment 7 Pawel Pekala freebsd_committer freebsd_triage 2014-12-15 22:41:54 UTC
I allowed myself to change name of the option HTML_DOCS to DOXYGEN.
This is standard name for doxygen generated documentation - this
keeps things consistent across ports tree.

When introducing new option it's good habit to look in
/usr/ports/Mk/bsd.options.desc.mk for already used ones.
Thanks.