Index: head/net/libyang/files/patch-src_parser__lyb.c =================================================================== --- head/net/libyang/files/patch-src_parser__lyb.c (revision 514585) +++ head/net/libyang/files/patch-src_parser__lyb.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/parser_lyb.c.orig 2019-03-14 23:35:14 UTC -+++ src/parser_lyb.c -@@ -23,6 +23,8 @@ - # define le16toh(x) OSSwapLittleToHostInt16(x) - # define le32toh(x) OSSwapLittleToHostInt32(x) - # define le64toh(x) OSSwapLittleToHostInt64(x) -+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) -+# include - #else - # include - #endif Property changes on: head/net/libyang/files/patch-src_parser__lyb.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/libyang/files/patch-src_printer__lyb.c =================================================================== --- head/net/libyang/files/patch-src_printer__lyb.c (revision 514585) +++ head/net/libyang/files/patch-src_printer__lyb.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/printer_lyb.c.orig 2019-03-14 23:35:50 UTC -+++ src/printer_lyb.c -@@ -21,6 +21,8 @@ - #ifdef __APPLE__ - # include - # define htole64(x) OSSwapHostToLittleInt64(x) -+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) -+# include - #else - # include - #endif Property changes on: head/net/libyang/files/patch-src_printer__lyb.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/libyang/Makefile =================================================================== --- head/net/libyang/Makefile (revision 514585) +++ head/net/libyang/Makefile (revision 514586) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= libyang -PORTVERSION= 0.16 +PORTVERSION= 1.0 DISTVERSIONPREFIX= v -DISTVERSIONSUFFIX= -r3 -PORTREVISION= 6 +DISTVERSIONSUFFIX= -r4 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org COMMENT= YANG data modeling language library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre USES= cmake compiler:c++11-lang pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= CESNET CMAKE_ARGS+= -DENABLE_LYD_PRIV=ON .include Index: head/net/libyang/distinfo =================================================================== --- head/net/libyang/distinfo (revision 514585) +++ head/net/libyang/distinfo (revision 514586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552606133 -SHA256 (CESNET-libyang-v0.16-r3_GH0.tar.gz) = 4745460dedc4ba17d8bcfc39ad9ba0d1b91bbe82b55b9417a090390909ba8ca5 -SIZE (CESNET-libyang-v0.16-r3_GH0.tar.gz) = 2999818 +TIMESTAMP = 1571175233 +SHA256 (CESNET-libyang-v1.0-r4_GH0.tar.gz) = 411f0c675b0858f8deabc0545e33fbd791ff7c7a5b7d2c27e347e3973d5b8ae4 +SIZE (CESNET-libyang-v1.0-r4_GH0.tar.gz) = 3017685 Index: head/net/libyang/pkg-plist =================================================================== --- head/net/libyang/pkg-plist (revision 514585) +++ head/net/libyang/pkg-plist (revision 514586) @@ -1,19 +1,20 @@ bin/yanglint bin/yangre include/libyang/dict.h include/libyang/extensions.h include/libyang/libyang.h include/libyang/tree_data.h include/libyang/tree_schema.h include/libyang/user_types.h include/libyang/xml.h lib/libyang.so -lib/libyang.so.0.16 -lib/libyang.so.0.16.105 +lib/libyang.so.1 +lib/libyang.so.1.2.2 lib/libyang/extensions/metadata.so lib/libyang/extensions/nacm.so lib/libyang/extensions/yangdata.so -lib/libyang/user_types/user_date_and_time.so +lib/libyang/user_types/user_inet_types.so +lib/libyang/user_types/user_yang_types.so libdata/pkgconfig/libyang.pc man/man1/yanglint.1.gz man/man1/yangre.1.gz