Opened 2 months ago
Last modified 2 months ago
#73625 assigned defect
p5-math-int64 @0.57: Warning: the following files are missing in your kit
| Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | dbevans (David B. Evans) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.12.3 |
| Keywords: | haspatch | Cc: | |
| Port: | p5-math-int64 |
Description
When building a malformed MANIFEST file leads to a report of missing files in distribution, which simply is not true. See https://rt.cpan.org/Public/Bug/Display.html?id=151203. My patch solves the problem.
I also updated Portfile to be now:
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup perl5 1.0
perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38
perl5.setup Math-Int64 0.57 ../../authors/id/S/SA/SALVA
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description Math::Int64 - Manipulate 64-bit integers in Perl
long_description {*}${description}
platforms {darwin any}
checksums rmd160 72b5f8cad9ebc4f0449e12200c1b01eca3cca3ee \
sha256 12c60111c1cfceb257ac2ccc5b2e1721879efa09a1b0a73e8836afca107a7d75 \
size 107927
if {${perl5.major} != ""} {
# fix for https://rt.cpan.org/Public/Bug/Display.html?id=151203
patchfiles patch-non-existant-in-MANIFEST.diff
}
The author of this Perl module is pausing and so it's unlikely that the MANIFEST file would updates for release.
Attachments (1)
Change History (3)
Changed 2 months ago by ballapete (Peter "Pete" Dyballa)
| Attachment: | patch-non-existant-in-MANIFEST.diff added |
|---|
comment:1 Changed 2 months ago by jmroot (Joshua Root)
| Keywords: | haspatch added |
|---|---|
| Owner: | set to dbevans |
| Status: | new → assigned |
| Type: | submission → defect |
Please remember to Cc the maintainer.
comment:2 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)
| Summary: | When building p5-math-int64 a complaint about missing files gets displayed → p5-math-int64 @0.57: Warning: the following files are missing in your kit |
|---|
Note: See
TracTickets for help on using
tickets.

Patch to fix MANIFEST file