Opened 5 years ago

Closed 5 years ago

#57625 closed defect (fixed)

iTerm2: update prompts even for the latest version (3.2.5)

Reported by: yan12125 (Chih-Hsuan Yen) Owned by: markemer (Mark Anderson)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: eborisch (Eric A. Borisch)
Port: iTerm2

Description

Thanks to eborisch, MacPorts now ships the latest iTerm2. However, the version string of this build is 'unknown' and thus users are prompted for updates. See the attached screenshot.

Attachments (1)

螢幕快照 2018-11-17 09.17.22.png (150.7 KB) - added by yan12125 (Chih-Hsuan Yen) 5 years ago.
Screenshot for the update prompt

Download all attachments as: .zip

Change History (6)

Changed 5 years ago by yan12125 (Chih-Hsuan Yen)

Screenshot for the update prompt

comment:1 Changed 5 years ago by yan12125 (Chih-Hsuan Yen)

Cc: markemer added

comment:2 Changed 5 years ago by eborisch (Eric A. Borisch)

Click “skip this version” and call it good?

comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Yes that's a workaround we can use until it's fixed. But it should be fixed, by using the correct version number, and by disabling the update checker (#56840).

comment:4 Changed 5 years ago by mf2k (Frank Schima)

Cc: markemer removed
Owner: set to markemer
Status: newassigned

comment:5 Changed 5 years ago by Chih-Hsuan Yen <yen@…>

Resolution: fixed
Status: assignedclosed

In 11fad010a5e07e9fdf2c839c2d2ca84bd0ce2a15/macports-ports (master):

iTerm2: update to 3.2.7 and fix version strings (https://github.com/macports/macports-ports/pull/3616)

  • iTerm2: update to 3.2.7 and fix version strings

Upstream iTerm2 ships a script tools/updateVersion.py to write version
strings to Info.plist. However, with at least Xcode 10, the correct
version strings are later overwritten by the step
"builtin-infoPlistUtility". Writing the version strings out at the
post-destroot stage can make sure they are not overwritten.

Closes: #57625

  • Try to use Xcode 10.1 on Azure Pipelines

Call xcode-select as suggested [1] according to current installation
paths [2].

[1] https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azdevops&tabs=yaml#xcode
[2] https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-Readme.md#xcode

Note: See TracTickets for help on using tickets.