svn commit: r526546 - head/security/p5-IO-Socket-SSL

Kurt Jaeger pi at FreeBSD.org
Thu Feb 20 08:31:27 UTC 2020


Author: pi
Date: Thu Feb 20 08:31:26 2020
New Revision: 526546
URL: https://svnweb.freebsd.org/changeset/ports/526546

Log:
  security/p5-IO-Socket-SSL: fix sequence of BUILD_DEPENDS and RUN_DEPENDS
  
  Submitted by:	mat

Modified:
  head/security/p5-IO-Socket-SSL/Makefile

Modified: head/security/p5-IO-Socket-SSL/Makefile
==============================================================================
--- head/security/p5-IO-Socket-SSL/Makefile	Thu Feb 20 08:06:58 2020	(r526545)
+++ head/security/p5-IO-Socket-SSL/Makefile	Thu Feb 20 08:31:26 2020	(r526546)
@@ -14,9 +14,9 @@ LICENSE=	ART10 GPLv1+
 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


More information about the svn-ports-all mailing list