diff options
author | mat <mat@FreeBSD.org> | 2019-04-23 21:04:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-04-23 21:04:11 +0800 |
commit | f21903b0a4831325ac7642438c5d59975463a16e (patch) | |
tree | ab976844c9116b087e4b301f96285dd917904ca8 /security | |
parent | 1c8ae3a68b0b959eafa33f7dd69c6b900d6787e9 (diff) | |
download | freebsd-ports-gnome-f21903b0a4831325ac7642438c5d59975463a16e.tar.gz freebsd-ports-gnome-f21903b0a4831325ac7642438c5d59975463a16e.tar.zst freebsd-ports-gnome-f21903b0a4831325ac7642438c5d59975463a16e.zip |
Remove conflicts from bind-tools and the server ports.
All servers now depend on the same bind-tools, from the latest BIND9
release.
Chase dependencies to make sure they now depend on the correct port.
Differential Revision: https://reviews.freebsd.org/D19922
Diffstat (limited to 'security')
-rw-r--r-- | security/sssd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index e923e16bef76..d4f087b2d3d4 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ @@ -32,7 +32,7 @@ BUILD_DEPENDS= xmlcatalog:textproc/libxml2 \ xsltproc:textproc/libxslt \ xmlcatmgr:textproc/xmlcatmgr \ krb5>=1.10:security/krb5 \ - nsupdate:dns/bind911 + nsupdate:dns/bind-tools GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \ |