Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 19:19:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376348 - head/net/p5-Net
Message-ID:  <201501051919.t05JJi0Q089671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan  5 19:19:43 2015
New Revision: 376348
URL: https://svnweb.freebsd.org/changeset/ports/376348
QAT: https://qat.redports.org/buildarchive/r376348/

Log:
  - Move *_DEPENDS upward

Modified:
  head/net/p5-Net/Makefile

Modified: head/net/p5-Net/Makefile
==============================================================================
--- head/net/p5-Net/Makefile	Mon Jan  5 19:12:41 2015	(r376347)
+++ head/net/p5-Net/Makefile	Mon Jan  5 19:19:43 2015	(r376348)
@@ -15,13 +15,13 @@ COMMENT=	Perl5 modules to access and use
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 OPTIONS_DEFINE=	IPV6 SASL SSL
 OPTIONS_DEFAULT=SASL
 SASL_DESC=	SASL auth for POP3 and SMTP support
 
-BUILD_DEPENDS=	p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket
-RUN_DEPENDS=	p5-Socket>=2.016:${PORTSDIR}/net/p5-Socket
-
 SASL_BUILD_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 SASL_RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 SSL_BUILD_DEPENDS=	p5-IO-Socket-SSL>=2.007:${PORTSDIR}/security/p5-IO-Socket-SSL



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