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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: MOVED

Number of commits found: 9447 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Tuesday, 17 Jun 2025
15:17 Rene Ladan (rene) search for other commits by this committer
devel/artifactory: Remove expired port

2025-05-31 devel/artifactory: Outdated with known vulnerabilities and marked as
forbidden in 2023

Event:	Kitchener-Waterloo Hackathon 202506
commit hash: 4dd8de9ec257b819af1fff421abd4551a99efb9f commit hash: 4dd8de9ec257b819af1fff421abd4551a99efb9f commit hash: 4dd8de9ec257b819af1fff421abd4551a99efb9f commit hash: 4dd8de9ec257b819af1fff421abd4551a99efb9f 4dd8de9
11:13 Max Brazhnikov (makc) search for other commits by this committer
KDE: Update Plasma to 6.4.0

Announcements:
   https://kde.org/announcements/plasma/6/6.4.0/
   https://kde.org/announcements/plasma/6/6.3.91/
   https://kde.org/announcements/plasma/6/6.3.90/

New ports added:
   x11-themes/plasma6-aurorae: Aurorae window decoration
   x11-wm/plasma6-kwin-x11: KWin for X11

Removed ports:
   sysutils/plasma6-drkonqi: requires Systemd

kde.mk:
 - Add aurorae and kwin-x11 to the list of Plasma components
 - Remove drkonqi

x11/plasma6-kscreen:
 - Add missing build dep on wayland-protocols.
   pkgconfig is required to find wayland-protocols data location

sysutils/plasma6-polkit-kde-agent-1:
 - Refresh USE_KDE

sysutils/plasma6-plasma-systemmonitor:
 - Add runtime deps on ksystemstats

x11-wm/plasma6-kwin*:
 - Depend on aurorae and switch breeze to runtime dependence

x11/plasma6-plasma-workspace:
 - Depend on kwin-x11
 - Refresh USE_QT
 - Add GTK option for better integration of GTK apps

x11-wm/plasma6-kwin:
 - update COMMENT
commit hash: fcdd7f4c11352c2a91ee34f621271261d3e9298d commit hash: fcdd7f4c11352c2a91ee34f621271261d3e9298d commit hash: fcdd7f4c11352c2a91ee34f621271261d3e9298d commit hash: fcdd7f4c11352c2a91ee34f621271261d3e9298d fcdd7f4
Monday, 16 Jun 2025
14:30 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2025-06-14 devel/bugzilla44: Upstream support ended 20250103
german/bugzilla44: localized version of devel/bugzilla44
japanese/bugzilla44: localized version of devel/bugzilla44
russian/bugzilla44: localized version of devel/bugzilla44

Event:	Kitchener-Waterloo Hackathon 202506
commit hash: cefa6c51e14c40e44d3fea77c39d5d4ba6e06433 commit hash: cefa6c51e14c40e44d3fea77c39d5d4ba6e06433 commit hash: cefa6c51e14c40e44d3fea77c39d5d4ba6e06433 commit hash: cefa6c51e14c40e44d3fea77c39d5d4ba6e06433 cefa6c5
14:26 Rene Ladan (rene) search for other commits by this committer
science/R-cran-eco: Remove expired port

2025-06-14 science/R-cran-eco: Unsupported upstream

Event:	Kitchener-Waterloo Hackathon 202506
commit hash: 4dd59ae3c68d2192cdfa603317d406923d8b7cba commit hash: 4dd59ae3c68d2192cdfa603317d406923d8b7cba commit hash: 4dd59ae3c68d2192cdfa603317d406923d8b7cba commit hash: 4dd59ae3c68d2192cdfa603317d406923d8b7cba 4dd59ae
Sunday, 15 Jun 2025
16:23 Yuri Victorovich (yuri) search for other commits by this committer
lang/frawk: Remove

PR:		287529
Reported by:	Daniel Engberg <diizzy@FreeBSD.org>
commit hash: 07623dad0b0b471435aa3dac3c43cf164ce92119 commit hash: 07623dad0b0b471435aa3dac3c43cf164ce92119 commit hash: 07623dad0b0b471435aa3dac3c43cf164ce92119 commit hash: 07623dad0b0b471435aa3dac3c43cf164ce92119 07623da
Saturday, 14 Jun 2025
02:09 Rene Ladan (rene) search for other commits by this committer
net/landrop: Remove expired port

2025-06-13 net/landrop: Unmaintained version and the newer version turned to
close source

Event:	BSDCan 2025 hacker lounge
commit hash: da2b15aa83eb5c8c7667ddc42adc7c5b9d1d0cf3 commit hash: da2b15aa83eb5c8c7667ddc42adc7c5b9d1d0cf3 commit hash: da2b15aa83eb5c8c7667ddc42adc7c5b9d1d0cf3 commit hash: da2b15aa83eb5c8c7667ddc42adc7c5b9d1d0cf3 da2b15a
Friday, 13 Jun 2025
06:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pytest-cases: Add py-pytest-cases 3.8.6

Did you ever think that most of your test functions were actually the same test
code, but with different data inputs and expected results/exceptions?
- pytest-cases leverages pytest and its great @pytest.mark.parametrize
  decorator, so that you can separate your test cases from your test functions.
- In addition, pytest-cases provides several useful goodies to empower pytest.
  In particular it improves the fixture mechanism to support "fixture unions".
  This is a major change in the internal pytest engine, unlocking many
  possibilities such as using fixture references as parameter values in a test
  function. See here.

pytest-cases is fully compliant with pytest-harvest so you can easily monitor
the execution times and created artifacts. With it, it becomes very easy to
create a complete data science benchmark, for example comparing various models
on various datasets.
commit hash: 02595040cb3ce77730ca535928a29f5e749e33dc commit hash: 02595040cb3ce77730ca535928a29f5e749e33dc commit hash: 02595040cb3ce77730ca535928a29f5e749e33dc commit hash: 02595040cb3ce77730ca535928a29f5e749e33dc 0259504
06:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-makefun: Add py-makefun 1.16.0

makefun helps you create functions dynamically, with the signature of your
choice. It was largely inspired by decorator and functools, and created mainly
to cover some of their limitations.
commit hash: 551b8aac762ea63534bc35a1e614d3acecdb7dd4 commit hash: 551b8aac762ea63534bc35a1e614d3acecdb7dd4 commit hash: 551b8aac762ea63534bc35a1e614d3acecdb7dd4 commit hash: 551b8aac762ea63534bc35a1e614d3acecdb7dd4 551b8aa
06:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-decopatch: Add py-decopatch 1.4.10

Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.
commit hash: 91ebade69ac899ccb6d4fe319422cc658b2076d2 commit hash: 91ebade69ac899ccb6d4fe319422cc658b2076d2 commit hash: 91ebade69ac899ccb6d4fe319422cc658b2076d2 commit hash: 91ebade69ac899ccb6d4fe319422cc658b2076d2 91ebade
Wednesday, 11 Jun 2025
10:07 Baptiste Daroussin (bapt) search for other commits by this committer Author: Olivier Duchateau
editors/enter-tex: rename and update to 3.38.0

