Skip to content

Commit

Permalink
net/mDNSResponder: Convert to master port
Browse files Browse the repository at this point in the history
Convert to master port of dns/mDNSResponder_nss (slave port).

PR:		256955
Approved by:	maintainer timeout, >2 weeks
  • Loading branch information
nunotexbsd committed Jun 26, 2023
1 parent c813ab4 commit e88ca25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions net/mDNSResponder/Makefile
@@ -1,12 +1,12 @@
PORTNAME= mDNSResponder
PORTVERSION= 1790.80.10
PORTREVISION= 1
CATEGORIES= net dns
PORTVERSION= 1790.80.10 # Reset PORTREVISION on slave port (dns/mDNSResponder_nss) after update
PORTREVISION?= 1
CATEGORIES?= net dns
MASTER_SITES= https://opensource.apple.com/tarballs/mDNSResponder/

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bonjour (zero-configuration networking) by Apple
WWW= https://developer.apple.com/bonjour/ \
MAINTAINER?= sunpoet@FreeBSD.org
COMMENT?= Bonjour (zero-configuration networking) by Apple
WWW?= https://developer.apple.com/bonjour/ \
https://github.com/apple-oss-distributions/mDNSResponder

LICENSE= APACHE20 BSD3CLAUSE
Expand All @@ -31,7 +31,7 @@ EXTRA_MAN8= dnsextd.8 mDNSResponderPosix.8
EXTRA_SBIN= dnsextd

# lib/libdns_sd.so.1 sbin/mdnsd
CONFLICTS_INSTALL= avahi-libdns openmdns
CONFLICTS_INSTALL?= avahi-libdns openmdns

OPTIONS_DEFINE= IPV6

Expand Down

0 comments on commit e88ca25

Please sign in to comment.