Created attachment 233875 [details] Patch to update math/pantheon-calculator - Update to 2.0.0 - Adjust dependencies and patch - Rename to math/elementary-calculator (follow domain name notation, as other ElementaryOS applications)
Hello, Could you submit a 'git diff' instead of 'patch' command?
(In reply to Nuno Teixeira from comment #1) What did you mean? I created diff with following command: - git add . - git diff --staged > elementary-calculator-2.0.0.diff You can "import" changes in ports tree with git apply command.
error: patch failed: MOVED:17148 Could you please do a git pull and update patch? It seems that MOVED was updated so patch doesn't apply.
Nevermind I will update MOVED manualy
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=18e22b62edc8c7cf0d8b92c4ae4679248df60814 commit 18e22b62edc8c7cf0d8b92c4ae4679248df60814 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2022-05-18 10:51:24 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-05-18 10:54:45 +0000 math/pantheon-calculator: Update to 2.0.0 - Update to 2.0.0 - Adjust dependencies and patch - Rename to math/elementary-calculator (follow domain name notation, as other ElementaryOS applications) ChangeLog: https://github.com/elementary/calculator/releases/tag/2.0.0 PR: 263941 MOVED | 1 + math/Makefile | 2 +- .../Makefile | 10 ++++---- math/elementary-calculator/distinfo (new) | 3 +++ .../files/patch-src_MainWindow.vala (new) | 28 ++++++++++++++++++++++ .../pkg-descr | 0 .../pkg-plist | 0 math/pantheon-calculator/distinfo (gone) | 3 --- .../files/patch-src_MainWindow.vala (gone) | 15 ------------ 9 files changed, 38 insertions(+), 24 deletions(-)
Commited, thanks!