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-Storable/Makefile
SVNWeb

Number of commits found: 48

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:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 19 Sep 2021
[ 02:27 Wen Heping (wen) search for other commits by this committer ]    commit hash:6aa6183b45f6228d3bb5d5ecc5d924509c57e06b  commit hash:6aa6183b45f6228d3bb5d5ecc5d924509c57e06b  commit hash:6aa6183b45f6228d3bb5d5ecc5d924509c57e06b  6aa6183 
devel/p5-Storable: Update to 3.25
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.
Wed, 24 Apr 2019
[ 17:43 sunpoet search for other commits by this committer ] Original commit   Revision:499887
Update to 3.15

Changes:	https://metacpan.org/changes/distribution/Storable
Wed, 12 Sep 2018
[ 22:56 sunpoet search for other commits by this committer ] Original commit   Revision:479644
Update to 3.11

- Add LICENSE
- Remove unnecessary INSTALLDIRS patch (done by USES=perl5)
- Strip shared library

Changes:	https://metacpan.org/changes/distribution/Storable
Mon, 10 Sep 2018
[ 11:17 des search for other commits by this committer ] Original commit   Revision:479390 (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
Reassign all of tobez@'s p5 ports to perl@.

Approved by:	tobez
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)
Wed, 29 Jan 2014
[ 10:57 az search for other commits by this committer ] Original commit   Revision:341711 (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Sun, 8 Sep 2013
[ 16:17 tobez search for other commits by this committer ] Original commit   Revision:326754
Update to 2.45.

Changes:	http://search.cpan.org/dist/Storable/ChangeLog
Mon, 5 Aug 2013
[ 15:05 az search for other commits by this committer ] Original commit   Revision:324276 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
Thu, 25 Jul 2013
[ 17:57 az search for other commits by this committer ] Original commit   Revision:323657
- Fix typo in sed
[ 17:45 az search for other commits by this committer ] Original commit   Revision:323655 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- switch simple inline replacement from perl to sed
  and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
Thu, 1 Nov 2012
[ 11:32 tobez search for other commits by this committer ] Original commit   Revision:306795
- Update to 2.39
- Convert to the new header format

Changes: http://cpansearch.perl.org/src/AMS/Storable-2.39/ChangeLog

Feature safe:	yes
Fri, 2 Sep 2011
[ 15:08 tobez search for other commits by this committer ] Original commit 
Fix erroneous plist from the previos commit, bump portrevision.
[ 15:04 tobez search for other commits by this committer ] Original commit 
Update to 2.30.

Changes:        http://search.cpan.org/dist/Storable/ChangeLog
Mon, 27 Dec 2010
[ 14:56 pgollucci search for other commits by this committer ] Original commit 
- Update to 2.25
- Remove MD5

PR:             ports/153072
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (tobez ; 15 days)
Changes:        http://search.cpan.org/dist/Storable/Changes
Mon, 10 Aug 2009
[ 10:44 tobez search for other commits by this committer ] Original commit 
Update to 2.21.

Changes:        http://search.cpan.org/dist/Storable/ChangeLog
Fri, 5 Jun 2009
[ 22:50 pgollucci search for other commits by this committer ] Original commit 
- Update to 2.20

PR:             ports/134824
Approved by:    maintainer timeout (tobez; 15 days)
Submitted by:   me
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Wed, 12 Dec 2007
[ 09:55 tobez search for other commits by this committer ] Original commit 
Update to 2.18.
Changes: http://search.cpan.org/src/AMS/Storable-2.18/ChangeLog
Tue, 10 Apr 2007
[ 10:21 tobez search for other commits by this committer ] Original commit 
Update to 2.16.
Sat, 11 Jun 2005
[ 16:13 skv search for other commits by this committer ] Original commit  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Tue, 24 May 2005
[ 12:16 tobez search for other commits by this committer ] Original commit 
Update to 2.15.
Wed, 13 Oct 2004
[ 08:58 tobez search for other commits by this committer ] Original commit 
Update to 2.13.
Thu, 3 Jun 2004
[ 02:04 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.12

PR:             64311, 65810
Submitted by:   Jim Shewmaker <jims@bluenotch.com> (64311), me (65810)
Approved by:    maintainer timeout
Wed, 11 Feb 2004
[ 09:32 tobez search for other commits by this committer ] Original commit 
Update to 2.09.

Submitted by:   mat
Tue, 14 Oct 2003
[ 10:00 mat search for other commits by this committer ] Original commit 
Update to 2.08
Remove unneeded dependency, fix WWW

Approved by:    maintainer
Mon, 23 Jun 2003
[ 01:15 foxfair search for other commits by this committer ] Original commit 
Reviewed by:    maintainer
Update to 2.07
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Mon, 27 Jan 2003
[ 09:14 tobez search for other commits by this committer ] Original commit 
Update to 2.06.
Mon, 28 Oct 2002
[ 13:22 tobez search for other commits by this committer ] Original commit 
Update to 2.05.
Wed, 12 Jun 2002
[ 22:57 tobez search for other commits by this committer ] Original commit 
Update to 2.04.
Thu, 6 Dec 2001
[ 20:27 tobez search for other commits by this committer ] Original commit 
Update to 1.0.14.  Reformat pkg-descr; add WWW.    
Wed, 29 Aug 2001
[ 19:03 tobez search for other commits by this committer ] Original commit 
Update devel/p5-Storable to 1.0.13.    
Tue, 14 Aug 2001
[ 16:32 tobez search for other commits by this committer ] Original commit 
Upgrade devel/p5-Storable to 1.0.12.   Make the port to create and install the
manpage.   Assume maintainership.    
Mon, 2 Apr 2001
[ 15:27 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.0.11.    
Thu, 1 Mar 2001
[ 06:39 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 329 ports in this commit are shown above. View all ports for this commit)
Remove do-configure section, use PERL_CONFIGURE now.    
Mon, 19 Feb 2001
[ 03:04 kevlo search for other commits by this committer ] Original commit 
Upgrade to version 1.0.10    
Mon, 8 Jan 2001
[ 22:23 vanilla search for other commits by this committer ] Original commit 
Upgrade p5-HTML-Parser => 3.15   	p5-Net-Daemon  => 0.34   	p5-Storable    =>
1.0.7    
Fri, 24 Nov 2000
[ 13:37 kuriyama search for other commits by this committer ] Original commit 
Upgrade to 1.0.6.    
Sun, 29 Oct 2000
[ 08:20 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.05.    
Mon, 23 Oct 2000
[ 22:03 will search for other commits by this committer ] Original commit  (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
Fri, 13 Oct 2000
[ 03:03 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.0.3.    
Sun, 24 Sep 2000
[ 06:08 vanilla search for other commits by this committer ] Original commit 
Upgrade to 1.0.    
Tue, 5 Sep 2000
[ 02:31 steve search for other commits by this committer ] Original commit 
Update to version 0.7.4.    
Sat, 17 Jun 2000
[ 03:37 will search for other commits by this committer ] Original commit  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    

Number of commits found: 48