Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Dec 2020 20:26:11
0.10

|
sunpoet  |
Update to 0.10
- While I'm here:
- Add TEST_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Algorithm-Cron
PR: 251902
Submitted by: Neel Chauhan <neel@neelc.org>
Approved by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) |
09 Jul 2018 08:40:18
0.09

|
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 |
15 Sep 2017 08:58:50
0.09

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
19 May 2016 10:21:25
0.09

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.09

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
10 Mar 2015 06:12:11
0.09

|
vanilla  |
Add p5-Algorithm-Cron 0.09, abstract implementation of the cron(8)
scheduling algorithm.
PR: 198308
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |