Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 08:31:27 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526546 - head/security/p5-IO-Socket-SSL
Message-ID:  <202002200831.01K8VRxo038692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002200831.01K8VRxo038692>