notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/py-aioftp/Makefile

Number of commits found: 27

Sunday, 17 Mar 2024
14:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
ftp/py-aioftp: Fix build

Reported by:	portsfallout
Approved by:	portmgr (just-fix-it)
commit hash: 5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1 commit hash: 5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1 commit hash: 5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1 commit hash: 5a698b446f6ac73ab1dcd162ceb3e3a41c82f3a1 5a698b4
Wednesday, 28 Feb 2024
20:04 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.21.4 → 0.22.3

Converted to pep517, added missing runtime dependency on siosocks
(it's optional in fact, but not worth fiddling with options), updated
WWWs.
commit hash: 0fa66f6fc253a8d4a0092d9aec4b3d4746fa8999 commit hash: 0fa66f6fc253a8d4a0092d9aec4b3d4746fa8999 commit hash: 0fa66f6fc253a8d4a0092d9aec4b3d4746fa8999 commit hash: 0fa66f6fc253a8d4a0092d9aec4b3d4746fa8999 0fa66f6
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
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
Monday, 21 Nov 2022
17:23 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: switch my ports from USES=pytest to USE_PYTHON=pytest

Suggested by:	sunpoet
commit hash: f8e9da875473a0b8bedcb995245fbf6d3c2d30d0 commit hash: f8e9da875473a0b8bedcb995245fbf6d3c2d30d0 commit hash: f8e9da875473a0b8bedcb995245fbf6d3c2d30d0 commit hash: f8e9da875473a0b8bedcb995245fbf6d3c2d30d0 f8e9da8
Wednesday, 19 Oct 2022
19:15 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.21.3 → 0.21.4
commit hash: 89833df558d0a0d8e5a713423038b7b2430687b8 commit hash: 89833df558d0a0d8e5a713423038b7b2430687b8 commit hash: 89833df558d0a0d8e5a713423038b7b2430687b8 commit hash: 89833df558d0a0d8e5a713423038b7b2430687b8 89833df
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
Friday, 15 Jul 2022
19:28 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.21.2 → 0.21.3
commit hash: 68801193ad90ec7f923f7782f75ba52b79d39205 commit hash: 68801193ad90ec7f923f7782f75ba52b79d39205 commit hash: 68801193ad90ec7f923f7782f75ba52b79d39205 commit hash: 68801193ad90ec7f923f7782f75ba52b79d39205 6880119
Friday, 22 Apr 2022
10:35 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.21.1 → 0.21.2
commit hash: b0888f4a16cb318d6457b56f0b9eb9c653f8b762 commit hash: b0888f4a16cb318d6457b56f0b9eb9c653f8b762 commit hash: b0888f4a16cb318d6457b56f0b9eb9c653f8b762 commit hash: b0888f4a16cb318d6457b56f0b9eb9c653f8b762 b0888f4
Thursday, 21 Apr 2022
11:54 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.21.0 → 0.21.1
commit hash: 84124924d61b67d8bc53b723452ddd5ca1631790 commit hash: 84124924d61b67d8bc53b723452ddd5ca1631790 commit hash: 84124924d61b67d8bc53b723452ddd5ca1631790 commit hash: 84124924d61b67d8bc53b723452ddd5ca1631790 8412492
Wednesday, 20 Apr 2022
12:32 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: switch to USES=pytest

Switch to USES=pytest and ignore test which fails [1] on FreeBSD

Reported by:	reprise [1]
commit hash: 1958373e537fc27e5bc2fa63c3a9c76e74f0ea4c commit hash: 1958373e537fc27e5bc2fa63c3a9c76e74f0ea4c commit hash: 1958373e537fc27e5bc2fa63c3a9c76e74f0ea4c commit hash: 1958373e537fc27e5bc2fa63c3a9c76e74f0ea4c 1958373
Monday, 11 Apr 2022
15:31 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: switch to the latest pytest
commit hash: ce4075dc5d5189380304bccdccd841e70de345f5 commit hash: ce4075dc5d5189380304bccdccd841e70de345f5 commit hash: ce4075dc5d5189380304bccdccd841e70de345f5 commit hash: ce4075dc5d5189380304bccdccd841e70de345f5 ce4075d
Friday, 18 Mar 2022
17:11 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: switch to pytest4

- With 3 preceeding commits, the tests are now able to run when
  py-pytest is at 6.x

PR:		256624
commit hash: 8802adcf7cd9e7a53d6995a7fea998908d3f81a2 commit hash: 8802adcf7cd9e7a53d6995a7fea998908d3f81a2 commit hash: 8802adcf7cd9e7a53d6995a7fea998908d3f81a2 commit hash: 8802adcf7cd9e7a53d6995a7fea998908d3f81a2 8802adc
17:11 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.20.1 → 0.21.0
commit hash: 061c21c27345dcfca14c2fbed7e0e15472398cb4 commit hash: 061c21c27345dcfca14c2fbed7e0e15472398cb4 commit hash: 061c21c27345dcfca14c2fbed7e0e15472398cb4 commit hash: 061c21c27345dcfca14c2fbed7e0e15472398cb4 061c21c
Tuesday, 22 Feb 2022
13:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.20.0 → 0.20.1
commit hash: e0702ea6e48ff02a82583ccf8805e0cfe9979aea commit hash: e0702ea6e48ff02a82583ccf8805e0cfe9979aea commit hash: e0702ea6e48ff02a82583ccf8805e0cfe9979aea commit hash: e0702ea6e48ff02a82583ccf8805e0cfe9979aea e0702ea
Wednesday, 29 Dec 2021
16:55 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update to 0.20.0
commit hash: 24b3034c25f16c95b39ec38d0bde64377b48efb5 commit hash: 24b3034c25f16c95b39ec38d0bde64377b48efb5 commit hash: 24b3034c25f16c95b39ec38d0bde64377b48efb5 commit hash: 24b3034c25f16c95b39ec38d0bde64377b48efb5 24b3034
Thursday, 28 Oct 2021
11:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update to 0.19.0
commit hash: 8efb35e591d926ec05a618d73811750e234e9e25 commit hash: 8efb35e591d926ec05a618d73811750e234e9e25 commit hash: 8efb35e591d926ec05a618d73811750e234e9e25 commit hash: 8efb35e591d926ec05a618d73811750e234e9e25 8efb35e
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
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
Wednesday, 7 Oct 2020
00:12 amdmi3 search for other commits by this committer
- Update to 0.18.1
Original commitRevision:551610 
Monday, 7 Sep 2020
15:40 amdmi3 search for other commits by this committer
- Update to 0.18.0
Original commitRevision:547901 
Sunday, 23 Aug 2020
17:24 amdmi3 search for other commits by this committer
- Update to 0.17.2
Original commitRevision:545830 
Tuesday, 21 Jul 2020
18:49 amdmi3 search for other commits by this committer
- Update to 0.16.1
Original commitRevision:542778 
Thursday, 9 Jan 2020
12:24 amdmi3 search for other commits by this committer
- Update to 0.15.0
Original commitRevision:522481 
Sunday, 31 Mar 2019
13:07 danfe search for other commits by this committer
Spell FTP properly (uppercased) when it does not refer to a command name.
Original commitRevision:497398 
Thursday, 28 Mar 2019
14:06 amdmi3 search for other commits by this committer
Add missing python categories
Original commitRevision:497020 
14:04 amdmi3 search for other commits by this committer
ftp client/server for asyncio

WWW: https://aioftp.readthedocs.io/
Original commitRevision:497018 

Number of commits found: 27