Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Feb 2021 02:10:06
0.48

|
wen  |
- Update to 0.48
- Update DEPENDS |
02 Dec 2020 10:45:37
0.44

|
wen  |
- Update to 0.44 |
08 Sep 2020 14:40:59
0.41

|
wen  |
- Update to 0.41 |
10 May 2020 00:16:10
0.40

|
wen  |
- Update to 0.40 |
24 Dec 2019 11:26:20
0.38

|
wen  |
- Update to 0.38 |
01 Dec 2019 07:01:17
0.37

|
wen  |
- Update to 0.37 |
16 May 2019 13:32:48
0.36

|
wen  |
- Update to 0.36 |
29 Apr 2019 01:55:51
0.34

|
wen  |
- Update to 0.34
- Add missing DEPENDS |
28 Feb 2019 02:24:22
0.33

|
wen  |
- Update to 0.33 |
17 Feb 2019 00:40:50
0.32

|
wen  |
- Update to 0.32 |
10 Feb 2019 00:06:38
0.31_2

|
sunpoet  |
Fix *_DEPENDS
- Bump PORTREVISION for dependency change
With hat: perl |
09 Jul 2018 08:40:18
0.31_1

|
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 |
09 Jul 2018 07:42:02
0.31_1

|
wen  |
- Adjust the order of BUILD_DEPENDS and RUN_DEPENDS
Spotted by: mat@ |
05 Jul 2018 03:33:54
0.31

|
wen  |
This module is a port of the GraphQL reference implementation, graphql-js,
to Perl 5.
It now supports Promises, allowing asynchronous operation. See
Mojolicious::Plugin::GraphQL for an example of how to take advantage of this.
WWW: https://metacpan.org/release/GraphQL |