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: www/py-postorius/Makefile

Number of commits found: 18

Wednesday, 1 Nov 2023
02:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-postorius: Update to 1.3.10

Changes:	https://gitlab.com/mailman/postorius/-/commits/master
commit hash: 8ce1ae21e546f664960ab6040a0b10d1bef1d7fe commit hash: 8ce1ae21e546f664960ab6040a0b10d1bef1d7fe commit hash: 8ce1ae21e546f664960ab6040a0b10d1bef1d7fe commit hash: 8ce1ae21e546f664960ab6040a0b10d1bef1d7fe 8ce1ae2
Saturday, 30 Sep 2023
23:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-postorius: Update to 1.3.8

- Fix RUN_DEPENDS
- Update version requirement of RUN_DEPENDS
- Fix TEST_DEPENDS
- Take maintainership
commit hash: 823eba88003d03480285c59e4e24a8bbc27d77fa commit hash: 823eba88003d03480285c59e4e24a8bbc27d77fa commit hash: 823eba88003d03480285c59e4e24a8bbc27d77fa commit hash: 823eba88003d03480285c59e4e24a8bbc27d77fa 823eba8
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
Friday, 26 May 2023
12:34 Dan Langille (dvl) search for other commits by this committer
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.
commit hash: 5522267f9152a548984df6d49fc09636bf22c02d commit hash: 5522267f9152a548984df6d49fc09636bf22c02d commit hash: 5522267f9152a548984df6d49fc09636bf22c02d commit hash: 5522267f9152a548984df6d49fc09636bf22c02d 5522267
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
Saturday, 3 Dec 2022
18:30 Dan Langille (dvl) search for other commits by this committer
www/py-postorius: Update to 1.3.7

While here, apply portfmt changes
commit hash: ff9f1691c5975e8ec2605c926ac3fb6165b348f5 commit hash: ff9f1691c5975e8ec2605c926ac3fb6165b348f5 commit hash: ff9f1691c5975e8ec2605c926ac3fb6165b348f5 commit hash: ff9f1691c5975e8ec2605c926ac3fb6165b348f5 ff9f169
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
Thursday, 28 Apr 2022
10:02 Kai Knoblich (kai) search for other commits by this committer
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
commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 0cf5531
Saturday, 5 Mar 2022
16:54 Dan Langille (dvl) search for other commits by this committer
www/py-postorius: Update to 1.3.6

PR:		262227
commit hash: 95cdd3469e915c07ec9893f7237586d36aefbc38 commit hash: 95cdd3469e915c07ec9893f7237586d36aefbc38 commit hash: 95cdd3469e915c07ec9893f7237586d36aefbc38 commit hash: 95cdd3469e915c07ec9893f7237586d36aefbc38 95cdd34
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
www/py-postorius: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 commit hash: 13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 commit hash: 13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 commit hash: 13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 13a5c55
Tuesday, 7 Sep 2021
12:01 Dan Langille (dvl) search for other commits by this committer
www/py-postorius: Update to 1.3.5
commit hash: e52c174fbc1fb166b2c62e109d19747c1c26cfdc commit hash: e52c174fbc1fb166b2c62e109d19747c1c26cfdc commit hash: e52c174fbc1fb166b2c62e109d19747c1c26cfdc commit hash: e52c174fbc1fb166b2c62e109d19747c1c26cfdc e52c174
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 24 Dec 2020
13:57 sunpoet search for other commits by this committer
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.
Original commitRevision:559162 
Thursday, 10 Dec 2020
22:00 sunpoet search for other commits by this committer
Update USES=python for py-isort 5.6.4 update
Original commitRevision:557687 
Saturday, 5 Dec 2020
19:43 sunpoet search for other commits by this committer
Move devel/py-readme_renderer to devel/py-readme-renderer

- Bump PORTREVISION for dependency change
Original commitRevision:557078 
Thursday, 26 Nov 2020
23:26 dvl search for other commits by this committer
Fix broken depends which I had fixed in another copy, but not my working
copy that I checked in.

Reported by:	FreshPorts
Original commitRevision:556422 
23:22 dvl search for other commits by this committer
Add dependencies required for mail/mailman3
Original commitRevision:556421 

Number of commits found: 18