PR:	286697
commit hash: 34eaea711bbfe3a93ec7f744f64db1459e20c2b5 commit hash: 34eaea711bbfe3a93ec7f744f64db1459e20c2b5 commit hash: 34eaea711bbfe3a93ec7f744f64db1459e20c2b5 commit hash: 34eaea711bbfe3a93ec7f744f64db1459e20c2b5 34eaea7
Tuesday, 10 Jun 2025
21:51 Dave Cottlehuber (dch) search for other commits by this committer
net/rabbiteer: expired, recommend net/amqpcat as replacement

Sponsored by:	SkunkWerks, GmbH
commit hash: 626d677c2b7689e7c8862ac644a1d7c06c4161c8 commit hash: 626d677c2b7689e7c8862ac644a1d7c06c4161c8 commit hash: 626d677c2b7689e7c8862ac644a1d7c06c4161c8 commit hash: 626d677c2b7689e7c8862ac644a1d7c06c4161c8 626d677
12:37 Matthew Seaman (matthew) search for other commits by this committer
x11-fonts/gentium: Rename x11-fonts/gentium-plus, update to 7.00

Gentium-7.000 is a major update of the Gentium font family.  Gentium
Plus has been renamed to Gentium, and Gentium Book Plus has been
renamed to Gentium Book, and is now supplied as a separate font
package.

See https://software.sil.org/gentium/history/ and
https://software.sil.org/gentium/download/

Changes:	https://software.sil.org/gentium/v7changes/
Reported by:	repology
commit hash: 18eb7c8492f78264e1db72cc295cbaff9ce50b21 commit hash: 18eb7c8492f78264e1db72cc295cbaff9ce50b21 commit hash: 18eb7c8492f78264e1db72cc295cbaff9ce50b21 commit hash: 18eb7c8492f78264e1db72cc295cbaff9ce50b21 18eb7c8
12:35 Gleb Popov (arrowd) search for other commits by this committer
databases/linux-rl9-sqlite3: Remove the port
commit hash: 93c3f9bc4527715e139bf3ebd1dd7b1927eb9873 commit hash: 93c3f9bc4527715e139bf3ebd1dd7b1927eb9873 commit hash: 93c3f9bc4527715e139bf3ebd1dd7b1927eb9873 commit hash: 93c3f9bc4527715e139bf3ebd1dd7b1927eb9873 93c3f9b
10:20 Gleb Popov (arrowd) search for other commits by this committer
dns/linux-rl9-libpsl: Remove the port
commit hash: 6bd085774e5406201d3d108cb6974ef3a2fea732 commit hash: 6bd085774e5406201d3d108cb6974ef3a2fea732 commit hash: 6bd085774e5406201d3d108cb6974ef3a2fea732 commit hash: 6bd085774e5406201d3d108cb6974ef3a2fea732 6bd0857
09:52 Gleb Popov (arrowd) search for other commits by this committer
dns/linux-rl9-libidn2: Remove the port
commit hash: 990b5a9cdec2a3bf034094f7a83b6a80bab7ed73 commit hash: 990b5a9cdec2a3bf034094f7a83b6a80bab7ed73 commit hash: 990b5a9cdec2a3bf034094f7a83b6a80bab7ed73 commit hash: 990b5a9cdec2a3bf034094f7a83b6a80bab7ed73 990b5a9
07:59 Gleb Popov (arrowd) search for other commits by this committer
devel/linux-rl9-libunistring: Remove the port
commit hash: f655b3ba776ec312f5f14db280e27bb3933745c1 commit hash: f655b3ba776ec312f5f14db280e27bb3933745c1 commit hash: f655b3ba776ec312f5f14db280e27bb3933745c1 commit hash: f655b3ba776ec312f5f14db280e27bb3933745c1 f655b3b
07:29 Gleb Popov (arrowd) search for other commits by this committer
archivers/linux-rl9-brotli: Remove the port
commit hash: f9db870fb0c1cdb921a8a660361ca1705306141d commit hash: f9db870fb0c1cdb921a8a660361ca1705306141d commit hash: f9db870fb0c1cdb921a8a660361ca1705306141d commit hash: f9db870fb0c1cdb921a8a660361ca1705306141d f9db870
Monday, 9 Jun 2025
22:36 Kevin Bowling (kbowling) search for other commits by this committer Author: Tomoaki AOKI
MOVED: Add missing entries for x11/nvidia-secondary-driver[-390]

Differential Revision:	https://reviews.freebsd.org/D50744
commit hash: 37bc3009562658d10740eb7153a3fd1a278a760c commit hash: 37bc3009562658d10740eb7153a3fd1a278a760c commit hash: 37bc3009562658d10740eb7153a3fd1a278a760c commit hash: 37bc3009562658d10740eb7153a3fd1a278a760c 37bc300
07:17 Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/scenefx02: remove port after c65c5b9efb3b

No consumers left. Use the new API like swayfx.
commit hash: 594a0e6d19196ae189fcce327dc90a75c677c544 commit hash: 594a0e6d19196ae189fcce327dc90a75c677c544 commit hash: 594a0e6d19196ae189fcce327dc90a75c677c544 commit hash: 594a0e6d19196ae189fcce327dc90a75c677c544 594a0e6
06:15 Cy Schubert (cy) search for other commits by this committer
x11/cde: Replace x11/cde with x11/cde-25

Remove x11/cde and rename x11/cde-25 to x11/cde.
commit hash: 6c4fb8f7fbd3eaac5189070a765992358f2219b8 commit hash: 6c4fb8f7fbd3eaac5189070a765992358f2219b8 commit hash: 6c4fb8f7fbd3eaac5189070a765992358f2219b8 commit hash: 6c4fb8f7fbd3eaac5189070a765992358f2219b8 6c4fb8f
06:15 Cy Schubert (cy) search for other commits by this committer
sysutils/screen: Replace sysutils/screen with sysutils/screen50

Remove sysutils/screen and rename sysutils/screen50 to sysutils/screen.
commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 9edb6f7
Friday, 6 Jun 2025
22:01 Rene Ladan (rene) search for other commits by this committer
math/py-spvcm: Remove expired port

