notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/p5-Class-Load/pkg-plist
SVNWeb

Number of commits found: 7

Tue, 17 Feb 2015
[ 14:36 adamw search for other commits by this committer ] Original commit   Revision:379164
Update to 0.22, and sort plist.

New dependency on p5-namespace-clean in this version.

Changes: https://metacpan.org/changes/distribution/Class-Load

PR:		197725
Approved by:	az (maintainer)
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 27 Oct 2014
[ 10:55 bapt search for other commits by this committer ] Original commit   Revision:371547 (Only the first 10 of 1732 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Sun, 15 Dec 2013
[ 08:55 az search for other commits by this committer ] Original commit   Revision:336507 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- add stage support
- pet portlint
Wed, 17 Aug 2011
[ 05:28 az search for other commits by this committer ] Original commit 
Update to 0.07
Fri, 24 Sep 2010
[ 02:03 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 544 ports in this commit are shown above. View all ports for this commit)
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
Fri, 16 Oct 2009
[ 07:28 az search for other commits by this committer ] Original commit 
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide try_load_class
'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that,
we provide is_class_loaded 'Class::Name'.

Number of commits found: 7