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: security/py-certbot-dns-dnsimple/Makefile
SVNWeb

Number of commits found: 19

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 21 Jul 2022
[ 15:52 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:530a30bd0d4c34f6ce625f0255f4df4a66c8c181  commit hash:530a30bd0d4c34f6ce625f0255f4df4a66c8c181  commit hash:530a30bd0d4c34f6ce625f0255f4df4a66c8c181  530a30b  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
security/py-{acme,certbot*}: Update to 1.29.0

ChangeLog:	https://github.com/certbot/certbot/releases/tag/v1.29.0

PR:		265301
Approved by:	sunpoet (python@)
Sat, 16 Apr 2022
[ 08:50 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:bbe6a870082e8f6b184a6799e9792f38345b36ab  commit hash:bbe6a870082e8f6b184a6799e9792f38345b36ab  commit hash:bbe6a870082e8f6b184a6799e9792f38345b36ab  bbe6a87  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
security/py-{acme,certbot*}: Update to 1.26.0

ChangeLog:	https://github.com/certbot/certbot/releases/tag/v1.26.0
PR:		261799
Approved by:	koobs (python@, maintainer)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 7 Mar 2021
[ 16:51 dbaio search for other commits by this committer ] Original commit   Revision:567578 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
security/py-[acme|certbot]: Update to 1.13.0

Changelog:	https://github.com/certbot/certbot/blob/v1.13.0/certbot/CHANGELOG.md

PR:		253224
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	python (with hat)
Sun, 15 Nov 2020
[ 18:03 sunpoet search for other commits by this committer ] Original commit   Revision:555319
Update USES=python for py-dns-lexicon 3.5.0 update
Sat, 11 Jul 2020
[ 18:03 dbaio search for other commits by this committer ] Original commit   Revision:542003 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
security/py-[acme|certbot]: Update to 1.6.0

Changelog:	https://github.com/certbot/certbot/blob/v1.6.0/certbot/CHANGELOG.md

While here, remove unused DOCS options.

Reported by:	Ruud Boon <ruud@b-funky.nl> (python@ maillist)
Approved by:	dbaio (python, maintainer)
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 12 May 2019
[ 16:38 sunpoet search for other commits by this committer ] Original commit   Revision:501430 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update to 0.34.2

Changes:	https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Mon, 11 Feb 2019
[ 19:00 sunpoet search for other commits by this committer ] Original commit   Revision:492730 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Remove unnecessary PORTREVISION=0

Adding extra PORTREVISION=0 is useful to keep slave ports from unintended or
unnecessary PORTREVISION bump when the master port is changed. But it is not for
this case.

PR:		235637
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sat, 9 Jun 2018
[ 19:59 miwi search for other commits by this committer ] Original commit   Revision:472084 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Update to 0.25.0
- While here switch to PY_FLAVOR

Sponsored by:	iXsystems Inc.
Sat, 14 Apr 2018
[ 12:01 mat search for other commits by this committer ] Original commit   Revision:467310 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Note that both security/py-acme and security/py-certbot have PORTEPOCH set.

Sponsored by:	Absolight
Thu, 12 Apr 2018
[ 11:07 sunpoet search for other commits by this committer ] Original commit   Revision:467144 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update to 0.23.0

- Update and sort RUN_DEPENDS

Changes:	https://github.com/certbot/certbot/milestones?state=closed
Thu, 8 Mar 2018
[ 14:49 miwi search for other commits by this committer ] Original commit   Revision:463891 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Update to 0.22.0
Fri, 23 Feb 2018
[ 13:33 mat search for other commits by this committer ] Original commit   Revision:462697 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add missing dependency.

Reported by:	carmel_ny outlook com
With hat:	pointy (mat)
Sponsored by:	Absolight
Thu, 22 Feb 2018
[ 14:30 mat search for other commits by this committer ] Original commit   Revision:462602
Add py-certbot-dns-dnsimple, DNSimple DNS Authenticator for py-certbot.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14262

Number of commits found: 19