2025-04-30 math/py-spvcm: Upstream repository has been archived on Jul 9, 2024
commit hash: 271a0aca948472851d1284bf6c06a2ffdde18adb commit hash: 271a0aca948472851d1284bf6c06a2ffdde18adb commit hash: 271a0aca948472851d1284bf6c06a2ffdde18adb commit hash: 271a0aca948472851d1284bf6c06a2ffdde18adb 271a0ac
22:00 Rene Ladan (rene) search for other commits by this committer
textproc/xincluder: Remove expired port

2025-06-04 textproc/xincluder: Depends on expiring java/jdom
commit hash: de61948ffdaf0538a94692d1c87b80f8db03a8a9 commit hash: de61948ffdaf0538a94692d1c87b80f8db03a8a9 commit hash: de61948ffdaf0538a94692d1c87b80f8db03a8a9 commit hash: de61948ffdaf0538a94692d1c87b80f8db03a8a9 de61948
22:00 Rene Ladan (rene) search for other commits by this committer
science/py-pysal: Remove expired port

2025-06-04 science/py-pysal: Depends on expired math/py-spvcm
commit hash: e40e6e61fb33bf1190e43ab97cb9ff51fa1f9cff commit hash: e40e6e61fb33bf1190e43ab97cb9ff51fa1f9cff commit hash: e40e6e61fb33bf1190e43ab97cb9ff51fa1f9cff commit hash: e40e6e61fb33bf1190e43ab97cb9ff51fa1f9cff e40e6e6
21:59 Rene Ladan (rene) search for other commits by this committer
audio/id3tool: Remove expired port

2025-04-30 audio/id3tool: Can't read ID3v2 tags which have been around for 20+
years and discontinued in 2005 feature-wise according to readme file
commit hash: 86fd03ba4acf0890635d0942dfca657ce3af472b commit hash: 86fd03ba4acf0890635d0942dfca657ce3af472b commit hash: 86fd03ba4acf0890635d0942dfca657ce3af472b commit hash: 86fd03ba4acf0890635d0942dfca657ce3af472b 86fd03b
21:57 Rene Ladan (rene) search for other commits by this committer
audio/mp3check: Remove expired port

2025-06-04 audio/mp3check: Depends on expired audio/id3tool

While here fix MOVED, devel/linux_base-rl9 does not seem to exist.
commit hash: 247eb2795eae3f64a63bd9a20150700ab835d753 commit hash: 247eb2795eae3f64a63bd9a20150700ab835d753 commit hash: 247eb2795eae3f64a63bd9a20150700ab835d753 commit hash: 247eb2795eae3f64a63bd9a20150700ab835d753 247eb27
Wednesday, 4 Jun 2025
13:13 Gleb Popov (arrowd) search for other commits by this committer
MOVED: Add lang/ghc810 missed in previous commit

Reported by:	bofh
Pointy-hat-to:	arrowd
commit hash: afcffce5fa42f7553cf97b71523bbf9d39c1fc11 commit hash: afcffce5fa42f7553cf97b71523bbf9d39c1fc11 commit hash: afcffce5fa42f7553cf97b71523bbf9d39c1fc11 commit hash: afcffce5fa42f7553cf97b71523bbf9d39c1fc11 afcffce
12:14 Gleb Popov (arrowd) search for other commits by this committer
games/hedgewars-server: Remove the port
commit hash: 7502d9b8ce8699e4bcf9ef8482acb873c8627a5a commit hash: 7502d9b8ce8699e4bcf9ef8482acb873c8627a5a commit hash: 7502d9b8ce8699e4bcf9ef8482acb873c8627a5a commit hash: 7502d9b8ce8699e4bcf9ef8482acb873c8627a5a 7502d9b
12:10 Gleb Popov (arrowd) search for other commits by this committer
devel/linux-rl9-libsoup: Remove the port
commit hash: a629954057bb3ece663b2d686b4efeae46bc289c commit hash: a629954057bb3ece663b2d686b4efeae46bc289c commit hash: a629954057bb3ece663b2d686b4efeae46bc289c commit hash: a629954057bb3ece663b2d686b4efeae46bc289c a629954
Monday, 2 Jun 2025
19:01 Rene Ladan (rene) search for other commits by this committer
science/py-DendroPy: Remove expired port

2025-03-31 science/py-DendroPy: Depends on expired devel/py-pytest-runner
commit hash: 8e5f53e29c3ccf869c4c44506c4c35aa824d9a21 commit hash: 8e5f53e29c3ccf869c4c44506c4c35aa824d9a21 commit hash: 8e5f53e29c3ccf869c4c44506c4c35aa824d9a21 commit hash: 8e5f53e29c3ccf869c4c44506c4c35aa824d9a21 8e5f53e
19:01 Rene Ladan (rene) search for other commits by this committer
multimedia/py-ffmpeg-python: Remove expired port

2025-03-31 multimedia/py-ffmpeg-python: Depends on expired
devel/py-pytest-runner
commit hash: d8c1668bc9c7098a0d33f320dd3620fd6542b972 commit hash: d8c1668bc9c7098a0d33f320dd3620fd6542b972 commit hash: d8c1668bc9c7098a0d33f320dd3620fd6542b972 commit hash: d8c1668bc9c7098a0d33f320dd3620fd6542b972 d8c1668
18:59 Rene Ladan (rene) search for other commits by this committer
math/py-grandalf: Remove expired port

2025-03-31 math/py-grandalf: Depends on expired devel/py-pytest-runner
commit hash: c3e3164795ea6c633f9c813748969a40b88e1655 commit hash: c3e3164795ea6c633f9c813748969a40b88e1655 commit hash: c3e3164795ea6c633f9c813748969a40b88e1655 commit hash: c3e3164795ea6c633f9c813748969a40b88e1655 c3e3164
18:58 Rene Ladan (rene) search for other commits by this committer
security/py-oauth2client: Remove expired port

2025-03-31 security/py-oauth2client: Deprecated by upstream. Use
security/py-google-auth or security/py-oauthlib instead. See
https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html for
details
commit hash: 0c8fb0a5ed9f023d7b5515eaaaeeb609286d36f0 commit hash: 0c8fb0a5ed9f023d7b5515eaaaeeb609286d36f0 commit hash: 0c8fb0a5ed9f023d7b5515eaaaeeb609286d36f0 commit hash: 0c8fb0a5ed9f023d7b5515eaaaeeb609286d36f0 0c8fb0a
18:56 Rene Ladan (rene) search for other commits by this committer
textproc/py-colorclass: Remove expired port

2025-02-28 textproc/py-colorclass: Upstream repository has been archived on Jul
10, 2024
commit hash: 2e5ce711c136eeb35c0a04b16fb658ec7a35fc3e commit hash: 2e5ce711c136eeb35c0a04b16fb658ec7a35fc3e commit hash: 2e5ce711c136eeb35c0a04b16fb658ec7a35fc3e commit hash: 2e5ce711c136eeb35c0a04b16fb658ec7a35fc3e 2e5ce71
18:56 Rene Ladan (rene) search for other commits by this committer
devel/py-oletools: Remove expired port

