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-Date-Manip/pkg-plist

Number of commits found: 30

Wednesday, 7 Feb 2024
09:06 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-Date-Manip: update to 6.94

Changelog: https://metacpan.org/release/SBECK/Date-Manip-6.94/source/Changes
commit hash: 5128eb19e7696705ddc243f766f34240c44c6457 commit hash: 5128eb19e7696705ddc243f766f34240c44c6457 commit hash: 5128eb19e7696705ddc243f766f34240c44c6457 commit hash: 5128eb19e7696705ddc243f766f34240c44c6457 5128eb1
Friday, 16 Jun 2023
12:33 Wen Heping (wen) search for other commits by this committer
devel/p5-Date-Manip: Update to 6.92
commit hash: c9244f62d7e58a09bb7db1f435d2c95747c82415 commit hash: c9244f62d7e58a09bb7db1f435d2c95747c82415 commit hash: c9244f62d7e58a09bb7db1f435d2c95747c82415 commit hash: c9244f62d7e58a09bb7db1f435d2c95747c82415 c9244f6
Saturday, 15 Apr 2023
23:52 Wen Heping (wen) search for other commits by this committer
devel/p5-Date-Manip: Update to 6.91
commit hash: 072bdd1206fa1db086f488228879b1d48401f972 commit hash: 072bdd1206fa1db086f488228879b1d48401f972 commit hash: 072bdd1206fa1db086f488228879b1d48401f972 commit hash: 072bdd1206fa1db086f488228879b1d48401f972 072bdd1
Sunday, 13 Mar 2022
21:40 Steve Wills (swills) search for other commits by this committer
devel/p5-Date-Manip: update to 6.86
commit hash: e21c1e87362fea7fe0092208f7ef2a50a579e912 commit hash: e21c1e87362fea7fe0092208f7ef2a50a579e912 commit hash: e21c1e87362fea7fe0092208f7ef2a50a579e912 commit hash: e21c1e87362fea7fe0092208f7ef2a50a579e912 e21c1e8
Saturday, 6 Nov 2021
01:54 Steve Wills (swills) search for other commits by this committer
devel/p5-Date-Manip: update to 6.85
commit hash: 792b68d443c079831fa0da15bb590279004ffd6b commit hash: 792b68d443c079831fa0da15bb590279004ffd6b commit hash: 792b68d443c079831fa0da15bb590279004ffd6b commit hash: 792b68d443c079831fa0da15bb590279004ffd6b 792b68d
Monday, 13 Jul 2020
14:53 swills search for other commits by this committer
devel/p5-Date-Manip: update to 6.82
Original commitRevision:542141 
Tuesday, 23 Apr 2019
20:55 swills search for other commits by this committer
devel/p5-Date-Manip: update to 6.76
Original commitRevision:499794 
Wednesday, 14 Mar 2018
03:52 swills search for other commits by this committer
devel/p5-Date-Manip: update to 6.70

While here, sort plist
Original commitRevision:464452 
Monday, 16 Oct 2017
16:42 swills search for other commits by this committer
devel/p5-Date-Manip: update to 6.60

While here, sort plist
Original commitRevision:452204 
Tuesday, 11 Apr 2017
00:03 swills search for other commits by this committer
devel/p5-Date-Manip: update to 6.58
Original commitRevision:438221 
Friday, 8 Apr 2016
23:38 swills search for other commits by this committer
devel/p5-Date-Manip: 6.53
Original commitRevision:412792 
Monday, 14 Sep 2015
12:19 mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
Original commitRevision:396892 
Monday, 29 Jun 2015
16:34 swills search for other commits by this committer
devel/p5-Date-Manip: Update to 6.50
Original commitRevision:390921 
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 
Tuesday, 22 Jul 2014
11:50 robak search for other commits by this committer
devel/p5-Date-Manip: update 6.43 -> 6.46

Reviewed by:	swills (mentor)
Approved by:	marino (mentor)
Original commitRevision:362533 
Friday, 9 May 2014
18:46 swills search for other commits by this committer
- Update to 6.43

PR:		ports/189459
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Original commitRevision:353495 
Wednesday, 5 Feb 2014
11:36 mat search for other commits by this committer
Convert to staging.

Sponsored by:	Absolight
Original commitRevision:342687 
Sunday, 2 Sep 2012
15:29 swills search for other commits by this committer
- Update to 6.33
Original commitRevision:303557 
Sunday, 17 Jun 2012
21:36 swills search for other commits by this committer
- Update to 6.32
Original commit
Sunday, 22 Apr 2012
18:37 swills search for other commits by this committer
- Update to 6.31
Original commit
Friday, 13 Jan 2012
08:01 swills search for other commits by this committer
- Update to 6.30
- Add missing BUILD_DEPENDS
- Add TEST_DEPENDS
Original commit
Sunday, 4 Sep 2011
03:52 swills search for other commits by this committer
- Update to 6.25
Original commit
Friday, 15 Apr 2011
21:23 swills search for other commits by this committer
- Update to 6.23:
http://search.cpan.org/dist/Date-Manip/lib/Date/Manip/Changes6.pod
Original commit
Tuesday, 8 Mar 2011
03:20 swills search for other commits by this committer
- Update to 6.22:
http://search.cpan.org/dist/Date-Manip/lib/Date/Manip/Changes6.pod
- Shorten pkg-descr and update WWW
Original commit
Thursday, 23 Dec 2010
19:54 swills search for other commits by this committer
- Update to 6.20

Approved by:    wxs (mentor)
Original commit
Sunday, 7 Mar 2010
03:29 clsung search for other commits by this committer
- Update to 5.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
Wednesday, 15 Oct 2003
08:02 daichi search for other commits by this committer
update devel/p5-Date-Manip: 5.42 -> 5.42a
  - Update port, grab maintainership.

PR:             58040
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Tuesday, 31 Oct 2000
07:35 kuriyama search for other commits by this committer
Add 2 @unexec rmdir's.    
Original commit

Number of commits found: 30