svn commit: r400699 - in head/net: p5-ldap2pf p5-ldap2pw p5-srv2pf

Dag-Erling Smørgrav des at FreeBSD.org
Tue Nov 3 13:07:59 UTC 2015


Author: des
Date: Tue Nov  3 13:07:57 2015
New Revision: 400699
URL: https://svnweb.freebsd.org/changeset/ports/400699

Log:
  Fix BUILD_DEPENDS.  No bump since the current version doesn't build.

Modified:
  head/net/p5-ldap2pf/Makefile
  head/net/p5-ldap2pw/Makefile
  head/net/p5-srv2pf/Makefile

Modified: head/net/p5-ldap2pf/Makefile
==============================================================================
--- head/net/p5-ldap2pf/Makefile	Tue Nov  3 13:01:34 2015	(r400698)
+++ head/net/p5-ldap2pf/Makefile	Tue Nov  3 13:07:57 2015	(r400699)
@@ -14,6 +14,7 @@ RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDI
 		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dag-erling

Modified: head/net/p5-ldap2pw/Makefile
==============================================================================
--- head/net/p5-ldap2pw/Makefile	Tue Nov  3 13:01:34 2015	(r400698)
+++ head/net/p5-ldap2pw/Makefile	Tue Nov  3 13:07:57 2015	(r400699)
@@ -13,6 +13,7 @@ RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDI
 		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dag-erling

Modified: head/net/p5-srv2pf/Makefile
==============================================================================
--- head/net/p5-srv2pf/Makefile	Tue Nov  3 13:01:34 2015	(r400698)
+++ head/net/p5-srv2pf/Makefile	Tue Nov  3 13:07:57 2015	(r400699)
@@ -11,6 +11,7 @@ COMMENT=	Create and update PF tables fro
 RUN_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dag-erling


More information about the svn-ports-all mailing list