notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/oci-cli/Makefile

Number of commits found: 28

Thursday, 19 Oct 2023
07:07 Robert Clausecker (fuz) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: update to 2.113.0 / 3.34.0

Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.113.0
Changelog: https://github.com/oracle/oci-cli/releases/tag/v3.34.0

PR:		274531
commit hash: ecc6af150840d1b8b3fecc29d9deca7996401fc4 commit hash: ecc6af150840d1b8b3fecc29d9deca7996401fc4 commit hash: ecc6af150840d1b8b3fecc29d9deca7996401fc4 commit hash: ecc6af150840d1b8b3fecc29d9deca7996401fc4 ecc6af1
Friday, 29 Sep 2023
14:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}

- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk

PR:		273727
Approved by:	tcberner (portmgr)
Exp-run by:	antoine
commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 commit hash: 3754fc5f190b9a31f617d662bb35fd0f96ee8088 3754fc5
Friday, 22 Sep 2023
04:56 Robert Clausecker (fuz) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: update py-oci to 2.112.1 and oci-cli to 3.33.1

Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.112.1
Changelog: https://github.com/oracle/oci-cli/releases/tag/v3.33.1

PR:		273994
commit hash: d9f262d600e3acb55ca7f0a47c9fccda4a4c7bff commit hash: d9f262d600e3acb55ca7f0a47c9fccda4a4c7bff commit hash: d9f262d600e3acb55ca7f0a47c9fccda4a4c7bff commit hash: d9f262d600e3acb55ca7f0a47c9fccda4a4c7bff d9f262d
Friday, 18 Aug 2023
02:50 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: update py-oci to 2.110.1 and update oci-cli to 3.31.0

PR:		237177
Changes:	https://github.com/oracle/oci-cli/releases/tag/v3.31.0
commit hash: 37a49e59eee1bd6da8ca156cdb1a61c545fe7440 commit hash: 37a49e59eee1bd6da8ca156cdb1a61c545fe7440 commit hash: 37a49e59eee1bd6da8ca156cdb1a61c545fe7440 commit hash: 37a49e59eee1bd6da8ca156cdb1a61c545fe7440 37a49e5
Monday, 31 Jul 2023
02:54 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: Update py-oci to 2.108.0 and oci-cli to 3.30.0

PR:		272714
Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.108.0
Changes:	https://github.com/oracle/oci-cli/releases/tag/v3.30.0
commit hash: bb6ff3fa5750cf5ca29c3447628024b74c363a6a commit hash: bb6ff3fa5750cf5ca29c3447628024b74c363a6a commit hash: bb6ff3fa5750cf5ca29c3447628024b74c363a6a commit hash: bb6ff3fa5750cf5ca29c3447628024b74c363a6a bb6ff3f
Saturday, 22 Jul 2023
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
framework: convert tree to use USES=pycryptography

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 commit hash: b28a739884e37c25bb57ea5f157252adb63065d3 b28a739
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 26 Jun 2023
22:58 Robert Clausecker (fuz) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: update to 2.104.3 and 3.29.1

Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.104.3
Changelog: https://github.com/oracle/oci-cli/releases/tag/v3.29.1

