Date: Mon, 28 Jan 2019 18:37:25 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491505 - head/sysutils/msktutil Message-ID: <201901281837.x0SIbPPN053515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901281837.x0SIbPPN053515>