Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 00:31:33 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553717 - head/dns/libmicrodns
Message-ID:  <202010310031.09V0VXNb045509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Oct 31 00:31:32 2020
New Revision: 553717
URL: https://svnweb.freebsd.org/changeset/ports/553717

Log:
  dns/libmicrodns: Use release archive, fix COMMENT, don't build examples
  
  PR:		250712
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/dns/libmicrodns/Makefile
  head/dns/libmicrodns/distinfo

Modified: head/dns/libmicrodns/Makefile
==============================================================================
--- head/dns/libmicrodns/Makefile	Fri Oct 30 22:42:54 2020	(r553716)
+++ head/dns/libmicrodns/Makefile	Sat Oct 31 00:31:32 2020	(r553717)
@@ -3,18 +3,19 @@
 PORTNAME=	libmicrodns
 DISTVERSION=	0.2.0
 CATEGORIES=	dns
+MASTER_SITES=	https://github.com/videolabs/${PORTNAME}/releases/download/${DISTVERSION}/
+DISTNAME=	microdns-${DISTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	DNS library focused on being simple and cross-platform
+COMMENT=	mDNS library focused on being simple and cross-platform
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c11 meson
-USE_GITHUB=	yes
+USES=		compiler:c11 meson tar:xz
 USE_LDCONFIG=	yes
 
-GH_ACCOUNT=	videolabs
+MESON_ARGS=	-Dexamples=disabled
 
 PLIST_FILES=	include/microdns/microdns.h \
 		include/microdns/rr.h \

Modified: head/dns/libmicrodns/distinfo
==============================================================================
--- head/dns/libmicrodns/distinfo	Fri Oct 30 22:42:54 2020	(r553716)
+++ head/dns/libmicrodns/distinfo	Sat Oct 31 00:31:32 2020	(r553717)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603939184
-SHA256 (videolabs-libmicrodns-0.2.0_GH0.tar.gz) = 9864a088ffef4d4255d5abf63c6f603d1dc343dfec2809ff0c3f1624045b80fa
-SIZE (videolabs-libmicrodns-0.2.0_GH0.tar.gz) = 59923
+TIMESTAMP = 1603949731
+SHA256 (microdns-0.2.0.tar.xz) = 2da28e7dda4861d76f797f92ac3e6c3e048333b95f9e4fc3a6548ad8afd8c446
+SIZE (microdns-0.2.0.tar.xz) = 50544



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010310031.09V0VXNb045509>