svn commit: r491505 - head/sysutils/msktutil

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 28 18:37:26 UTC 2019


Author: tobik
Date: Mon Jan 28 18:37:25 2019
New Revision: 491505
URL: https://svnweb.freebsd.org/changeset/ports/491505

Log:
  sysutils/msktutil: Add missing dns/udns dependency
  
  Without it msktutil will not try to resolve the domain controller
  via service records and will fall back on A records in the top of
  the dns zone.
  
  PR:		225642
  Submitted by:	tj
  Approved by:	zi (maintainer)

Modified:
  head/sysutils/msktutil/Makefile

Modified: head/sysutils/msktutil/Makefile
==============================================================================
--- head/sysutils/msktutil/Makefile	Mon Jan 28 18:31:25 2019	(r491504)
+++ head/sysutils/msktutil/Makefile	Mon Jan 28 18:37:25 2019	(r491505)
@@ -3,7 +3,7 @@
 
 PORTNAME=	msktutil
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME} \
 		ZI
@@ -13,6 +13,8 @@ COMMENT=	Utility to manage Active Directory interopera
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libudns.so:dns/udns
 
 USES=		gmake ssl tar:bzip2
 USE_OPENLDAP=	yes


More information about the svn-ports-head mailing list