2025-03-31 devel/py-oletools: Depends on expired textproc/py-colorclass
commit hash: 5703a80056b6cfca17d30528c823c1f3a8c5199d commit hash: 5703a80056b6cfca17d30528c823c1f3a8c5199d commit hash: 5703a80056b6cfca17d30528c823c1f3a8c5199d commit hash: 5703a80056b6cfca17d30528c823c1f3a8c5199d 5703a80
18:44 Rene Ladan (rene) search for other commits by this committer
converters/wkhtmltopdf: Remove expired port

2024-12-31 converters/wkhtmltopdf: Upstream abandoned the project
commit hash: 70db875681781a825354122d461a72e4a5300022 commit hash: 70db875681781a825354122d461a72e4a5300022 commit hash: 70db875681781a825354122d461a72e4a5300022 commit hash: 70db875681781a825354122d461a72e4a5300022 70db875
18:32 Cy Schubert (cy) search for other commits by this committer
security/racoon2: Remove expired port

2025-05-31 security/racoon2: Requested removal by PR/286981

PR:	286981
commit hash: e30c04f23efd5a653417728c18aea701eabeb0e3 commit hash: e30c04f23efd5a653417728c18aea701eabeb0e3 commit hash: e30c04f23efd5a653417728c18aea701eabeb0e3 commit hash: e30c04f23efd5a653417728c18aea701eabeb0e3 e30c04f
18:24 Rene Ladan (rene) search for other commits by this committer
graphics/rubygem-pdfkit: Remove expired port

2025-03-31 graphics/rubygem-pdfkit: Depends on expired converters/wkhtmltopdf
commit hash: 72ca438bf12a085ec5daa582f301da6632453478 commit hash: 72ca438bf12a085ec5daa582f301da6632453478 commit hash: 72ca438bf12a085ec5daa582f301da6632453478 commit hash: 72ca438bf12a085ec5daa582f301da6632453478 72ca438
18:21 Rene Ladan (rene) search for other commits by this committer
security/mbedtls2: Remove expired port

2024-12-31 security/mbedtls2: Upstream support ends at the end of 2024
commit hash: 6175f8d1ba5c232ef9998d1d75053c8c88e3b9f7 commit hash: 6175f8d1ba5c232ef9998d1d75053c8c88e3b9f7 commit hash: 6175f8d1ba5c232ef9998d1d75053c8c88e3b9f7 commit hash: 6175f8d1ba5c232ef9998d1d75053c8c88e3b9f7 6175f8d
18:20 Rene Ladan (rene) search for other commits by this committer
devel/py-makefun: Remove expired port

2025-03-31 devel/py-makefun: Depends on expired devel/py-pytest-runner
commit hash: b9599863b50fc1f1cf759d2eee2ec86c4a329434 commit hash: b9599863b50fc1f1cf759d2eee2ec86c4a329434 commit hash: b9599863b50fc1f1cf759d2eee2ec86c4a329434 commit hash: b9599863b50fc1f1cf759d2eee2ec86c4a329434 b959986
18:01 Rene Ladan (rene) search for other commits by this committer
misc/py-spdx: Remove expired port

2025-02-28 misc/py-spdx: Upstream repository has been archived on Nov 13, 2020
commit hash: 484c3a328f94fd073cb3145350482dc5f1ac01f4 commit hash: 484c3a328f94fd073cb3145350482dc5f1ac01f4 commit hash: 484c3a328f94fd073cb3145350482dc5f1ac01f4 commit hash: 484c3a328f94fd073cb3145350482dc5f1ac01f4 484c3a3
18:00 Rene Ladan (rene) search for other commits by this committer
misc/py-spdx-lookup: Remove expired port

2025-02-28 misc/py-spdx-lookup: Upstream repository has been archived on Nov 13,
2020
commit hash: 14ea9acdcc8612d8e2a9860caa9493c7259dd2df commit hash: 14ea9acdcc8612d8e2a9860caa9493c7259dd2df commit hash: 14ea9acdcc8612d8e2a9860caa9493c7259dd2df commit hash: 14ea9acdcc8612d8e2a9860caa9493c7259dd2df 14ea9ac
18:00 Rene Ladan (rene) search for other commits by this committer
sysutils/py-upt: Remove expired port

2025-03-31 sysutils/py-upt: Depends on expired misc/py-spdx-lookup
commit hash: 5e510049eb0152f0dacb2e39379d2dd0f96ad348 commit hash: 5e510049eb0152f0dacb2e39379d2dd0f96ad348 commit hash: 5e510049eb0152f0dacb2e39379d2dd0f96ad348 commit hash: 5e510049eb0152f0dacb2e39379d2dd0f96ad348 5e510049
17:55 Rene Ladan (rene) search for other commits by this committer
Revert: "audio/lmms: Remove expired port"

This reverts commit 6a2bdf6a7d38b26c96ede19ed0136fff2fcdd9e5.

See https://github.com/falkTX/Carla/pull/1933 for audio/carla
commit hash: 31bdd367706cdee57c8777fe0c2f759a492780fa commit hash: 31bdd367706cdee57c8777fe0c2f759a492780fa commit hash: 31bdd367706cdee57c8777fe0c2f759a492780fa commit hash: 31bdd367706cdee57c8777fe0c2f759a492780fa 31bdd36
17:54 Rene Ladan (rene) search for other commits by this committer
Revert: "audio/carla: Remove expired port"

This reverts commit b8a4281357140bd7cc944cad6f91b733afe276ba.

See https://github.com/falkTX/Carla/pull/1933
commit hash: 72cbff0b9d7420d503b3fd9a35b7ebf9bc3c3f13 commit hash: 72cbff0b9d7420d503b3fd9a35b7ebf9bc3c3f13 commit hash: 72cbff0b9d7420d503b3fd9a35b7ebf9bc3c3f13 commit hash: 72cbff0b9d7420d503b3fd9a35b7ebf9bc3c3f13 72cbff0
17:40 Rene Ladan (rene) search for other commits by this committer
Revert: "science/pastix: Remove expired port"

This reverts commit 05c6f4b9240f9d4432cd718463c9ae71c54216cc.

lang/julia is no longer expired
commit hash: 520b713b9a42229e0628111884275ed6ece2bb38 commit hash: 520b713b9a42229e0628111884275ed6ece2bb38 commit hash: 520b713b9a42229e0628111884275ed6ece2bb38 commit hash: 520b713b9a42229e0628111884275ed6ece2bb38 520b713
17:34 Rene Ladan (rene) search for other commits by this committer
misc/mxnet: Remove expired port

