[Bug 264694] databases/p5-App-Sqitch

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 Jun 2022 15:09:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264694

            Bug ID: 264694
           Summary: databases/p5-App-Sqitch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: martin.stoyanov@vertalo.com
                CC: henrik@hodne.io
             Flags: maintainer-feedback?(henrik@hodne.io)
                CC: henrik@hodne.io
 Attachment #234706 text/plain
         mime type:

Created attachment 234706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234706&action=edit
sqitch version 1.2.1 port

The port doesn't seem to work on FreeBSD 13.x

mgs@a:~/certs $ pkg info | grep -i sqitch
p5-App-Sqitch-0.9994_1         Sane database change management
mgs@a:~/certs $ sqitch
Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module)
(@INC contains: /usr/local/lib/perl5/site_perl/mach/5.32
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.32/mach
/usr/local/lib/perl5/5.32) at
/usr/local/lib/perl5/site_perl/App/Sqitch/Command/help.pm line 10.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/App/Sqitch/Command/help.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/site_perl/App/Sqitch.pm
line 325.


I have attached a shar that updates the port to the latest version (1.2.1) and
when built seems to be working:

root@asmodeus:/usr/ports/databases/p5-App-Sqitch # pkg info | grep -i sqitch
p5-App-Sqitch-v1.2.1_1         Sane database change management
root@asmodeus:/usr/ports/databases/p5-App-Sqitch # sqitch
Usage
      sqitch [--etc-path | --help | --man | --version]
      sqitch <command> [--chdir <path>] [--no-pager] [--quiet] [--verbose]
             [<command-options>] [<args>]

Common Commands
    The most commonly used sqitch commands are:

      add        Add a new change to the plan
...

-- 
You are receiving this mail because:
You are the assignee for the bug.