svn commit: r376348 - head/net/p5-Net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 5 19:19:44 UTC 2015


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


More information about the svn-ports-all mailing list