diff options
author | mandree <mandree@FreeBSD.org> | 2015-06-16 08:48:01 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-06-16 08:48:01 +0800 |
commit | 58b9394d90aaa581fa418573808ff84987ee234c (patch) | |
tree | 4083786e2f710b780402d54da6f3106b81b88a38 /dns/dnsmasq-devel | |
parent | 96993761943a7a031e885ecd569f67393b336ecb (diff) | |
download | freebsd-ports-gnome-58b9394d90aaa581fa418573808ff84987ee234c.tar.gz freebsd-ports-gnome-58b9394d90aaa581fa418573808ff84987ee234c.tar.zst freebsd-ports-gnome-58b9394d90aaa581fa418573808ff84987ee234c.zip |
Upgrade dnsmasq to new release 2.73.
Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOGDisable dnsmasq-devel (older than stable).
Switch to using @sample keyword [1].
PR: 200717 [1]
Submitted by: Jimmy Olgeni
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/files/dnsmasq.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index b9d740e3444f..2a4bd3819070 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -12,7 +12,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 -#IGNORE= build stable version instead, it is newer than this release candidate +IGNORE= build stable version instead, it is newer than this release candidate CONFLICTS_INSTALL=dnsmasq-2* PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html diff --git a/dns/dnsmasq-devel/files/dnsmasq.in b/dns/dnsmasq-devel/files/dnsmasq.in index ae752c379bae..de9da9249b40 100644 --- a/dns/dnsmasq-devel/files/dnsmasq.in +++ b/dns/dnsmasq-devel/files/dnsmasq.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: dnsmasq -# REQUIRE: SERVERS +# REQUIRE: SERVERS ldconfig # BEFORE: DAEMON named # KEYWORD: shutdown # |