Ping
On Mon, Oct 14, 2019 at 11:50 AM Peter Ezetta wrote:
> Ping :)
>
> Anyone willing to give a second Ok for import?
>
> On Wed, Sep 18, 2019 at 6:52 PM Andrew Hewus Fresh
> wrote:
>
>> On Wed, Sep 11, 2019 at 12:03:59PM -0700, Peter Ezetta wrote:
>> > Since the line is simply silencing build
Ping :)
Anyone willing to give a second Ok for import?
On Wed, Sep 18, 2019 at 6:52 PM Andrew Hewus Fresh
wrote:
> On Wed, Sep 11, 2019 at 12:03:59PM -0700, Peter Ezetta wrote:
> > Since the line is simply silencing build-time warnings from Makefile.PL,
> > I have attached an updated version of
On Wed, Sep 11, 2019 at 12:03:59PM -0700, Peter Ezetta wrote:
> Since the line is simply silencing build-time warnings from Makefile.PL,
> I have attached an updated version of the port with that line removed.
> I confirmed that the deps get picked up and installed by pkg_add as
> expected.
>
> At
Since the line is simply silencing build-time warnings from Makefile.PL,
I have attached an updated version of the port with that line removed.
I confirmed that the deps get picked up and installed by pkg_add as
expected.
Attached is an updated port without the BUILD_DEPENDS line.
Comments? Ok?
I had BUILD_DEPENDS=${RUN_DEPENDS} to silence the warnings about
missing modules from Makefile.PL when packaging. If this isn't a
problem, I can certainly send an updated port with that line
removed.
Peter
On Mon, Aug 19, 2019 at 7:00 PM Andrew Hewus Fresh
wrote:
> On Thu, Jul 25, 2019 at 04:20
On Thu, Jul 25, 2019 at 04:20:05PM -0700, Peter Ezetta wrote:
> Hi Stuart,
>
> Thank you for the feedback, the clarification on *_DEPENDS was very
> helpful. Attached is an updated port that incorporates your suggestions.
I looked at this as well and I'm not sure why you need the
BUILD_DEPENDS=${
Hi Stuart,
Thank you for the feedback, the clarification on *_DEPENDS was very
helpful. Attached is an updated port that incorporates your suggestions.
On Thu, Jul 25, 2019 at 2:53 PM Stuart Henderson
wrote:
> On 2019/07/25 13:34, Peter Ezetta wrote:
> > Hello ports@,
> >
> > Attached is a new
On 2019/07/25 13:34, Peter Ezetta wrote:
> Hello ports@,
>
> Attached is a new port to provide the WWW::Shodan::API module. This module
> provides a Perl interface to the Shodan computer search engine.
>
> I was a bit unclear on whether the dependencies should be marked as
> BUILD_DEPENDS or RUN_
Hello ports@,
Attached is a new port to provide the WWW::Shodan::API module. This module
provides a Perl interface to the Shodan computer search engine.
I was a bit unclear on whether the dependencies should be marked as
BUILD_DEPENDS or RUN_DEPENDS. I currently have them set as BUILD so that
the