2025-04-01 misc/mxnet: Project has been retired by Apache, see
https://attic.apache.org/projects/mxnet.html
commit hash: 5464ca899c079d0c4c22d8cc38ad483bbeae43c2 commit hash: 5464ca899c079d0c4c22d8cc38ad483bbeae43c2 commit hash: 5464ca899c079d0c4c22d8cc38ad483bbeae43c2 commit hash: 5464ca899c079d0c4c22d8cc38ad483bbeae43c2 5464ca8
17:34 Rene Ladan (rene) search for other commits by this committer
misc/py-mxnet: Remove expired port

2025-06-01 misc/py-mxnet: Depends on expired misc/mxnet
commit hash: a755d1c0d03125e1bc7deece17d28b06e7170761 commit hash: a755d1c0d03125e1bc7deece17d28b06e7170761 commit hash: a755d1c0d03125e1bc7deece17d28b06e7170761 commit hash: a755d1c0d03125e1bc7deece17d28b06e7170761 a755d1c
17:33 Rene Ladan (rene) search for other commits by this committer
misc/py-gluonnlp: Remove expired port

2025-06-01 misc/py-gluonnlp: Depends on expiring misc/py-mxnet
commit hash: f3aeca28badc5f213df7703eeeb31ced245bd330 commit hash: f3aeca28badc5f213df7703eeeb31ced245bd330 commit hash: f3aeca28badc5f213df7703eeeb31ced245bd330 commit hash: f3aeca28badc5f213df7703eeeb31ced245bd330 f3aeca2
17:33 Rene Ladan (rene) search for other commits by this committer
misc/py-gluoncv: Remove expired port

2025-06-01 misc/py-gluoncv: Depends on expiring misc/py-mxnet
commit hash: e909cbd51c968b2510cf799538b13e01e22f69f5 commit hash: e909cbd51c968b2510cf799538b13e01e22f69f5 commit hash: e909cbd51c968b2510cf799538b13e01e22f69f5 commit hash: e909cbd51c968b2510cf799538b13e01e22f69f5 e909cbd
17:32 Rene Ladan (rene) search for other commits by this committer
www/py-pydrive2: Remove expired port

2025-06-01 www/py-pydrive2: Depends on expired security/py-oauth2client
commit hash: 812a52a97a50ae3377d946c2b9f4115fd81a981a commit hash: 812a52a97a50ae3377d946c2b9f4115fd81a981a commit hash: 812a52a97a50ae3377d946c2b9f4115fd81a981a commit hash: 812a52a97a50ae3377d946c2b9f4115fd81a981a 812a52a
17:31 Rene Ladan (rene) search for other commits by this committer
databases/datasette: Remove expired port

2025-06-01 databases/datasette: Depends on expired devel/py-pytest-runner
commit hash: b5a8aa216f72dc0091da3c2fb7126fdc48daabea commit hash: b5a8aa216f72dc0091da3c2fb7126fdc48daabea commit hash: b5a8aa216f72dc0091da3c2fb7126fdc48daabea commit hash: b5a8aa216f72dc0091da3c2fb7126fdc48daabea b5a8aa2
17:30 Rene Ladan (rene) search for other commits by this committer
graphics/rubygem-ezprint: Remove expired port

2025-06-01 graphics/rubygem-ezprint: Depends on expired graphics/rubygem-pdfkit
commit hash: 41a955df13be9c64f4e3570034e9a770b33a25c2 commit hash: 41a955df13be9c64f4e3570034e9a770b33a25c2 commit hash: 41a955df13be9c64f4e3570034e9a770b33a25c2 commit hash: 41a955df13be9c64f4e3570034e9a770b33a25c2 41a955d
17:11 Rene Ladan (rene) search for other commits by this committer
devel/py-decopatch: Remove expired port

2025-06-01 devel/py-decopatch: Depends on expired devel/py-makefun
commit hash: 01da8b3736a9025d22c850174785668176409221 commit hash: 01da8b3736a9025d22c850174785668176409221 commit hash: 01da8b3736a9025d22c850174785668176409221 commit hash: 01da8b3736a9025d22c850174785668176409221 01da8b3
17:11 Rene Ladan (rene) search for other commits by this committer
devel/py-pytest-cases: Remove expired port

2025-06-01 devel/py-pytest-cases: Depends on expired devel/py-makefun
commit hash: 8129e9a15855b8d2c2ed3cfb43f773fce9f6d447 commit hash: 8129e9a15855b8d2c2ed3cfb43f773fce9f6d447 commit hash: 8129e9a15855b8d2c2ed3cfb43f773fce9f6d447 commit hash: 8129e9a15855b8d2c2ed3cfb43f773fce9f6d447 8129e9a
17:10 Rene Ladan (rene) search for other commits by this committer
sysutils/py-upt-pypi: Remove expired port

2025-06-01 sysutils/py-upt-pypi: Depends on expired sysutils/py-upt
commit hash: fd4e311c8c38af883f5cc1ad0a194b410d7dd90a commit hash: fd4e311c8c38af883f5cc1ad0a194b410d7dd90a commit hash: fd4e311c8c38af883f5cc1ad0a194b410d7dd90a commit hash: fd4e311c8c38af883f5cc1ad0a194b410d7dd90a fd4e311
17:09 Rene Ladan (rene) search for other commits by this committer
sysutils/py-upt-rubygems: Remove expired port

2025-06-01 sysutils/py-upt-rubygems: Depends on expired sysutils/py-upt
commit hash: aeca7497b810ce405e1b1df0c86789d18353393a commit hash: aeca7497b810ce405e1b1df0c86789d18353393a commit hash: aeca7497b810ce405e1b1df0c86789d18353393a commit hash: aeca7497b810ce405e1b1df0c86789d18353393a aeca749
17:09 Rene Ladan (rene) search for other commits by this committer
sysutils/py-upt-freebsd: Remove expired port

2025-06-01 sysutils/py-upt-freebsd: Depends on expired sysutils/py-upt
commit hash: 9ad8a06bcab2f0023d7077cb7529a0a0a624ae26 commit hash: 9ad8a06bcab2f0023d7077cb7529a0a0a624ae26 commit hash: 9ad8a06bcab2f0023d7077cb7529a0a0a624ae26 commit hash: 9ad8a06bcab2f0023d7077cb7529a0a0a624ae26 9ad8a06
17:09 Rene Ladan (rene) search for other commits by this committer
sysutils/py-upt-cpan: Remove expired port

2025-06-01 sysutils/py-upt-cpan: Depends on expired sysutils/py-upt
commit hash: 7bb498a1d2e5d0944665dec75d3266086155ece3 commit hash: 7bb498a1d2e5d0944665dec75d3266086155ece3 commit hash: 7bb498a1d2e5d0944665dec75d3266086155ece3 commit hash: 7bb498a1d2e5d0944665dec75d3266086155ece3 7bb498a
17:08 Rene Ladan (rene) search for other commits by this committer
textproc/py-RTFDE: Remove expired port

