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-Class-Unload/distinfo

Number of commits found: 7

Friday, 23 Jun 2017
21:19 sunpoet search for other commits by this committer
Update to 0.11

- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Class-Unload/Changes
Original commitRevision:444198 
Monday, 6 Jul 2015
14:21 jadawin search for other commits by this committer
- Update to 0.09
- Add LICENSE
Original commitRevision:391415 
Monday, 27 May 2013
08:51 tobez search for other commits by this committer
Update to 0.08.  Bring under perl@'s fold.

Changes:	http://search.cpan.org/dist/Class-Unload/Changes
Original commitRevision:319178 
Thursday, 6 Sep 2012
15:55 swills search for other commits by this committer
- Update to 0.07

PR:		ports/170876
Approved by:	maintainer timeout (cm@therek.net, >2 weeks)
Original commitRevision:303773 
Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Tuesday, 8 Jun 2010
22:20 pgollucci search for other commits by this committer
- Update to 0.06

PR:             ports/147365
Approved by:    cm@therek.net (maintainer)
Submitted by:   myself (pgollucci@)
Changes:        http:/search.cpan.org/dist/Class-Unload/Changes
Original commit
Sunday, 15 Mar 2009
17:17 miwi search for other commits by this committer
Unloads the given class by clearing out its symbol table and removing
it from %INC.

SYNOPSIS

    use Class::Unload;
    use Class::Inspector;

    use Some::Class;

    Class::Unload->unload( 'Some::Class' );
    Class::Inspector->loaded( 'Some::Class' ); # Returns false

    require Some::Class; # Reloads the class

WWW: http://search.cpan.org/dist/Class-Unload/

PR:             ports/132406
Submitted by:   Cezary Morga <cm at therek.net>
Original commit

Number of commits found: 7