Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2021 15:21:56 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3054e0b14751 - main - dns/knot3-lib: fix plist
Message-ID:  <202108101521.17AFLu2u036505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3054e0b147512cb562f9f00f561ff9576211c03b

commit 3054e0b147512cb562f9f00f561ff9576211c03b
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2021-08-10 15:19:23 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-08-10 15:20:19 +0000

    dns/knot3-lib: fix plist
    
    PR:                     257654
    Original version:       Eric Camachat <eric@camachat.org>
---
 dns/knot3-lib/pkg-plist | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dns/knot3-lib/pkg-plist b/dns/knot3-lib/pkg-plist
index 7d3b3fff87d2..71ca47f00fbc 100644
--- a/dns/knot3-lib/pkg-plist
+++ b/dns/knot3-lib/pkg-plist
@@ -1,6 +1,7 @@
 include/knot/module.h
 include/libdnssec/binary.h
 include/libdnssec/crypto.h
+include/libdnssec/digest.h
 include/libdnssec/dnssec.h
 include/libdnssec/error.h
 include/libdnssec/key.h
@@ -23,6 +24,7 @@ include/libknot/db/db_lmdb.h
 include/libknot/db/db_trie.h
 include/libknot/descriptor.h
 include/libknot/dname.h
+include/libknot/dynarray.h
 include/libknot/endian.h
 include/libknot/errcode.h
 include/libknot/error.h
@@ -50,10 +52,12 @@ include/libknot/rrtype/rdname.h
 include/libknot/rrtype/rrsig.h
 include/libknot/rrtype/soa.h
 include/libknot/rrtype/tsig.h
+include/libknot/rrtype/zonemd.h
 include/libknot/tsig-op.h
 include/libknot/tsig.h
 include/libknot/version.h
 include/libknot/wire.h
+include/libknot/xdp.h
 include/libknot/yparser/yparser.h
 include/libknot/yparser/ypformat.h
 include/libknot/yparser/ypschema.h
@@ -67,12 +71,12 @@ lib/libdnssec.so.8
 lib/libdnssec.so.8.0.0
 lib/libknot.a
 lib/libknot.so
-lib/libknot.so.11
-lib/libknot.so.11.0.0
+lib/libknot.so.12
+lib/libknot.so.12.0.0
 lib/libzscanner.a
 lib/libzscanner.so
-lib/libzscanner.so.3
-lib/libzscanner.so.3.0.0
+lib/libzscanner.so.4
+lib/libzscanner.so.4.0.0
 libdata/pkgconfig/libdnssec.pc
 libdata/pkgconfig/libknot.pc
 libdata/pkgconfig/libzscanner.pc



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