2025-06-01 textproc/py-RTFDE: Depends on expired devel/py-oletools
commit hash: dd2fcc24f6c86079166e5c4bb242c81423ba5283 commit hash: dd2fcc24f6c86079166e5c4bb242c81423ba5283 commit hash: dd2fcc24f6c86079166e5c4bb242c81423ba5283 commit hash: dd2fcc24f6c86079166e5c4bb242c81423ba5283 dd2fcc2
17:08 Rene Ladan (rene) search for other commits by this committer
audio/carla: Remove expired port

2025-06-01 audio/carla: Depends on expired audio/py-pyliblo
commit hash: b8a4281357140bd7cc944cad6f91b733afe276ba commit hash: b8a4281357140bd7cc944cad6f91b733afe276ba commit hash: b8a4281357140bd7cc944cad6f91b733afe276ba commit hash: b8a4281357140bd7cc944cad6f91b733afe276ba b8a4281
17:07 Rene Ladan (rene) search for other commits by this committer
audio/lmms: Remove expired port

2025-06-01 audio/lmms: Depends on expiring audio/carla
commit hash: 6a2bdf6a7d38b26c96ede19ed0136fff2fcdd9e5 commit hash: 6a2bdf6a7d38b26c96ede19ed0136fff2fcdd9e5 commit hash: 6a2bdf6a7d38b26c96ede19ed0136fff2fcdd9e5 commit hash: 6a2bdf6a7d38b26c96ede19ed0136fff2fcdd9e5 6a2bdf6
17:07 Rene Ladan (rene) search for other commits by this committer
deskutils/gcalcli: Remove expired port

2025-06-01 deskutils/gcalcli: Depends on expired security/py-oauth2client
commit hash: a3b5e17e736583c61f7cdaeb72d1e307b410c279 commit hash: a3b5e17e736583c61f7cdaeb72d1e307b410c279 commit hash: a3b5e17e736583c61f7cdaeb72d1e307b410c279 commit hash: a3b5e17e736583c61f7cdaeb72d1e307b410c279 a3b5e17
17:06 Rene Ladan (rene) search for other commits by this committer
devel/py-pcodedmp: Remove expired port

2025-06-01 devel/py-pcodedmp: Depends on expired devel/py-oletools
commit hash: 8b114254ec4d1330c92c3b4db570c5459603e6f8 commit hash: 8b114254ec4d1330c92c3b4db570c5459603e6f8 commit hash: 8b114254ec4d1330c92c3b4db570c5459603e6f8 commit hash: 8b114254ec4d1330c92c3b4db570c5459603e6f8 8b11425
17:06 Rene Ladan (rene) search for other commits by this committer
textproc/py-extract-msg: Remove expired port

2025-06-01 textproc/py-extract-msg: Depends on expiring textproc/py-RTFDE
commit hash: 12788c2713661662dbab0d3595b47a6abfa06009 commit hash: 12788c2713661662dbab0d3595b47a6abfa06009 commit hash: 12788c2713661662dbab0d3595b47a6abfa06009 commit hash: 12788c2713661662dbab0d3595b47a6abfa06009 12788c2
17:04 Rene Ladan (rene) search for other commits by this committer
science/dvc: Remove expired port

2025-06-01 science/dvc: Depends on expired math/py-grandalf
commit hash: 0d9608a8a76922623a5cd9b627f6a3574226d664 commit hash: 0d9608a8a76922623a5cd9b627f6a3574226d664 commit hash: 0d9608a8a76922623a5cd9b627f6a3574226d664 commit hash: 0d9608a8a76922623a5cd9b627f6a3574226d664 0d9608a
17:03 Rene Ladan (rene) search for other commits by this committer
science/pastix: Remove expired port

2025-06-01 science/pastix: Depends on expired lang/julia
commit hash: 05c6f4b9240f9d4432cd718463c9ae71c54216cc commit hash: 05c6f4b9240f9d4432cd718463c9ae71c54216cc commit hash: 05c6f4b9240f9d4432cd718463c9ae71c54216cc commit hash: 05c6f4b9240f9d4432cd718463c9ae71c54216cc 05c6f4b
17:03 Rene Ladan (rene) search for other commits by this committer
net/pichi: Remove expired port

2025-06-01 net/pichi: Depends on expired security/mbedtls2
commit hash: 1a4384e1ada2fa73a1656b3f3a907df0b0622ae3 commit hash: 1a4384e1ada2fa73a1656b3f3a907df0b0622ae3 commit hash: 1a4384e1ada2fa73a1656b3f3a907df0b0622ae3 commit hash: 1a4384e1ada2fa73a1656b3f3a907df0b0622ae3 1a4384e
17:02 Rene Ladan (rene) search for other commits by this committer
biology/checkm: Remove expired port

2025-06-01 biology/checkm: Depends on expired science/py-DendroPy
commit hash: 12191baead8520b49266479d22c09dffef583ae9 commit hash: 12191baead8520b49266479d22c09dffef583ae9 commit hash: 12191baead8520b49266479d22c09dffef583ae9 commit hash: 12191baead8520b49266479d22c09dffef583ae9 12191ba
17:02 Rene Ladan (rene) search for other commits by this committer
multimedia/ffsubsync: Remove expired port

2025-06-01 multimedia/ffsubsync: Depends on expired multimedia/py-ffmpeg-python
commit hash: d1a26385cab601e2acbfc9514726429e3a0760ca commit hash: d1a26385cab601e2acbfc9514726429e3a0760ca commit hash: d1a26385cab601e2acbfc9514726429e3a0760ca commit hash: d1a26385cab601e2acbfc9514726429e3a0760ca d1a2638
17:00 Rene Ladan (rene) search for other commits by this committer
www/py-fastapi-users: Remove expired port

2025-06-01 www/py-fastapi-users: Depends on expired devel/py-makefun
commit hash: 2768a15f84c48c48c6c9c1e2f9a9b363480db7e9 commit hash: 2768a15f84c48c48c6c9c1e2f9a9b363480db7e9 commit hash: 2768a15f84c48c48c6c9c1e2f9a9b363480db7e9 commit hash: 2768a15f84c48c48c6c9c1e2f9a9b363480db7e9 2768a15
17:00 Rene Ladan (rene) search for other commits by this committer
databases/py-fastapi-users-db-ormar: Remove expired port

