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

Number of commits found: 38

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 
Sunday, 16 Jul 2017
16:10 sunpoet search for other commits by this committer
Update to 5.22.4

Changes:	https://metacpan.org/changes/release/SHAY/perl-5.22.4
Original commitRevision:446021 
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.22.3

There is no code change since 5.22.3-RC5.
Original commitRevision:431573 
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 
Thursday, 3 Nov 2016
14:59 mat search for other commits by this committer
Mark lang/perl5.20 as unsupported, and lang/perl5.22 as soon to be out
of support.

from perlpolicy:
    *   We "officially" support the two most recent stable release series.
        5.20.x and earlier are now out of support. As of the release of
        5.26.0, we will "officially" end support for Perl 5.22.x, other than
        providing security updates as described below.

Sponsored by:	Absolight
Original commitRevision:425226 
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: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 
10:12 mat search for other commits by this committer
Try to simplify how libperl.so is looked for.

PR:		209123
Submitted by:	mat
Exp-run by:	antoine
With hat:	perl@
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6107
Original commitRevision:414832 
Saturday, 30 Apr 2016
18:55 sunpoet search for other commits by this committer
- Remove PORTREVISION
Original commitRevision:414356 
Monday, 25 Apr 2016
12:25 mat search for other commits by this committer
Don't do the extra zlib tests, they take forever.

Sponsored by:	Absolight
Original commitRevision:414002 
Monday, 18 Apr 2016
11:20 mat search for other commits by this committer
Fix a Perl security issue.

PR:		208879
Reported by:	Sevan Janiyan
Security:	CVE-2016-2381
Sponsored by:	Absolight
Original commitRevision:413567 
Thursday, 14 Apr 2016
08:56 mat search for other commits by this committer
Fix running make test (I think) and test more things.

Sponsored by:	Absolight
Original commitRevision:413249 
Monday, 11 Apr 2016
15:05 mat search for other commits by this committer
Change the man.d file to one that should be less prone to conflict.

Sponsored by:	Absolight
Original commitRevision:413036 
11:29 mat search for other commits by this committer
Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.

Sponsored by:	Absolight
Original commitRevision:413019 
Monday, 4 Apr 2016
09:48 mat search for other commits by this committer
Fix manual build of Perl modules when Perl has been cross compiled.

PR:		205600
Reported by:	Mark Millard
Sponsored by:	Absolight
Original commitRevision:412502 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Monday, 14 Dec 2015
09:46 mat search for other commits by this committer
Fix MASTER_SITES, should have been part of the update.

Sponsored by:	Absolight
Original commitRevision:403711 
Thursday, 5 Nov 2015
13:22 mat search for other commits by this committer
Remove outdated comments.

Sponsored by:	Absolight
Original commitRevision:400851 
Thursday, 15 Oct 2015
14:24 mat search for other commits by this committer
Try to fix upgrading a non default Perl version that is supposed to be
the default one.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3704
Original commitRevision:399342 
Thursday, 8 Oct 2015
15:11 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
Original commitRevision:398832 
12:10 mat search for other commits by this committer
Use the test framework to run perl's tests.

Sponsored by:	Absolight
Original commitRevision:398814 
Tuesday, 15 Sep 2015
09:48 mat search for other commits by this committer
SITEMAN3PREFIX was renamed SITEMANPREFIX, catch up with it here too.

Pointy hat to:	mat
Sponsored by:	Absolight
Original commitRevision:396950 
Monday, 14 Sep 2015
12:19 mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
Original commitRevision:396892 
Monday, 31 Aug 2015
13:44 mat search for other commits by this committer
Fix last commit.

Pointy hat to:	mat
Noticed by:	the index breakage notification of portsnap.
Sponsored by:	Absolight
Original commitRevision:395700 
13:17 mat search for other commits by this committer
To ease up with future upgrades, move PERL_VERSION into a separate file.

While there, remove 8.4 support, and do some cleanup.

Sponsored by:	Absolight
Original commitRevision:395673 
Sunday, 16 Aug 2015
08:51 mat search for other commits by this committer
Add a pkg-message to Perl 5.20+ about the /usr/bin/perl symlink.

Sponsored by:	Absolight
Original commitRevision:394393 
Tuesday, 21 Jul 2015
12:36 mat search for other commits by this committer
Convert the post-patch target to use the new target option helpers.
While there, remove some DEBUG handling that is already done in
bsd.port.mk.

Sponsored by:	Absolight
Original commitRevision:392626 
Monday, 29 Jun 2015
12:32 mat search for other commits by this committer
Make Perl behave nicely, and install files 644 and not 444.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:390893 
Monday, 1 Jun 2015
18:55 mat search for other commits by this committer
Update lang/perl5.22 to 5.22.0, and lang/perl5-devel to 5.23.0-ish.

Sponsored by:	Absolight
Original commitRevision:388253 
Tuesday, 26 May 2015
14:44 mat search for other commits by this committer
Welcome lang/perl5.22 to te tree, currently at 5.22.0-RC2

Changes:	https://metacpan.org/pod/release/RJBS/perl-5.22.0-RC2/pod/perldelta.pod
Sponsored by:	Absolight
Original commitRevision:387481 

Number of commits found: 38