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: devel/p5-Module-Install/pkg-plist

Number of commits found: 23

Tuesday, 2 May 2023
16:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Module-Install: Update to 1.21

Changes:	https://metacpan.org/dist/Module-Install/changes
commit hash: fce2745b1095abaf17c26f21d9f7b5344437ad86 commit hash: fce2745b1095abaf17c26f21d9f7b5344437ad86 commit hash: fce2745b1095abaf17c26f21d9f7b5344437ad86 commit hash: fce2745b1095abaf17c26f21d9f7b5344437ad86 fce2745
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Monday, 27 Oct 2014
10:55 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371547 
Thursday, 9 Oct 2014
02:45 swills search for other commits by this committer
devel/p5-Module-Install: update to to 1.12

PR:		193498
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Original commitRevision:370497 
Friday, 9 May 2014
19:53 swills search for other commits by this committer
- Update to 1.08

PR:		ports/189502
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Original commitRevision:353508 
Monday, 6 Jan 2014
12:55 az search for other commits by this committer
- add stage support

Approved by:	portmgr (blanket infrastructure)
Original commitRevision:338872 
Monday, 12 Jul 2010
12:49 clsung search for other commits by this committer
- Update to 1.00

Changes:        http://search.cpan.org/dist/Module-Install/Changes
Original commit
Tuesday, 12 May 2009
08:47 clsung search for other commits by this committer
- Update to 0.86

Changes:        http://search.cpan.org/dist/Module-Install/Changes
PR:             ports/134284
Submitted by:   Cezary Morga <cm_AT_therek dot net>
Original commit
Saturday, 28 Mar 2009
20:45 skv search for other commits by this committer
Introduce Perl 5.10.0
Original commit
Friday, 30 Jan 2009
05:10 clsung search for other commits by this committer
- Update to 0.78

Changes:        http://search.cpan.org/dist/Module-Install/Changes
Original commit
Wednesday, 27 Aug 2008
03:50 clsung search for other commits by this committer
- Update to 0.77

Changes:        http://search.cpan.org/dist/Module-Install/Changes
Original commit
Monday, 28 Apr 2008
01:19 clsung search for other commits by this committer
- Update to 0.72

Changes:        http://search.cpan.org/dist/Module-Install/Changes
Original commit
Tuesday, 1 Apr 2008
11:29 clsung search for other commits by this committer
- Update to 0.71

Changes:        http://search.cpan.org/dist/Module-Install/Changes
Original commit
Wednesday, 10 May 2006
22:43 clsung search for other commits by this committer
- some p5-* ports install to Module/Install w/o depend on
  p5-Module-Install

Noted by:   tobez
Original commit
Thursday, 4 May 2006
02:56 clsung search for other commits by this committer
- update to 0.62
Original commit
Thursday, 16 Mar 2006
00:43 clsung search for other commits by this committer
- update to 0.61
Original commit
Wednesday, 15 Feb 2006
04:00 clsung search for other commits by this committer
- update to 0.56
Original commit
Sunday, 22 Jan 2006
01:48 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Monday, 26 Dec 2005
01:51 clsung search for other commits by this committer
- update to 0.48
- New Module::Install::Compiler
Original commit
Wednesday, 14 Dec 2005
03:59 clsung search for other commits by this committer
- update to 0.43
- add install_share() (Module/Install/Share.pm)
Original commit
Friday, 9 Dec 2005
15:09 clsung search for other commits by this committer
- update to 0.40
- add CONFIGURE_ARGS+=        --skip
  - skip dependency checking from Makefile.PL (we ports will do it)
Original commit
Tuesday, 15 Nov 2005
09:34 clsung search for other commits by this committer
- update to 0.39
- author now use Makefile.PL instead of Build.PL
- add SHA256 checksums
Original commit
Tuesday, 12 Oct 2004
13:15 clsung search for other commits by this committer
- Add new port: devel/p5-Module-Install
- Module::Install is a a standalone, extensible installer for Perl modules.
- It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
  descendent of CPAN::MakeMaker.

WWW: http://search.cpan.org/dist/Module-Install/

PR:             ports/71794
Submitted by:   clsung
Approved by:    co-mentor (vanilla)
Original commit

Number of commits found: 23