Bug 249939 - x11/gnome-terminal: Fetch error in 3.36.2 because of typo in distinfo
Summary: x11/gnome-terminal: Fetch error in 3.36.2 because of typo in distinfo
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-27 14:58 UTC by Rainer Hurling
Modified: 2020-10-09 21:31 UTC (History)
1 user (show)

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


Attachments
patch to correct wrong distfiles place in distinfo (584 bytes, patch)
2020-09-27 14:58 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2020-09-27 14:58:11 UTC
Created attachment 218356 [details]
patch to correct wrong distfiles place in distinfo

The updated port does not fetch because of a small typo in distinfo:


#make 
===>  License GPLv3+ accepted by the user
===>   gnome-terminal-3.36.2 depends on file: /usr/local/sbin/pkg - found
=> gnome3/gnome-terminal-3.36.2.tar.xz is not in /usr/ports/x11/gnome-terminal/distinfo.
=> Either /usr/ports/x11/gnome-terminal/distinfo is out of date, or
=> gnome3/gnome-terminal-3.36.2.tar.xz is spelled incorrectly.
*** Error code 1


The attached patch should solve this issue.