dns/libmicrodns: Use release archive, fix COMMENT, don't build examples
PR: 250712 Submitted by: daniel.engberg.lists@pyret.net
This commit is contained in:
parent
5399fea276
commit
4c8b0abd61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553717
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user