update to p5-Zonemaster-LDNS-2.1.0, wen heping also sent a diff for this
This commit is contained in:
parent
6443ddcc0d
commit
5abe72e258
@ -1,29 +1,26 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2020/07/11 22:54:38 sthen Exp $
|
# $OpenBSD: Makefile,v 1.9 2020/07/26 15:28:10 sthen Exp $
|
||||||
|
|
||||||
COMMENT = module to interface the DNS resolver using the ldns library
|
COMMENT= module to interface the DNS resolver using the ldns library
|
||||||
|
|
||||||
MODULES = cpan
|
MODULES= cpan
|
||||||
CPAN_AUTHOR = ZNMSTR
|
CPAN_AUTHOR= ZNMSTR
|
||||||
DISTNAME = Zonemaster-LDNS-2.0.1
|
DISTNAME= Zonemaster-LDNS-2.1.0
|
||||||
REVISION = 2
|
CATEGORIES= net
|
||||||
CATEGORIES = net
|
|
||||||
|
|
||||||
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
|
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
||||||
|
|
||||||
# BSD
|
# BSD
|
||||||
PERMIT_PACKAGE = Yes
|
PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
WANTLIB += c crypto idn ldns perl
|
WANTLIB += c crypto idn ldns perl
|
||||||
|
|
||||||
BUILD_DEPENDS = devel/p5-Devel-CheckLib
|
BUILD_DEPENDS= devel/p5-Devel-CheckLib
|
||||||
LIB_DEPENDS = devel/libidn \
|
LIB_DEPENDS= devel/libidn \
|
||||||
net/ldns
|
net/ldns
|
||||||
TEST_DEPENDS = devel/p5-Test-Fatal
|
TEST_DEPENDS= devel/p5-Test-Fatal
|
||||||
|
|
||||||
CONFIGURE_ARGS = --no-internal-ldns
|
CONFIGURE_ARGS= --no-internal-ldns \
|
||||||
|
--no-ed25519 \
|
||||||
# XXX something is wrong passing libs from makemaker to the generated
|
--prefix-openssl=${LOCALBASE} # actually for -lldns -lidn not openssl
|
||||||
# Makefile, bodge it for now
|
|
||||||
MAKE_FLAGS= LDLOADLIBS="-lcrypto -lldns -lidn"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (Zonemaster-LDNS-2.0.1.tar.gz) = DTt3lMbqEYtZ2OvVJFu8srXbcTcG5O2AxU3I/F/UPXs=
|
SHA256 (Zonemaster-LDNS-2.1.0.tar.gz) = SrHsbLrV4rNKJfTp7AlGMd6eXOrvurtrZ94oD4qbps4=
|
||||||
SIZE (Zonemaster-LDNS-2.0.1.tar.gz) = 595251
|
SIZE (Zonemaster-LDNS-2.1.0.tar.gz) = 605228
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1 2018/02/06 21:55:39 sthen Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2020/07/26 15:28:10 sthen Exp $
|
||||||
${P5ARCH}/
|
${P5ARCH}/
|
||||||
${P5ARCH}/Zonemaster/
|
${P5ARCH}/Zonemaster/
|
||||||
${P5ARCH}/Zonemaster/LDNS/
|
${P5ARCH}/Zonemaster/LDNS/
|
||||||
@ -84,7 +84,7 @@ ${P5ARCH}/Zonemaster/LDNS/RRList.pm
|
|||||||
${P5ARCH}/auto/
|
${P5ARCH}/auto/
|
||||||
${P5ARCH}/auto/Zonemaster/
|
${P5ARCH}/auto/Zonemaster/
|
||||||
${P5ARCH}/auto/Zonemaster/LDNS/
|
${P5ARCH}/auto/Zonemaster/LDNS/
|
||||||
${P5ARCH}/auto/Zonemaster/LDNS/LDNS.so
|
@so ${P5ARCH}/auto/Zonemaster/LDNS/LDNS.so
|
||||||
@man man/man3p/Zonemaster::LDNS.3p
|
@man man/man3p/Zonemaster::LDNS.3p
|
||||||
@man man/man3p/Zonemaster::LDNS::Packet.3p
|
@man man/man3p/Zonemaster::LDNS::Packet.3p
|
||||||
@man man/man3p/Zonemaster::LDNS::RR.3p
|
@man man/man3p/Zonemaster::LDNS::RR.3p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user