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-CPANPLUS/pkg-plist

Number of commits found: 15

Monday, 6 Jul 2015
17:46 sunpoet search for other commits by this committer
- Add NO_ARCH
- Sort PLIST
Original commitRevision:391451 
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 
Monday, 28 Oct 2013
13:46 vanilla search for other commits by this committer
support STAGEDIR.
Original commitRevision:331856 
Monday, 29 Apr 2013
09:12 sunpoet search for other commits by this committer
- Update to 0.9136
- Add LICENSE
- Add BUILD_DEPENDS
- Use bsd.port.options.mk
- Cleanup Makefile
- Cleanup and sort PLIST
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/CPANPLUS/ChangeLog
Original commitRevision:316787 
Thursday, 31 May 2012
23:28 swills search for other commits by this committer
- Update to 0.9130
Original commit
Tuesday, 13 Mar 2012
16:15 pgollucci search for other commits by this committer
- 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)
Original commit
Thursday, 8 Mar 2012
18:45 pgollucci search for other commits by this committer
- 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
Original commit
Saturday, 28 Mar 2009
20:45 skv search for other commits by this committer
Introduce Perl 5.10.0
Original commit
Saturday, 27 Sep 2008
08:50 clsung search for other commits by this committer
- Update to 0.8400 (0.84)
- I'll maintain it

Changes:        http://search.cpan.org/dist/CPANPLUS/ChangeLog
Original commit
Wednesday, 27 Dec 2006
16:43 aaron search for other commits by this committer
Update to v0.076
Original commit
Monday, 26 Jun 2006
14:12 aaron search for other commits by this committer
- Update to 0.0720
- Take maintainership

PR:             ports/99458
Submitted by:   aaron
Reviewed by:    maintainer
Approved by:    maintainer, tobez (implicit)
Original commit
Wednesday, 14 Jun 2006
03:20 aaron search for other commits by this committer
- Updated from v0.0562 to v0.061
- Change restriction from Perl 5.6.0+ to 5.6.1+ as required by the vendor
- Update pkg-plist
- Rename patches to satisfy portlint

PR:             ports/98234
Submitted by:   aaron
Approved by:    maintainer timeout, tobez (implicit)
Original commit
Thursday, 1 Sep 2005
06:00 leeym search for other commits by this committer
- Update to 0.0562

PR:             based on 83512
Submitted by:   leeym
Approved by:    maintainer timeout
Original commit
Friday, 4 Mar 2005
09:09 leeym search for other commits by this committer
- add p5-CPANPLUS-0.53

CPAN++ (also referred to and pronounced as CPANPLUS) is a new and flexible
method of perl module management and installation using the Comprehensive
Perl Archive Network (CPAN). It aims to be a rewrite, and in time a
replacement to the current CPAN.pm. In addition to fixing some long-standing
problems, CPAN++ includes new features, such as module uninstall.

Note: CPANPLUS will become a part of core in perl 5.10

PR:             77012
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru>
Original commit

Number of commits found: 15