Bug 283379 - astro/google-earth-pro: update to 7.3.6 build 10155
Summary: astro/google-earth-pro: update to 7.3.6 build 10155
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-17 08:55 UTC by John Hay
Modified: 2024-12-24 13:49 UTC (History)
3 users (show)

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


Attachments
update to build 10155 (1.42 KB, patch)
2024-12-17 08:55 UTC, John Hay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hay 2024-12-17 08:55:04 UTC
Created attachment 255912 [details]
update to build 10155

Here is a patch to update google-earth-pro 7.3.6 from build 9797 to 10155. The build number is not part of the distribution file, so the file name has not changed.

I have added the build number to PORTVERSION, so that the package version will be different.

The build number can be found in help/about and also by searching for the version number in libgoogleearth_pro.so:

tar -xOf google-earth-pro-stable-7.3.6.x86_64.rpm ./opt/google/earth/pro/libgoogleearth_pro.so | strings | fgrep 7.3.6
7.3.6.10155
Comment 1 Dima Panov freebsd_committer freebsd_triage 2024-12-18 16:36:02 UTC
BTW,. u can use direct versioned link and name

http://dl.google.com/linux/earth/rpm/stable/x86_64/google-earth-pro-stable-7.3.6.10155-0.x86_64.rpm
Comment 2 Dima Panov freebsd_committer freebsd_triage 2024-12-18 16:38:41 UTC
take
Comment 3 Dima Panov freebsd_committer freebsd_triage 2024-12-18 16:41:41 UTC
PORTVERSION=    7.3.6.10155
MASTER_SITES=   http://dl.google.com/linux/earth/rpm/stable/x86_64/
DISTFILES_amd64=${PORTNAME}-stable-${PORTVERSION}-0.x86_64.rpm


John, is this good for you?
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2024-12-18 16:45:53 UTC
testbuild on 15 ok
Comment 5 Dima Panov freebsd_committer freebsd_triage 2024-12-18 17:06:09 UTC
BTW, set 
PKGNAMEPREFIX=  linux-
will be good in future. 

And also rename port to linux-google-earth-pro to naming consistency
Comment 6 John Hay 2024-12-18 17:35:06 UTC
(In reply to Dima Panov from comment #3)
> PORTVERSION=    7.3.6.10155
> MASTER_SITES=   http://dl.google.com/linux/earth/rpm/stable/x86_64/
> DISTFILES_amd64=${PORTNAME}-stable-${PORTVERSION}-0.x86_64.rpm
> 
> 
> John, is this good for you?

Yes that is good.
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-12-18 18:27:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a58b17ba39e3c7b7453d2bcae9caeaa338110bec

commit a58b17ba39e3c7b7453d2bcae9caeaa338110bec
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-18 18:24:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-18 18:24:53 +0000

    astro/google-earth-pro: update to 7.3.6 build 10155 (+)

    PR:     283379

 astro/google-earth-pro/Makefile | 7 ++++---
 astro/google-earth-pro/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)
Comment 8 John Hay 2024-12-19 04:51:00 UTC
The quarterly builds are failing with the old version. Would it make sense to merge the commit to 2024Q4?
Comment 9 commit-hook freebsd_committer freebsd_triage 2024-12-20 05:17:24 UTC
A commit in branch 2024Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61017f6c724ccfe4946747a5cc9b38da65491070

commit 61017f6c724ccfe4946747a5cc9b38da65491070
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-18 18:24:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-20 05:16:46 +0000

    astro/google-earth-pro: update to 7.3.6 build 10155 (+)

    PR:     283379
    (cherry picked from commit a58b17ba39e3c7b7453d2bcae9caeaa338110bec)

 astro/google-earth-pro/Makefile | 7 ++++---
 astro/google-earth-pro/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)
Comment 10 John Hay 2024-12-24 13:49:10 UTC
Thank you Dima.