Bug 246101

Summary: devel/flexdock: Fix PORTDOC entry, add LICENSE.
Product: Ports & Packages Reporter: Oleg Sidorkin <osidorkin>
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me Flags: makc: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff patch to fix PORTDOCS entry none

Description Oleg Sidorkin 2020-05-01 18:49:32 UTC
Created attachment 214004 [details]
svn diff patch to fix PORTDOCS entry

This should make the port buildable with poudriere and, possible, fix build on arm.

Also add LICENSE to make portlint happy.

Without this fix command:

poudriere testport -j ... devel/flexdock

fails with error:

===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%DOCSDIR%%/api
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/flexdock
=>> Error: check-plist failures detected
build of devel/flexdock | flexdock-1.2.4 ended at Fri May  1 20:25:27 MSK 2020
build time: 00:00:24
!!! build failure encountered !!!
[00:00:31] Error: Build failed in phase: check-plist
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-02 12:07:06 UTC
A commit references this bug:

Author: makc
Date: Sat May  2 12:06:25 UTC 2020
New revision: 533688
URL: https://svnweb.freebsd.org/changeset/ports/533688

Log:
  devel/flexdock:
  - Set LICENSE
  - Tweak PORTDOCS to fix packaging on arm

  PR:		246101
  Submitted by:	Oleg Sidorkin

Changes:
  head/devel/flexdock/Makefile
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2020-05-02 12:08:16 UTC
Fixed, thanks!