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
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
take
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?
testbuild on 15 ok
BTW, set PKGNAMEPREFIX= linux- will be good in future. And also rename port to linux-google-earth-pro to naming consistency
(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.
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(-)
The quarterly builds are failing with the old version. Would it make sense to merge the commit to 2024Q4?
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(-)
Thank you Dima.