Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Jan 2021 20:23:08
0.08

|
sunpoet  |
Update to 0.08
Changes: https://metacpan.org/changes/distribution/DateTime-Format-W3CDTF |
05 Oct 2020 17:45:32
0.07

|
rene  |
Return jadawin@'s ports to the pool after taking in his commit bit.
With hat: portmgr-secretary |
16 Jun 2019 10:37:50
0.07

|
sunpoet  |
Update WWW |
25 Aug 2018 09:08:11
0.07

|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
09 Jul 2018 08:40:18
0.07

|
mat  |
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 |
28 Sep 2017 19:52:45
0.07

|
jadawin  |
- Update to 0.07
Changelog:
http://cpansearch.perl.org/src/GWILLIAMS/DateTime-Format-W3CDTF-0.07/Changes |
01 Apr 2016 14:00:57
0.06_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.06_1

|
mat  |
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 ) |
27 Oct 2014 10:55:59
0.06

|
bapt  |
Cleanup plist |
04 Nov 2013 10:23:49
0.06

|
jadawin  |
- Convert my devel's port to STAGE. |
20 Sep 2013 17:13:47
0.06

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Sep 2013 14:08:00
0.06

|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
10 Jun 2012 18:42:48
0.06
|
swills  |
- 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) |
05 Jun 2012 14:27:52
0.06
|
jadawin  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
14 Mar 2011 09:12:49
0.06
|
jadawin  |
- Update to 0.06 |
03 Nov 2009 10:10:08
0.05
|
jadawin  |
- Update to 0.05
- Take maintainership |
16 Aug 2009 09:55:32
0.04
|
linimon  |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
31 Aug 2007 13:37:23
0.04
|
mat  |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
22 Jan 2006 01:48:34
0.04
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 14:16:12
0.04
|
mat  |
Be hipe and add SHA256 |
29 Jan 2004 13:37:55
0.04
|
mat  |
Add SIZE field |
04 Dec 2003 12:48:51
0.04
|
mat  |
Update to 0.04 |
16 Aug 2003 09:13:44
0.03
|
mat  |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor) |
12 Aug 2003 18:48:26
0.03
|
erwin  |
Add p5-DateTime-Format-W3CDTF 0.03,
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
format of RSS 1.0.
PR: 54194
Submitted by: Mathieu Arnold <m@absolight.net> |