Bug 295932 - textproc/p5-Markdown-Render: Update to 2.0.4
Summary: textproc/p5-Markdown-Render: Update to 2.0.4
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: Hiroki Tagato
URL:
Keywords:
Depends on: 295931
Blocks:
  Show dependency treegraph
 
Reported: 2026-06-08 11:31 UTC by Einar Bjarni Halldórsson
Modified: 2026-06-20 02:53 UTC (History)
1 user (show)

See Also:


Attachments
Update textproc/p5-Markdown-Render to 2.0.4 (2.72 KB, patch)
2026-06-08 11:32 UTC, Einar Bjarni Halldórsson
einar: maintainer-approval+
Details | Diff
textproc/p5-Markdown-Render: Added needed build dependencies (2.58 KB, patch)
2026-06-19 08:48 UTC, Einar Bjarni Halldórsson
einar: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Einar Bjarni Halldórsson 2026-06-08 11:31:08 UTC

    
Comment 1 Einar Bjarni Halldórsson 2026-06-08 11:32:45 UTC
Created attachment 271617 [details]
Update textproc/p5-Markdown-Render to 2.0.4

Depends on new port, devel/p5-CLI-Simple
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2026-06-19 01:34:04 UTC
(In reply to Einar Bjarni Halldórsson from comment #1)

The configure phase fails with the following error:
===>  Configuring for p5-Markdown-Render-2.0.4
Can't locate File/ShareDir/Install.pm in @INC (you may need to install the File::ShareDir::Install module) (@INC entries checked: /usr/local/lib/perl5/site_perl/mach/5.42 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.42/mach /usr/local/lib/perl5/5.42 .) at ./Makefile.PL line 7.
BEGIN failed--compilation aborted at ./Makefile.PL line 7.
*** Error code 2

Maybe p5-File-ShareDir-Install, which has been removed from BUILD_DEPENDS, still necessary?
Comment 3 Einar Bjarni Halldórsson 2026-06-19 08:48:13 UTC
Created attachment 271943 [details]
textproc/p5-Markdown-Render: Added needed build dependencies

portlint OK, tested build in poudriere on 14.4-RELEASE amd64
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-06-20 02:52:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d0c8308580443c2fa186939c2e2e19c49e17967b

commit d0c8308580443c2fa186939c2e2e19c49e17967b
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2026-06-19 08:29:46 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-06-20 02:51:32 +0000

    textproc/p5-Markdown-Render: Update to 2.0.4

    Changelog: https://metacpan.org/dist/Markdown-Render/changes

    PR:             295932
    Reported by:    Einar Bjarni Halldórsson <einar@isnic.is> (maintainer)

 textproc/p5-Markdown-Render/Makefile  | 17 +++++++++--------
 textproc/p5-Markdown-Render/distinfo  |  6 +++---
 textproc/p5-Markdown-Render/pkg-plist |  1 +
 3 files changed, 13 insertions(+), 11 deletions(-)
Comment 5 Hiroki Tagato freebsd_committer freebsd_triage 2026-06-20 02:53:11 UTC
Committed, thanks!