Bug 185072 - [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630)
Summary: [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630)
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-21 17:30 UTC by Olli Hauer
Modified: 2014-06-09 13:38 UTC (History)
0 users

See Also:


Attachments
patch_p5-DBI (1.21 KB, text/plain)
2013-12-21 17:30 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2013-12-21 17:30:00 UTC
Bugzilla checksetup fails since the module reports only version 1.63 because
during `$VERSION = eval $VERSION` the trailing 0 is stripped
With the fix version 1.630 is reported.

There is already an open PR upstream but it seems the PR is ignored ...
https://rt.cpan.org/Public/Bug/Display.html?id=90142

How-To-Repeat: run checksetup with and without the patch

without fix:
  Checking for      DBI (v1.614)     found v1.63
  ...
  checksetup failed

with fix:
  Checking for      DBI (v1.614)     ok: found v1.630
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-21 17:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2014-06-09 13:38:15 UTC
Issue solved in DBI-1.631 and last bugzilla version