non port: security/py-certbot-dns-dnsimple/Makefile |
SVNWeb
|
Number of commits found: 19 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 21 Jul 2022
|
[ 15:52 Yasuhiro Kimura (yasu) ] 530a30b (Only the first 10 of 37 ports in this commit are shown above. )
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) ] bbe6a87 (Only the first 10 of 36 ports in this commit are shown above. )
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) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 7 Mar 2021
|
[ 16:51 dbaio ] (Only the first 10 of 39 ports in this commit are shown above. )
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 ]
Update USES=python for py-dns-lexicon 3.5.0 update
|
Sat, 11 Jul 2020
|
[ 18:03 dbaio ] (Only the first 10 of 34 ports in this commit are shown above. )
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 ] (Only the first 10 of 144 ports in this commit are shown above. )
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 )
|
Sun, 12 May 2019
|
[ 16:38 sunpoet ] (Only the first 10 of 22 ports in this commit are shown above. )
Update to 0.34.2
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
|
Mon, 11 Feb 2019
|
[ 19:00 sunpoet ] (Only the first 10 of 17 ports in this commit are shown above. )
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 ] (Only the first 10 of 29 ports in this commit are shown above. )
- Update to 0.25.0
- While here switch to PY_FLAVOR
Sponsored by: iXsystems Inc.
|
Sat, 14 Apr 2018
|
[ 12:01 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Note that both security/py-acme and security/py-certbot have PORTEPOCH set.
Sponsored by: Absolight
|
Thu, 12 Apr 2018
|
[ 11:07 sunpoet ] (Only the first 10 of 27 ports in this commit are shown above. )
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 ] (Only the first 10 of 28 ports in this commit are shown above. )
- Update to 0.22.0
|
Fri, 23 Feb 2018
|
[ 13:33 mat ] (Only the first 10 of 12 ports in this commit are shown above. )
Add missing dependency.
Reported by: carmel_ny outlook com
With hat: pointy (mat)
Sponsored by: Absolight
|
Thu, 22 Feb 2018
|
[ 14:30 mat ]
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 |