non port: www/py-postorius/Makefile |
Number of commits found: 18 |
Wednesday, 1 Nov 2023
|
02:08 Po-Chuan Hsieh (sunpoet)
www/py-postorius: Update to 1.3.10
Changes: https://gitlab.com/mailman/postorius/-/commits/master
8ce1ae2 |
Saturday, 30 Sep 2023
|
23:30 Po-Chuan Hsieh (sunpoet)
www/py-postorius: Update to 1.3.8
- Fix RUN_DEPENDS
- Update version requirement of RUN_DEPENDS
- Fix TEST_DEPENDS
- Take maintainership
823eba8 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Friday, 26 May 2023
|
12:34 Dan Langille (dvl)
www/py-postorius: Give up maintainership
Give up maintainership of www/py-postorius and related mail/mailman3
ports.
I'm not yet using mail/mailman3 and hope that others can give these
ports the attention they deserve.
5522267 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Saturday, 3 Dec 2022
|
18:30 Dan Langille (dvl)
www/py-postorius: Update to 1.3.7
While here, apply portfmt changes
ff9f169 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Thursday, 28 Apr 2022
|
10:02 Kai Knoblich (kai)
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859
0cf5531 |
Saturday, 5 Mar 2022
|
16:54 Dan Langille (dvl)
www/py-postorius: Update to 1.3.6
PR: 262227
95cdd34 |
Thursday, 14 Oct 2021
|
21:30 Stefan Eßer (se)
www/py-postorius: Add CPE information
Approved by: portmgr (blanket)
13a5c55 |
Tuesday, 7 Sep 2021
|
12:01 Dan Langille (dvl)
www/py-postorius: Update to 1.3.5
e52c174 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 24 Dec 2020
|
13:57 sunpoet
Change TEST_DEPENDS from py-beautifulsoup448 to py-beautifulsoup
- Bump PORTREVISION for dependency change
py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which
requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup
(beautifulsoup4 4.9.3) instead.
 |
Thursday, 10 Dec 2020
|
22:00 sunpoet
Update USES=python for py-isort 5.6.4 update
 |
Saturday, 5 Dec 2020
|
19:43 sunpoet
Move devel/py-readme_renderer to devel/py-readme-renderer
- Bump PORTREVISION for dependency change
 |
Thursday, 26 Nov 2020
|
23:26 dvl
Fix broken depends which I had fixed in another copy, but not my working
copy that I checked in.
Reported by: FreshPorts
 |
23:22 dvl
Add dependencies required for mail/mailman3
 |
Number of commits found: 18 |