net/mDNSResponder and net/avahi-libdns install files in the same place
net/mDNSResponder and net/avahi-libdns install files in the same place. /usr/ports/net/mDNSResponder/Makefile contains CONFLICTS= avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22. /usr/ports/net/avahi-libdns/Makefile does not contain any CONFLICTS section. PR: ports/121434 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: various maintainer timeouts
This commit is contained in:
parent
976f01800f
commit
d16552e11b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213573
2 changed files with 3 additions and 1 deletions
|
@ -23,4 +23,6 @@ PLIST= ${.CURDIR}/pkg-plist
|
|||
AVAHI_SLAVE= libdns
|
||||
AVAHI_PKGCONFIG=avahi-compat-libdns_sd.pc
|
||||
|
||||
CONFLICTS= mDNSResponder-[0-9]*
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -33,7 +33,7 @@ EXTRAMAN8= dnsextd.8 mDNSResponderPosix.8
|
|||
|
||||
MAN8= mdnsd.8 ${EXTRAMAN8}
|
||||
|
||||
CONFLICTS= avahi+libdns-[0-9]*
|
||||
CONFLICTS= avahi-libdns-[0-9]*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue