Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 10:20:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244239] ports-mgmt/portlint: strange output for security/p5-IO-Socket-SSL
Message-ID:  <bug-244239-7788-OVl9WxyfiL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244239-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244239-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244239

Mikael Urankar <mikael@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael@FreeBSD.org

--- Comment #1 from Mikael Urankar <mikael@FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #0)
reverse the order of RUN_DEPENDS and BUILD_DEPENDS:

--- Makefile    (revision 526484)
+++ Makefile    (working copy)
@@ -14,9 +14,9 @@
 LICENSE_COMB=3D  dual
 LICENSE_FILE=3D  ${WRKSRC}/lib/IO/Socket/SSL.pod

-BUILD_DEPENDS=3D ${RUN_DEPENDS}
 RUN_DEPENDS=3D   p5-Net-SSLeay>=3D1.59:security/p5-Net-SSLeay \
                p5-Mozilla-CA>=3D20130114:www/p5-Mozilla-CA
+BUILD_DEPENDS=3D ${RUN_DEPENDS}

 NO_ARCH=3D       yes
 USES=3D          perl5 shebangfix



portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, =
to
make SVN happy.
WARN: Consider to set DEVELOPER=3Dyes in /etc/make.conf
0 fatal errors and 2 warnings found.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244239-7788-OVl9WxyfiL>