Created attachment 225078 [details] trivial update of Makefile and distinfo trivial update of Makefile and distinfo
Hello! Could you please use DISTVERSION instead of PORTVERSION: --- Example 2. Using DISTVERSION When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION. PORTNAME= nekoto DISTVERSION= 1.2-4 It will generate a PORTVERSION of 1.2.4. --- https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming
Created attachment 225269 [details] trivial update of distinfo and port version updating new patch that also switches from PORTVERSION to DISTVERSION
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a77739039a0e09b3cb09e211d8f53b44fa18f59 commit 5a77739039a0e09b3cb09e211d8f53b44fa18f59 Author: Alessandro Sagratini <ale_sagra@hotmail.com> AuthorDate: 2021-05-26 10:19:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-05-26 10:24:30 +0000 devel/rubygem-oci: update to 2.14.0 - Use DISTVERSION instead of PORTVERSION ChangeLog: https://github.com/oracle/oci-ruby-sdk/releases/tag/v2.14.0 PR: 255986 Approved by: dbaio, garga (mentors, implicit) devel/rubygem-oci/Makefile | 2 +- devel/rubygem-oci/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Commited thanks!