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: www/p5-Task-Catalyst/Makefile
SVNWeb

Number of commits found: 32

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
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)
Thu, 7 Nov 2013
[ 16:38 vanilla search for other commits by this committer ] Original commit   Revision:333137 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Sun, 4 Aug 2013
[ 15:08 az search for other commits by this committer ] Original commit   Revision:324240
www/p5-Catalyst-Plugin-Unicode-Encoding now part of core of Catalyst modules.
Mark it as deprecated and set expiration date.

Remove it as dependency from:
www/p5-Catalyst-Plugin-AutoCRUD
www/p5-Task-Catalyst
and bump PORTREVISION of this ports to indicate packages change.

With hat:	perl@
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Fri, 29 Mar 2013
[ 00:44 eadler search for other commits by this committer ] Original commit   Revision:315509 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
For perl@ owned ports:

- Fix COMMENT
- Trim header
Sat, 27 Aug 2011
[ 10:44 sunpoet search for other commits by this committer ] Original commit 
- Update to 4.02

Changes:        http://search.cpan.org/dist/Task-Catalyst/Changes
Tue, 23 Aug 2011
[ 14:04 crees search for other commits by this committer ] Original commit 
Fix FastCGI -> FCGI dependency, missed on last commit

Pointyhat:      az
[ 12:13 az search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
Thu, 19 May 2011
[ 02:12 swills search for other commits by this committer ] Original commit 
- Add missing dependencies
- Remove changes to Makefile.PL that aren't needed any more
Fri, 17 Dec 2010
[ 20:17 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.01
- Remove MD5

With Hat:       perl@
Changes:        http://search.cpan.org/dist/Task-Catalyst/Changes
Thu, 10 Jun 2010
[ 01:37 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.00

With Hat:       perl@
Changes:        http:/search.cpan.org/dist/Task-Catalyst/Changes
Sun, 16 Aug 2009
[ 09:22 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
Fri, 3 Oct 2008
[ 11:08 lbr search for other commits by this committer ] Original commit 
Updated to 3.0000
Sat, 8 Sep 2007
[ 01:11 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Wed, 5 Sep 2007
[ 10:40 lbr search for other commits by this committer ] Original commit 
Update to 2.0001
Fri, 30 Mar 2007
[ 06:30 lbr search for other commits by this committer ] Original commit 
Update to 2.0000
Tue, 11 Jul 2006
[ 17:54 lbr search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possibly
p5-Catalyst-Devel as well (if they have Helper modules).
Mon, 1 May 2006
[ 13:52 lbr search for other commits by this committer ] Original commit  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Changing email-address on my 80 ports.

Approved by:    erwin (mental)
[ 05:57 lbr search for other commits by this committer ] Original commit 
Up to 1.90

Approved by:    erwin (mentor)
Sun, 2 Apr 2006
[ 17:33 erwin search for other commits by this committer ] Original commit 
Update to 1.70

PR:             94955
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Sat, 11 Feb 2006
[ 16:20 erwin search for other commits by this committer ] Original commit 
Update to 1.60

PR:             93174
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Sun, 15 Jan 2006
[ 17:29 erwin search for other commits by this committer ] Original commit 
Update to 1.50

PR:             91674
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Fri, 2 Dec 2005
[ 22:53 erwin search for other commits by this committer ] Original commit 
Update to 1.30

PR:             89858
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Tue, 29 Nov 2005
[ 10:20 erwin search for other commits by this committer ] Original commit 
Update to 1.10

PR:             89669
Submitted by:   Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Wed, 23 Nov 2005
[ 16:06 flz search for other commits by this committer ] Original commit 
- Update to 1.00.

PR:             ports/89464
Submitted by:   maintainer
Mon, 21 Nov 2005
[ 19:19 lth search for other commits by this committer ] Original commit 
Add p5-Task-Catalyst 0.01, all you need to start with Catalyst.

PR:             ports/89381
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>

Number of commits found: 32