Date: Sat, 12 Jun 2021 10:42:41 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f76735ccc36 - main - dns/dnsmasq-devel: update to 2.86test1. Message-ID: <202106121042.15CAgfnj058401@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f76735ccc3637a7d2c05faafebb6312560c12f4 commit 4f76735ccc3637a7d2c05faafebb6312560c12f4 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-06-12 10:35:49 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-06-12 10:36:06 +0000 dns/dnsmasq-devel: update to 2.86test1. --- dns/dnsmasq-devel/Makefile | 12 +++++++----- dns/dnsmasq-devel/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 1453a0a001fd..5779039c22bc 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,12 +1,14 @@ # Created by: Steven Honson PORTNAME= dnsmasq -DISTVERSION= 2.85rc2 +DISTVERSION= 2.86test1 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 3 # attn - different between -devel and dnsmasq ports! CATEGORIES= dns -MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ +#MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ + LOCAL/mandree/ +MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/test-releases/ \ LOCAL/mandree/ PKGNAMESUFFIX= -devel @@ -15,7 +17,7 @@ COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 -IGNORE= use dns/dnsmasq instead, it's newer +DEPRECATED= Short-lived test branch, to be removed after v2.86 release USES= cpe shebangfix tar:xz CPE_VENDOR= thekelleys @@ -34,8 +36,8 @@ CFLAGS+= -Wall -Wno-unused-function -Wno-unused-parameter \ CPPFLAGS+= -I${LOCALBASE}/include CONFLICTS_INSTALL= dnsmasq-2* -PATCH_STRIP= -p1 -SUB_FILES= pkg-message +PATCH_STRIP= -p1 +SUB_FILES= pkg-message PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index c2a7e8fa1327..cfea3eb61a98 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616842199 -SHA256 (dnsmasq-2.85rc2.tar.xz) = d5f359e993b6f3f690faa829178a556550e6d309289359a7bee2bf24f516af43 -SIZE (dnsmasq-2.85rc2.tar.xz) = 538376 +TIMESTAMP = 1623461647 +SHA256 (dnsmasq-2.86test1.tar.xz) = a242bc00e3ad41123dfca616819cd905e81ee9aae2453d947856cac8e86255b9 +SIZE (dnsmasq-2.86test1.tar.xz) = 542268
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106121042.15CAgfnj058401>