Hello.
I want to build the Kate package from ports /usr/ports/editors/kate
The current version in port is 23.08.5.
And I want to build a newer one, for example 24.12.0.
I tried intuitively changing the distinfo.
Current distinfo
I changed distinfo to:
Data taken from https://kde.org/info/releases-24.12.0/
But after executing the commands
it is trying to work with version 23.08.5
Why is this happening?
How can I correctly assemble the version I need?
I want to build the Kate package from ports /usr/ports/editors/kate
The current version in port is 23.08.5.
And I want to build a newer one, for example 24.12.0.
I tried intuitively changing the distinfo.
Current distinfo
Code:
TIMESTAMP = 1707889355
SHA256 (KDE/release-service/23.08.5/kate-23.08.5.tar.xz) = 683c49d9c4b2abd4b4660b607b65249a2adfdc48418b0d18ab90810d1a8f4e37
SIZE (KDE/release-service/23.08.5/kate-23.08.5.tar.xz) = 8043480
I changed distinfo to:
Code:
TIMESTAMP = 1733961601
SHA256 (KDE/release-service/24.12.0/src/kate-24.12.0.tar.xz) = a5926a0d85c69ca2cc34d87e567501e795e95050e16f896e39cd8cac4ced2348
SIZE (KDE/release-service/24.12.0/src/kate-24.12.0.tar.xz) = 8300640
But after executing the commands
Code:
make install-missing-packages
make
it is trying to work with version 23.08.5
Code:
root@build:/usr/ports/editors/kate # make
===> License LGPL20 accepted by the user
===> kate-23.08.5_4 depends on file: /usr/local/sbin/pkg - found
=> KDE/release-service/23.08.5/kate-23.08.5.tar.xz is not in /usr/ports/editors/kate/distinfo.
=> Either /usr/ports/editors/kate/distinfo is out of date, or
=> KDE/release-service/23.08.5/kate-23.08.5.tar.xz is spelled incorrectly.
***Error code 1
Stop.
make[1]: stopped in /usr/ports/editors/kate
***Error code 1
Stop.
make: stopped in /usr/ports/editors/kate
Why is this happening?
How can I correctly assemble the version I need?