Bug 246063 - net/p5-Net-NTP doesn't have PKGNAMEPREFIX
Summary: net/p5-Net-NTP doesn't have PKGNAMEPREFIX
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 17:57 UTC by Olivier Cochard
Modified: 2020-05-01 05:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments
patch to add PKGNAMEPREFIX (370 bytes, patch)
2020-04-30 17:57 UTC, Olivier Cochard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Cochard freebsd_committer freebsd_triage 2020-04-30 17:57:07 UTC
Created attachment 213960 [details]
patch to add PKGNAMEPREFIX

The Makefile doesn't include PKGNAMEPREFIX like all other perl module.
So listing p5-Net-NTP with a pkg info/query generate this wrong output:

Net-NTP-1.5                    Perl extension for decoding NTP server responses

But we should expect a standard Perl module like this one:

p5-Net-NTP-1.5                 Perl extension for decoding NTP server responses
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-05-01 05:03:23 UTC
Committed. Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-01 05:03:33 UTC
A commit references this bug:

Author: sunpoet
Date: Fri May  1 05:02:25 UTC 2020
New revision: 533511
URL: https://svnweb.freebsd.org/changeset/ports/533511

Log:
  Add missing PKGNAMEPREFIX

  PR:		246063
  Submitted by:	olivier

Changes:
  head/net/p5-Net-NTP/Makefile