Bug 246101 - devel/flexdock: Fix PORTDOC entry, add LICENSE.
Summary: devel/flexdock: Fix PORTDOC entry, add LICENSE.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-01 18:49 UTC by Oleg Sidorkin
Modified: 2020-05-02 12:08 UTC (History)
0 users

See Also:
makc: maintainer-feedback+


Attachments
svn diff patch to fix PORTDOCS entry (639 bytes, patch)
2020-05-01 18:49 UTC, Oleg Sidorkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!