2025-06-01 databases/py-fastapi-users-db-ormar: Depends on expiring
www/py-fastapi-users
commit hash: 1e91bf47a142bff5bd51f9fd8b54da0ccea35c36 commit hash: 1e91bf47a142bff5bd51f9fd8b54da0ccea35c36 commit hash: 1e91bf47a142bff5bd51f9fd8b54da0ccea35c36 commit hash: 1e91bf47a142bff5bd51f9fd8b54da0ccea35c36 1e91bf4
16:57 Rene Ladan (rene) search for other commits by this committer
textproc/py-textract: Remove expired port

2025-06-01 textproc/py-textract: Depends on expiring textproc/py-extract-msg
commit hash: 03d82f0f260730a7f95c49b10fdb8a4ac42bc761 commit hash: 03d82f0f260730a7f95c49b10fdb8a4ac42bc761 commit hash: 03d82f0f260730a7f95c49b10fdb8a4ac42bc761 commit hash: 03d82f0f260730a7f95c49b10fdb8a4ac42bc761 03d82f0
10:45 Gleb Popov (arrowd) search for other commits by this committer
devel/linux-{c7,rl9}-libgfortran: Remove ports
commit hash: 767eae4048f6671b3cb2be9e06bf9380109b43c8 commit hash: 767eae4048f6671b3cb2be9e06bf9380109b43c8 commit hash: 767eae4048f6671b3cb2be9e06bf9380109b43c8 commit hash: 767eae4048f6671b3cb2be9e06bf9380109b43c8 767eae4
Sunday, 1 Jun 2025
20:52 Rene Ladan (rene) search for other commits by this committer
www/py-django50: Remove expired port

2025-05-31 www/py-django50: Extended support of Django 5.0 ends April 2024,
upgrade to a newer version of Django. See
https://www.djangoproject.com/download/
commit hash: 449e3be8bd823f2ada0eb9769bb6b45205b42d96 commit hash: 449e3be8bd823f2ada0eb9769bb6b45205b42d96 commit hash: 449e3be8bd823f2ada0eb9769bb6b45205b42d96 commit hash: 449e3be8bd823f2ada0eb9769bb6b45205b42d96 449e3be
20:43 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-htmx: Remove expired port

2025-05-31 www/py-dj50-django-htmx: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 91330f03166e702ffb2881c54092931ad7cfd4bc commit hash: 91330f03166e702ffb2881c54092931ad7cfd4bc commit hash: 91330f03166e702ffb2881c54092931ad7cfd4bc commit hash: 91330f03166e702ffb2881c54092931ad7cfd4bc 91330f0
20:42 Rene Ladan (rene) search for other commits by this committer
devel/cmunge: Remove expired port

2025-05-31 devel/cmunge: Upstream is gone
commit hash: fff9918848bd86717b5db6c00b6eb268f0c34eed commit hash: fff9918848bd86717b5db6c00b6eb268f0c34eed commit hash: fff9918848bd86717b5db6c00b6eb268f0c34eed commit hash: fff9918848bd86717b5db6c00b6eb268f0c34eed fff9918
20:42 Rene Ladan (rene) search for other commits by this committer
devel/eventxx: Remove expired port

2025-05-31 devel/eventxx: Upstream is gone, unmaintained for 10+ years in tree
commit hash: bf1516c9770b59758d86bc0f394f0139d2dd1c53 commit hash: bf1516c9770b59758d86bc0f394f0139d2dd1c53 commit hash: bf1516c9770b59758d86bc0f394f0139d2dd1c53 commit hash: bf1516c9770b59758d86bc0f394f0139d2dd1c53 bf1516c
20:42 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-redis: Remove expired port

2025-05-31 www/py-dj50-django-redis: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 575acb82576fb7e7bb63b6af74721a93e69755da commit hash: 575acb82576fb7e7bb63b6af74721a93e69755da commit hash: 575acb82576fb7e7bb63b6af74721a93e69755da commit hash: 575acb82576fb7e7bb63b6af74721a93e69755da 575acb8
20:41 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-js-asset: Remove expired port

2025-05-31 www/py-dj50-django-js-asset: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: e5d5302d2da3bd935a800e29e5ef2f6c643a32dd commit hash: e5d5302d2da3bd935a800e29e5ef2f6c643a32dd commit hash: e5d5302d2da3bd935a800e29e5ef2f6c643a32dd commit hash: e5d5302d2da3bd935a800e29e5ef2f6c643a32dd e5d5302
20:40 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-mptt: Remove expired port

2025-05-31 www/py-dj50-django-mptt: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 44ae2a56599d0aa3009cb79f7113f7437fb596a0 commit hash: 44ae2a56599d0aa3009cb79f7113f7437fb596a0 commit hash: 44ae2a56599d0aa3009cb79f7113f7437fb596a0 commit hash: 44ae2a56599d0aa3009cb79f7113f7437fb596a0 44ae2a5
20:36 Rene Ladan (rene) search for other commits by this committer
devel/hgreviewboard: Remove expired port

2025-05-31 devel/hgreviewboard: Upstream is gone
commit hash: de0183a9b6bc2f9db56346deee70e59d7ab76c93 commit hash: de0183a9b6bc2f9db56346deee70e59d7ab76c93 commit hash: de0183a9b6bc2f9db56346deee70e59d7ab76c93 commit hash: de0183a9b6bc2f9db56346deee70e59d7ab76c93 de0183a
20:35 Rene Ladan (rene) search for other commits by this committer
devel/awless: Remove expired port

2025-05-31 devel/awless: Abandoned upstream
commit hash: 01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3 commit hash: 01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3 commit hash: 01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3 commit hash: 01f6f08a0f9c18b10cf9a397a54c9fd2601b36f3 01f6f08
20:35 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-filter: Remove expired port

2025-05-31 www/py-dj50-django-filter: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 82c6ba49b58a0e2773c0caad368a9bbf14c49887 commit hash: 82c6ba49b58a0e2773c0caad368a9bbf14c49887 commit hash: 82c6ba49b58a0e2773c0caad368a9bbf14c49887 commit hash: 82c6ba49b58a0e2773c0caad368a9bbf14c49887 82c6ba4
20:34 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-timezone-field: Remove expired port

2025-05-31 www/py-dj50-django-timezone-field: Extended support of Django 5.0
ends April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 86663cdc2bfce5ddd665ef7ac11bdbf62924bb5a commit hash: 86663cdc2bfce5ddd665ef7ac11bdbf62924bb5a commit hash: 86663cdc2bfce5ddd665ef7ac11bdbf62924bb5a commit hash: 86663cdc2bfce5ddd665ef7ac11bdbf62924bb5a 86663cd
20:33 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-prometheus: Remove expired port

