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.24/Makefile

Number of commits found: 27

Sunday, 11 Nov 2018
15:38 danfe search for other commits by this committer
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Original commitRevision:484696 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Thursday, 1 Nov 2018
10:36 mat search for other commits by this committer
Make $^X is deterministic.

Its output can vary, and not be the correct one because of hard links.
So replace the hard links with symlinks so that there is only one perl.

PR:		232501
Reported by:	Helge Oldach
Original commitRevision:483655 
Friday, 29 Jun 2018
14:08 mat search for other commits by this committer
Make a note about why this hack is required.

Here is the story:

- Default Perl is 5.24.
- You install stuff, and have Perl 5.24.
- The default Perl is changed to 5.26 because it was time.
- You do not really follow those things and are not using pkg (and
  possibly poudriere) to maintain your /usr/local and you run
  portmaster to update what needs to be updated.
- As you did not set anything, your Perl default is still 5.24 because
  it is the installed /usr/local/bin/perl.
- Turns out that there has been a new version of lang/perl5.24 in the
  mean time, and portmaster updates it.  Keep in mind that the only
  thing that makes 5.24 the default is that it is the installed version
  you have.  If you did not have it installed, the default would be
  5.26.
- portmaster builds the new perl 5.24, and before it installs it, it
  needs to remove the old version.
- now, you do not have any Perl installed, so the default falls back to
  5.26.
- portmaster installs perl 5.24 it just built, but as it is not the
  default any pore, it will not install /usr/local/bin/perl, and
  everything using Perl on your system is toast, you spend countless
  hours not understanding wtf happened.  You end up rebuilding
  everything with 5.26.

PR:		227356
Sponsored by:	Absolight
Original commitRevision:473550 
Monday, 25 Jun 2018
14:39 mat search for other commits by this committer
Steal these two from perl@.

Sponsored by:	Absolight
Original commitRevision:473317 
Tuesday, 3 Apr 2018
13:54 mat search for other commits by this committer
Mark Perl 5.24 as DEPRECATED now that the default changed to 5.26.

Forgotten by:	mat
Sponsored by:	Absolight
Original commitRevision:466352 
Wednesday, 27 Dec 2017
16:47 mat search for other commits by this committer
Garbage collect very old code.

Sponsored by:	Absolight
Original commitRevision:457377 
Friday, 15 Sep 2017
08:32 mat search for other commits by this committer
Fix license information. (for reals)

PR:             222319, 222320, 222321, 222323
Submitted by:   Yasuhiro KIMURA
Sponsored by:   Absolight
Original commitRevision:449892 
08:24 mat search for other commits by this committer
Fix license information.

PR:		222319, 222320, 222321, 222323
Submitted by:	Yasuhiro KIMURA
Sponsored by:	Absolight
Original commitRevision:449891 
Tuesday, 29 Aug 2017
12:45 mat search for other commits by this committer
Add armv7 to the list of arch without DTRACE.

PR:		221900
Submitted by:	linimon
Sponsored by:	Absolight
Original commitRevision:448910 
Sunday, 16 Jul 2017
16:10 sunpoet search for other commits by this committer
Update to 5.24.2

Changes:	https://metacpan.org/changes/release/SHAY/perl-5.24.2
Original commitRevision:446022 
Sunday, 4 Jun 2017
11:47 sunpoet search for other commits by this committer
Fix typo
Original commitRevision:442547 
Tuesday, 4 Apr 2017
14:06 mat search for other commits by this committer
Explain perldoc how to handle MANWIDTH=tty in the environment, and stop
it from reporting tty being an invalid version.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:437735 
Tuesday, 31 Jan 2017
11:32 mat search for other commits by this committer
Record correct dates for expiration dates for Perl ports.

Sponsored by:	Absolight
Original commitRevision:432911 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Sunday, 15 Jan 2017
15:21 sunpoet search for other commits by this committer
Update to 5.24.1

There is no code change since 5.24.1-RC5.
Original commitRevision:431572 
Friday, 6 Jan 2017
14:59 mat search for other commits by this committer
Seems we should not be using DTRACE on 10 either.

Reported by:	swills
Sponsored by:	Absolight
Original commitRevision:430710 
Tuesday, 3 Jan 2017
12:05 mat search for other commits by this committer
Update Perl 5.22 to 5.22.3-RC5 and 5.24 to 2.24.1-RC5.

Sponsored by:	Absolight
Original commitRevision:430459 
Wednesday, 21 Dec 2016
14:31 mat search for other commits by this committer
Try and fix the DTRACE ONLY WORKS on x86 another way.

Sponsored by:	Absolight
Original commitRevision:429086 
12:34 mat search for other commits by this committer
Turns out, DTRACE does not work on non x86 platforms.

Sponsored by:	Absolight
Original commitRevision:429076 
Tuesday, 20 Dec 2016
16:33 mat search for other commits by this committer
Get a DTRACE option for lang/perl5.24 and lang/perl5-devel.

Submitted by:	swills
Sponsored by:	Absolight
Original commitRevision:428997 
Friday, 14 Oct 2016
07:56 mat search for other commits by this committer
Update Perl 5.22.3 & 5.24.1 to -RC4.

This fixes the fix (-RC3) of the fix (-RC2) of CVE-2016-1238.

MFH:		2016Q4
Sponsored by:	Absolight
Original commitRevision:423952 
Saturday, 13 Aug 2016
08:39 mat search for other commits by this committer
Update Perl 5.22.3 & 5.24.1 to -RC3.

Sponsored by:	Absolight
Original commitRevision:420155 
Thursday, 11 Aug 2016
13:32 mat search for other commits by this committer
Update lang/perl5.* to fix CVE-2016-1238.

We're exceptionnaly using the latest release candidates for this, Perl
5.22.3 and 5.24.1 were about to be released when CVE-2016-1238 hit the
fan, so we feel confident that EVERYTHING WILL BE FINE.

- lang/perl5.24 goes to 5.24.1-RC2.
- lang/perl5.22 goes to 5.22.3-RC2.
- lang/perl5.20 goes to 5.20.3_14.
- lang/perl5.18 goes to 5.18.3_23

PR:		211561
Reported by:	Sevan Janiyan
MFH:		2016Q3
Security:	CVE-2016-1238
Sponsored by:	Absolight
Original commitRevision:420067 
Monday, 9 May 2016
16:11 mat search for other commits by this committer
Fix secondary MASTER_SITES.

Pointy hat:	mat
Sponsored by:	Absolight
Original commitRevision:414863 
16:03 mat search for other commits by this committer
A new release was done, so resync all the Perl 5 Makefiles a bit more,
and adjust the perl5-devel Makefile a bit for the couple of new
tasks that need doing.

Sponsored by:	Absolight
Original commitRevision:414862 
12:50 mat search for other commits by this committer
Introduce Perl 5.24 and update perl5-devel to v5.25.0-8-g51f69a2.

Changes:	https://metacpan.org/pod/release/RJBS/perl-5.24.0/pod/perldelta.pod
Changes:	https://github.com/Perl/perl5/compare/v5.24.0...v5.25.0-8-g51f69a2
Sponsored by:	Absolight
Original commitRevision:414843 

Number of commits found: 27