Created attachment 228860 [details] trivial update of distinfo and port version trivial update of distinfo and port version
Created attachment 228897 [details] trivial update of Makefile and distinfo
Created attachment 228898 [details] trivial update of Makefile and distinfo
I marked this as blocked by #259307 because this release adds that Python library as dependency
(In reply to Alessandro Sagratini from comment #2) This patch fails to apply to ports tree as following. yasu@rolling-vm-freebsd2[1438]% git apply ~/tmp/devel_py-oci.patch error: patch failed: devel/py-oci/Makefile:1 error: devel/py-oci/Makefile: patch does not apply yasu@rolling-vm-freebsd2[1438]% It seems tabs are expanded to spaces. Please create patch according to the section 11.1 of Porter's Handbook (https://docs.freebsd.org/en/books/porters-handbook/upgrading/#git-diff).
Created attachment 229137 [details] git diff --staged output Hi, thanks a lot for your feedback! I am attaching a patch generated using "git diff --staged" command, let me know if there's any issue with this. Regards, Alessandro
(In reply to Alessandro Sagratini from comment #5) New patch works fine.
Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e5a9229f617b618a03fcfe40ed7efc58c9d2cc3 commit 6e5a9229f617b618a03fcfe40ed7efc58c9d2cc3 Author: Alessandro Sagratini <ale_sagra@hotmail.com> AuthorDate: 2021-10-30 09:32:59 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-10-30 09:32:59 +0000 devel/py-oci: Update to 2.48.0 While I'm here, re-format Makefile with portfmt. ChangeLog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.48.0 PR: 259295 devel/py-oci/Makefile | 5 +++-- devel/py-oci/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-)
Committed with minor refinement. Thanks!