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-CPAN-Mini/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)
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.
Thu, 28 May 2020
[ 13:13 danfe search for other commits by this committer ] Original commit   Revision:536768 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
Thu, 13 Sep 2018
[ 21:54 sunpoet search for other commits by this committer ] Original commit   Revision:479719
Update to 1.111016

- Remove MASTER_SITE_SUBDIR
- Add LICENSE
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/CPAN-Mini
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
Mon, 9 Jul 2018
[ 08:40 mat search for other commits by this committer ] Original commit   Revision:474242 (Only the first 10 of 429 ports in this commit are shown above. View all ports for this commit)
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

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)
Wed, 5 Feb 2014
[ 14:37 ehaupt search for other commits by this committer ] Original commit   Revision:342714 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Support staging.
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
[ 14:54 tobez search for other commits by this committer ] Original commit   Revision:326737
Update to 1.111013.

Changes:	http://search.cpan.org/dist/CPAN-Mini/Changes
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)
Mon, 11 Feb 2013
[ 09:44 tobez search for other commits by this committer ] Original commit   Revision:312049
Update to 1.111011.

Changes:	http://search.cpan.org/dist/CPAN-Mini/Changes
Tue, 18 Dec 2012
[ 12:01 tobez search for other commits by this committer ] Original commit   Revision:309168
Remove support for perl 5.8.

Nudged by:	az
Tue, 6 Nov 2012
[ 11:12 tobez search for other commits by this committer ] Original commit   Revision:307061
Update to 1.111010.

Changes: http://cpansearch.perl.org/src/RJBS/CPAN-Mini-1.111010/Changes
Feature safe:	yes
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Mon, 21 May 2012
[ 10:31 tobez search for other commits by this committer ] Original commit 
Update to 1.111008.

PR:             167894
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
Tue, 13 Mar 2012
[ 16:15 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 391 ports in this commit are shown above. View all ports for this commit)
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
Thu, 8 Mar 2012
[ 18:45 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 403 ports in this commit are shown above. View all ports for this commit)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
Fri, 26 Aug 2011
[ 13:28 tobez search for other commits by this committer ] Original commit 
Update to 1.111007.

Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
Sat, 12 Mar 2011
[ 18:54 swills search for other commits by this committer ] Original commit 
- Update to 1.111001 - Changelog:
http://cpansearch.perl.org/dist/CPAN-Mini/Changes
- Remove DISTNAME replacement
- Use MASTER_SITE_SUBDIR=CPAN:PAUSEID
Sat, 29 Jan 2011
[ 19:25 tobez search for other commits by this committer ] Original commit 
Update to 1.110(000).

Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
PR:             154378
Submitted by:   Steve Wills <steve@mouf.net>
Feature safe:   yes
Tue, 21 Sep 2010
[ 07:56 mm search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
Thu, 4 Mar 2010
[ 20:24 tobez search for other commits by this committer ] Original commit 
Update to 1.100630.

Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
Feature safe:   yes
Mon, 1 Mar 2010
[ 10:41 tobez search for other commits by this committer ] Original commit 
Update to 1.100593.

Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
Feature safe:   yes
Fri, 29 Jan 2010
[ 03:01 kuriyama search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 16).

Approved by:    portmgr (itetcu)
Wed, 22 Jul 2009
[ 16:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
Tue, 10 Feb 2009
[ 11:43 tobez search for other commits by this committer ] Original commit 
Update to 0.576.

Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Thu, 27 Nov 2008
[ 09:00 tobez search for other commits by this committer ] Original commit 
Update to 0.574.

Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Wed, 26 Nov 2008
[ 10:55 tobez search for other commits by this committer ] Original commit 
Update to 0.573.

Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Wed, 2 Jul 2008
[ 08:46 tobez search for other commits by this committer ] Original commit 
Update to 0.571.

Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
Thu, 8 May 2008
[ 08:29 tobez search for other commits by this committer ] Original commit 
Update to 0.570.

Changes: http://search.cpan.org/dist/CPAN-Mini/Changes
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)
Thu, 7 Feb 2008
[ 12:38 tobez search for other commits by this committer ] Original commit 
Update to 0.566.

Changes:        http://search.cpan.org/dist/CPAN-Mini/Changes
Wed, 12 Dec 2007
[ 11:42 tobez search for other commits by this committer ] Original commit 
Update to 0.565.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.565/Changes
Tue, 23 Oct 2007
[ 18:02 tobez search for other commits by this committer ] Original commit 
Update to 0.563.

Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.563/Changes
Sat, 8 Sep 2007
[ 00:56 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 101 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
Tue, 21 Aug 2007
[ 08:18 tobez search for other commits by this committer ] Original commit 
Upgrade to 0.562.
Changes: http://search.cpan.org/src/RJBS/CPAN-Mini-0.562/Changes
Sun, 3 Dec 2006
[ 12:45 demon search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Sat, 2 Dec 2006
[ 14:49 tobez search for other commits by this committer ] Original commit 
Update to 0.552.
Tue, 28 Nov 2006
[ 12:05 tobez search for other commits by this committer ] Original commit 
Update to 0.551.
Fri, 22 Sep 2006
[ 10:01 tobez search for other commits by this committer ] Original commit 
Update to 0.550.

PR:             101692
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Thu, 27 Jul 2006
[ 09:56 tobez search for other commits by this committer ] Original commit 
Update to 0.500.

PR:     100144
Submitted by:   tjs <tjs@cdpa.nsysu.edu.tw>
Sun, 6 Nov 2005
[ 09:08 tobez search for other commits by this committer ] Original commit 
Update to 0.40.
Mon, 31 Oct 2005
[ 18:24 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
Fri, 14 Oct 2005
[ 10:54 tobez search for other commits by this committer ] Original commit 
Update to 0.38.
Wed, 16 Feb 2005
[ 09:52 tobez search for other commits by this committer ] Original commit 
Add p5-CPAN-Mini, a module to create and maintain a minimal mirror of
CPAN.

Number of commits found: 48