Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Jul 2018 08:40:18
0.006

|
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 |
27 May 2018 20:15:20
0.006

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.006

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:33:58
0.006

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
21 Dec 2015 14:14:50
0.006

|
miwi  |
HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in
HTTP::Request objects and get back HTTP::Response objects. The maintainers of
HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many
other projects already consume the HTTP::Message objects. This is just glue code
doing what it does best.
WWW: http://search.cpan.org/dist/HTTP-Thin/
PR: 205362
Submitted by: amontalban@gmail.com
Approved by: mat (mentor)
Differential Revision: D4633 |
Number of commits found: 5
|
Latest Vulnerabilities |
12 vulnerabilities affecting 113 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-14 20:39:03
|
|