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: lang/perl5.30/Makefile

Number of commits found: 19

Monday, 23 May 2022
16:15 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-05-22 lang/perl5.30: Support ends three years after .0 release. Please
upgrade to a more recent version of Perl
commit hash: c872e8dc1e3635901be4ea6a71f581e6218f7f20 commit hash: c872e8dc1e3635901be4ea6a71f581e6218f7f20 commit hash: c872e8dc1e3635901be4ea6a71f581e6218f7f20 commit hash: c872e8dc1e3635901be4ea6a71f581e6218f7f20 c872e8d
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Thursday, 10 Jun 2021
12:13 Piotr Kubaj (pkubaj) search for other commits by this committer
lang/perl5.30: enable DTRACE on powerpc
commit hash: b48fd1c9754926581bb498e0d6016a8626d124db commit hash: b48fd1c9754926581bb498e0d6016a8626d124db commit hash: b48fd1c9754926581bb498e0d6016a8626d124db commit hash: b48fd1c9754926581bb498e0d6016a8626d124db b48fd1c
Thursday, 6 May 2021
13:21 Mathieu Arnold (mat) search for other commits by this committer
lang/perl5.*: Fixup DEPRECATED/EXPIRATION_DATE
commit hash: eef4c892e480745cf36adb424cb6fe4667cd24a1 commit hash: eef4c892e480745cf36adb424cb6fe4667cd24a1 commit hash: eef4c892e480745cf36adb424cb6fe4667cd24a1 commit hash: eef4c892e480745cf36adb424cb6fe4667cd24a1 eef4c89
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
Monday, 22 Mar 2021
15:13 mat search for other commits by this committer
Fix an obscure sed message while going through check-plist.

The obscure message being:
sed: 4: /tmp/sed_plist_sub.1i0ZNBB8: RE error: trailing backslash (\)

Thanks to:	kevans
Original commitRevision:568966 
Saturday, 5 Dec 2020
22:48 pkubaj search for other commits by this committer
lang/perl5*: remove powerpcspe from DTRACE exclude list

Builds fine.

Reported by:	jhibbits
Original commitRevision:557091 
Wednesday, 2 Dec 2020
22:25 pkubaj search for other commits by this committer
lang/perl5.30: enable DTRACE on powerpc64

Builds fine.
Original commitRevision:556858 
Tuesday, 9 Jun 2020
06:27 adamw search for other commits by this committer
perl5.*: Fix a couple grammar errors

These have been bugging me for a while now.
Original commitRevision:538289 
Wednesday, 26 Feb 2020
09:09 kp search for other commits by this committer
perl: Disable DTrace for riscv

Just like other embedded platforms, disable dtrace for riscv builds.

Approved by:	mat
Sponsored by:	Axiado
Original commitRevision:527157 
Friday, 4 Oct 2019
22:43 linimon search for other commits by this committer
The arch definitions used in the test for DTRACE functionality are
missing the definition for powerpcspe, as well as some obscure mips*
definitions.  This patch fixes that.

There should be no need to bump PORTREVISION, because only those
archs are affected, and we do not build packages for any of them
in any case.

PR:		239171
Approved by:	mat
Original commitRevision:513794 
Saturday, 6 Jul 2019
15:14 antoine search for other commits by this committer
Revert r505994 and dependency loop

Pointy hat:	pkubaj
With hat:	portmgr
Original commitRevision:505998 
13:21 pkubaj search for other commits by this committer
databases/p5-DBD-mysql: fix build with GCC architectures

Add USES=compiler:c11 (also to lang/perl5* ports) since it's necessary:
Can't link/include C library 'atomic', aborting.

Approved by:    mentors (implicit approval)
Original commitRevision:505994 
Tuesday, 28 May 2019
21:00 mat search for other commits by this committer
Update to 5.30.0, now out of Release Candidate phase.
Original commitRevision:502916 
Monday, 20 May 2019
13:04 mat search for other commits by this committer
Update to 5.30.0-RC2.
Original commitRevision:502106 
13:04 mat search for other commits by this committer
Remove Created by lines where I am the one.
Original commitRevision:502104 
Tuesday, 14 May 2019
11:32 mat search for other commits by this committer
Limit thread safe locales to FreeBSD 12+.
Original commitRevision:501648 
Monday, 13 May 2019
07:36 mat search for other commits by this committer
Welcome Perl 5.30 (now at 5.30.0-RC1)

Changes:	https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0-RC1/pod/perldelta.pod
Changes:	https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0-RC1/pod/perldeprecation.pod#Perl-5.30
Original commitRevision:501523 

Number of commits found: 19