[Bug 244239] ports-mgmt/portlint: strange output for security/p5-IO-Socket-SSL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 20 10:20:36 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244239

Mikael Urankar <mikael at FreeBSD.org> changed:

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

--- Comment #1 from Mikael Urankar <mikael at 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=  dual
 LICENSE_FILE=  ${WRKSRC}/lib/IO/Socket/SSL.pod

-BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   p5-Net-SSLeay>=1.59:security/p5-Net-SSLeay \
                p5-Mozilla-CA>=20130114:www/p5-Mozilla-CA
+BUILD_DEPENDS= ${RUN_DEPENDS}

 NO_ARCH=       yes
 USES=          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=yes in /etc/make.conf
0 fatal errors and 2 warnings found.

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


More information about the freebsd-ports-bugs mailing list