2025-05-31 www/py-dj50-django-prometheus: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: b36bee780b0b95901616245e063d73c2e5cb6e75 commit hash: b36bee780b0b95901616245e063d73c2e5cb6e75 commit hash: b36bee780b0b95901616245e063d73c2e5cb6e75 commit hash: b36bee780b0b95901616245e063d73c2e5cb6e75 b36bee7
20:32 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-tree-queries: Remove expired port

2025-05-31 www/py-dj50-django-tree-queries: Extended support of Django 5.0 ends
April 2025. See https://www.djangoproject.com/download/
commit hash: 7806ae13b3b1cffefae72b55d4391dae9518bf82 commit hash: 7806ae13b3b1cffefae72b55d4391dae9518bf82 commit hash: 7806ae13b3b1cffefae72b55d4391dae9518bf82 commit hash: 7806ae13b3b1cffefae72b55d4391dae9518bf82 7806ae1
20:30 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-cors-headers: Remove expired port

2025-05-31 www/py-dj50-django-cors-headers: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657 commit hash: 5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657 commit hash: 5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657 commit hash: 5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657 5f9d2d0
20:29 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-rich: Remove expired port

2025-05-31 www/py-dj50-django-rich: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: f4b6627c473491a73c704d813b96c3601cfb9d5e commit hash: f4b6627c473491a73c704d813b96c3601cfb9d5e commit hash: f4b6627c473491a73c704d813b96c3601cfb9d5e commit hash: f4b6627c473491a73c704d813b96c3601cfb9d5e f4b6627
20:29 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-choices-field: Remove expired port

2025-05-31 www/py-dj50-django-choices-field: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: bab8c1e019b492c0b79304b2afbdb07289aee6a8 commit hash: bab8c1e019b492c0b79304b2afbdb07289aee6a8 commit hash: bab8c1e019b492c0b79304b2afbdb07289aee6a8 commit hash: bab8c1e019b492c0b79304b2afbdb07289aee6a8 bab8c1e
20:28 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-tables2: Remove expired port

2025-05-31 www/py-dj50-django-tables2: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 1e2955b6ab1ced0f65e00a004d6af8210c760796 commit hash: 1e2955b6ab1ced0f65e00a004d6af8210c760796 commit hash: 1e2955b6ab1ced0f65e00a004d6af8210c760796 commit hash: 1e2955b6ab1ced0f65e00a004d6af8210c760796 1e2955b
20:27 Rene Ladan (rene) search for other commits by this committer
textproc/bar: Remove expired port

2025-05-31 textproc/bar: Obsolete, consider using sysutils/pv
commit hash: e8933ad4290b4f197e912fdddc64dbd7d97e7619 commit hash: e8933ad4290b4f197e912fdddc64dbd7d97e7619 commit hash: e8933ad4290b4f197e912fdddc64dbd7d97e7619 commit hash: e8933ad4290b4f197e912fdddc64dbd7d97e7619 e8933ad
19:38 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-auth-ldap: Remove expired port

2025-05-31 www/py-dj50-django-auth-ldap: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 89132c1904ce2d7eae6b4c3942bc054242a88b74 commit hash: 89132c1904ce2d7eae6b4c3942bc054242a88b74 commit hash: 89132c1904ce2d7eae6b4c3942bc054242a88b74 commit hash: 89132c1904ce2d7eae6b4c3942bc054242a88b74 89132c1
19:37 Rene Ladan (rene) search for other commits by this committer
devel/py-dj50-django-rq: Remove expired port

2025-05-31 devel/py-dj50-django-rq: Extended support of Django 5.0 ends April
2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 527f4d01e812a2426b82d9219a0f6d7672d8b15e commit hash: 527f4d01e812a2426b82d9219a0f6d7672d8b15e commit hash: 527f4d01e812a2426b82d9219a0f6d7672d8b15e commit hash: 527f4d01e812a2426b82d9219a0f6d7672d8b15e 527f4d0
19:36 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-django-debug-toolbar: Remove expired port

2025-05-31 www/py-dj50-django-debug-toolbar: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 648a9cd8d60d5b12b4368beb9c0c04645fadf0fb commit hash: 648a9cd8d60d5b12b4368beb9c0c04645fadf0fb commit hash: 648a9cd8d60d5b12b4368beb9c0c04645fadf0fb commit hash: 648a9cd8d60d5b12b4368beb9c0c04645fadf0fb 648a9cd
19:35 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-drf-spectacular-sidecar: Remove expired port

2025-05-31 www/py-dj50-drf-spectacular-sidecar: Extended support of Django 5.0
ends April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 15dc887d531ba066a0b4e98a2481186148bcf21d commit hash: 15dc887d531ba066a0b4e98a2481186148bcf21d commit hash: 15dc887d531ba066a0b4e98a2481186148bcf21d commit hash: 15dc887d531ba066a0b4e98a2481186148bcf21d 15dc887d
19:33 Rene Ladan (rene) search for other commits by this committer
devel/aphpbreakdown: Remove expired port

2025-05-31 devel/aphpbreakdown: Upstream is gone and last release in 2018
commit hash: 884e4a57125880f666753da321324d3dc26ebd1b commit hash: 884e4a57125880f666753da321324d3dc26ebd1b commit hash: 884e4a57125880f666753da321324d3dc26ebd1b commit hash: 884e4a57125880f666753da321324d3dc26ebd1b 884e4a5
19:32 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-djangorestframework: Remove expired port

2025-05-31 www/py-dj50-djangorestframework: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: d8e1100e80a52f10b1d4662a2482a37c6287cc53 commit hash: d8e1100e80a52f10b1d4662a2482a37c6287cc53 commit hash: d8e1100e80a52f10b1d4662a2482a37c6287cc53 commit hash: d8e1100e80a52f10b1d4662a2482a37c6287cc53 d8e1100
19:31 Rene Ladan (rene) search for other commits by this committer
www/py-dj50-drf-spectacular: Remove expired port

2025-05-31 www/py-dj50-drf-spectacular: Extended support of Django 5.0 ends
April 2025, upgrade to the Django 5.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 5844c85f4261ef939deb9295655c1d842455cdf2 commit hash: 5844c85f4261ef939deb9295655c1d842455cdf2 commit hash: 5844c85f4261ef939deb9295655c1d842455cdf2 commit hash: 5844c85f4261ef939deb9295655c1d842455cdf2 5844c85
15:56 Rene Ladan (rene) search for other commits by this committer
sysutils/screen49: Remove expired port

2025-05-31 sysutils/screen49: Multiple CVEs
commit hash: b1ec099e21357d5115b3bb5ab38502cedcc3d75c commit hash: b1ec099e21357d5115b3bb5ab38502cedcc3d75c commit hash: b1ec099e21357d5115b3bb5ab38502cedcc3d75c commit hash: b1ec099e21357d5115b3bb5ab38502cedcc3d75c b1ec099

Number of commits found: 9447 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]