PR:		272125
commit hash: 24897646a2a9a3c351ddd7f8a86c2926da404c60 commit hash: 24897646a2a9a3c351ddd7f8a86c2926da404c60 commit hash: 24897646a2a9a3c351ddd7f8a86c2926da404c60 commit hash: 24897646a2a9a3c351ddd7f8a86c2926da404c60 2489764
Sunday, 21 May 2023
17:25 Robert Clausecker (fuz) search for other commits by this committer Author: Alessandro Sagratini
devel/*oci*: update to latest version

Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.102.0

PR:		271547
commit hash: 9949463d709b56f6fd4512dde10a46f6f65b3dd9 commit hash: 9949463d709b56f6fd4512dde10a46f6f65b3dd9 commit hash: 9949463d709b56f6fd4512dde10a46f6f65b3dd9 commit hash: 9949463d709b56f6fd4512dde10a46f6f65b3dd9 9949463
Sunday, 23 Apr 2023
17:17 Robert Clausecker (fuz) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: update to 3.25.3 and 2.99.0

Changelog: https://github.com/oracle/oci-python-sdk/releases/tag/v2.99.0
Changelog: https://github.com/oracle/oci-cli/releases/tag/v3.25.3

PR:		270932
commit hash: 093ec42641f5c8141586951d8171b4a86bfdbf4d commit hash: 093ec42641f5c8141586951d8171b4a86bfdbf4d commit hash: 093ec42641f5c8141586951d8171b4a86bfdbf4d commit hash: 093ec42641f5c8141586951d8171b4a86bfdbf4d 093ec42
Thursday, 23 Mar 2023
20:37 Nuno Teixeira (eduardo) search for other commits by this committer Author: Alessandro Sagratini
devel/{py-oci,oci-cli}: Update to 2.96.0, 3.24.0

ChangeLog:
https://github.com/oracle/oci-python-sdk/blob/v2.96.0/CHANGELOG.rst
https://github.com/oracle/oci-cli/blob/master/CHANGELOG.rst

PR:		270401
commit hash: 6566b03c89cd6639cf5454baacc37ae457f447ec commit hash: 6566b03c89cd6639cf5454baacc37ae457f447ec commit hash: 6566b03c89cd6639cf5454baacc37ae457f447ec commit hash: 6566b03c89cd6639cf5454baacc37ae457f447ec 6566b03
Sunday, 26 Feb 2023
10:37 Dave Cottlehuber (dch) search for other commits by this committer
devel/oci-cli: update to 3.22.5

- relax pyyaml dependency
- allow python 3.11 per upstream

Differential Revision:	https://reviews.freebsd.org/D38556
PR:		269534

Approved by:	Alessandro Sagratini <alessandro.sagratini@gmail.com>
commit hash: af75775bb587e2e801b8aea4fbf62d02fee27d8e commit hash: af75775bb587e2e801b8aea4fbf62d02fee27d8e commit hash: af75775bb587e2e801b8aea4fbf62d02fee27d8e commit hash: af75775bb587e2e801b8aea4fbf62d02fee27d8e af75775
Tuesday, 31 Jan 2023
02:31 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/(oci-cli|py-oci): Update to latest version

Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.90.3
PR:		269148
commit hash: 73ec2d28cb4128c54a90cc8da8e6c0d1d0ccdcd3 commit hash: 73ec2d28cb4128c54a90cc8da8e6c0d1d0ccdcd3 commit hash: 73ec2d28cb4128c54a90cc8da8e6c0d1d0ccdcd3 commit hash: 73ec2d28cb4128c54a90cc8da8e6c0d1d0ccdcd3 73ec2d2
Monday, 30 Jan 2023
23:51 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/oci-cli: Change RUN_DEPENDS from py-yaml to py-pyyaml5

- Bump PORTREVISION for dependency change
commit hash: 22838f1f630a537458562b4c34b280828d9cef4a commit hash: 22838f1f630a537458562b4c34b280828d9cef4a commit hash: 22838f1f630a537458562b4c34b280828d9cef4a commit hash: 22838f1f630a537458562b4c34b280828d9cef4a 22838f1
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 21 Dec 2022
09:20 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/(py-oci|oci-cli): Update to latest version

oci-cli 3.20.3 -> 3.22.0
py-oci  2.88.2 -> 2.90.0

PR:		268499
commit hash: b55e6156777acee065db800f39c46d17e6a2230d commit hash: b55e6156777acee065db800f39c46d17e6a2230d commit hash: b55e6156777acee065db800f39c46d17e6a2230d commit hash: b55e6156777acee065db800f39c46d17e6a2230d b55e615
Friday, 25 Nov 2022
08:45 Koichiro Iwao (meta) search for other commits by this committer
devel/oci-cli: fix typo in dependency

PR:		267960
commit hash: 6633cf113c8172bf47c41ab0c9d2062313ed3e0a commit hash: 6633cf113c8172bf47c41ab0c9d2062313ed3e0a commit hash: 6633cf113c8172bf47c41ab0c9d2062313ed3e0a commit hash: 6633cf113c8172bf47c41ab0c9d2062313ed3e0a 6633cf1
08:05 Antoine Brodin (antoine) search for other commits by this committer
devel/oci-cli: fix depends and unbreak the ports tree
commit hash: e80ee707df5f13b726afe51ab24cfd660fd44f2e commit hash: e80ee707df5f13b726afe51ab24cfd660fd44f2e commit hash: e80ee707df5f13b726afe51ab24cfd660fd44f2e commit hash: e80ee707df5f13b726afe51ab24cfd660fd44f2e e80ee70
Thursday, 24 Nov 2022
01:52 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/(py-)oci(-cli): Update to latest version

Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.88.2
Sponsored by:	Miracle Linux
commit hash: ab9797c9bb3ce37cb38b8306acccce5a6fc70429 commit hash: ab9797c9bb3ce37cb38b8306acccce5a6fc70429 commit hash: ab9797c9bb3ce37cb38b8306acccce5a6fc70429 commit hash: ab9797c9bb3ce37cb38b8306acccce5a6fc70429 ab9797c
Wednesday, 26 Oct 2022
19:54 Nuno Teixeira (eduardo) search for other commits by this committer Author: Alessandro Sagratini
devel/oci-cli: Update to 3.19.0

ChangeLog:	https://github.com/oracle/oci-cli/releases/tag/v3.19.0
PR:		267371
commit hash: 487a6cc1ab20e2fd3f22ff078bfe0f1abf7490a8 commit hash: 487a6cc1ab20e2fd3f22ff078bfe0f1abf7490a8 commit hash: 487a6cc1ab20e2fd3f22ff078bfe0f1abf7490a8 commit hash: 487a6cc1ab20e2fd3f22ff078bfe0f1abf7490a8 487a6cc
Tuesday, 13 Sep 2022
16:09 Neel Chauhan (nc) search for other commits by this committer Author: Alessandro Sagratini
devel/(py-)oci(-cli): Update to latest version

PR:	266396
commit hash: 24f5523ceb0600240d9341766446f12c6b81f77f commit hash: 24f5523ceb0600240d9341766446f12c6b81f77f commit hash: 24f5523ceb0600240d9341766446f12c6b81f77f commit hash: 24f5523ceb0600240d9341766446f12c6b81f77f 24f5523
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 20 Aug 2022
02:44 Neel Chauhan (nc) search for other commits by this committer Author: Alessandro Sagratini
devel/(py-oci/oci-cli): Update to latest versions

Updating py-oci to 2.79.0 and oci-cli to 3.15.0

PR:	265897
commit hash: 9b660d503ba7b253c1a26e579aff1ffde74d6a5f commit hash: 9b660d503ba7b253c1a26e579aff1ffde74d6a5f commit hash: 9b660d503ba7b253c1a26e579aff1ffde74d6a5f commit hash: 9b660d503ba7b253c1a26e579aff1ffde74d6a5f 9b660d5
Wednesday, 20 Jul 2022
06:51 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/py-oci: Update to 2.75.1

Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.75.1
commit hash: 106af44d2d3d9a3d41879a1c91158f4a50199000 commit hash: 106af44d2d3d9a3d41879a1c91158f4a50199000 commit hash: 106af44d2d3d9a3d41879a1c91158f4a50199000 commit hash: 106af44d2d3d9a3d41879a1c91158f4a50199000 106af44
Thursday, 16 Jun 2022
01:57 Koichiro Iwao (meta) search for other commits by this committer Author: Alessandro Sagratini
devel/py-oci: Update to 2.71.0

Changes:	https://github.com/oracle/oci-python-sdk/releases/tag/v2.71.0
PR:		264676
commit hash: 57bcbdc1a121f63d70815793f976904e88012905 commit hash: 57bcbdc1a121f63d70815793f976904e88012905 commit hash: 57bcbdc1a121f63d70815793f976904e88012905 commit hash: 57bcbdc1a121f63d70815793f976904e88012905 57bcbdc
Monday, 23 May 2022
12:15 Dave Cottlehuber (dch) search for other commits by this committer Author: Alessandro Sagratini
devel/oci-cli: update to 3.9.1

Reviewed by:	meta
Sponsored by:	SkunkWerks, GmbH
commit hash: 14de85b34cf790769e2b45f179eadc988dabbcbb commit hash: 14de85b34cf790769e2b45f179eadc988dabbcbb commit hash: 14de85b34cf790769e2b45f179eadc988dabbcbb commit hash: 14de85b34cf790769e2b45f179eadc988dabbcbb 14de85b
Friday, 8 Apr 2022
15:40 Dave Cottlehuber (dch) search for other commits by this committer
devel/oci-cli: update to 3.7.1

committed with minor modifications to patch

PR:		263098
Sponsored by:	SkunkWerks, GmbH
Approved by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
commit hash: 3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4 commit hash: 3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4 commit hash: 3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4 commit hash: 3ba9f4569c14a3fa44e1e46a53efe3164a1f92c4 3ba9f45
Saturday, 2 Apr 2022
19:29 Joseph Mingrone (jrm) search for other commits by this committer
devel/oci-cli: New port for Oracle Cloud CLI

WWW: https://github.com/oracle/oci-cli/

PR:		262997 (with modification)

Sponsored by:	The FreeBSD Foundation
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com>
commit hash: 28504b62bfab211394387d5c5e7ca2135a714a58 commit hash: 28504b62bfab211394387d5c5e7ca2135a714a58 commit hash: 28504b62bfab211394387d5c5e7ca2135a714a58 commit hash: 28504b62bfab211394387d5c5e7ca2135a714a58 28504b6

Number of commits found: 28