mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to v1.0-r4
This commit is contained in:
parent
56c8c6f5a5
commit
6a70b15049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514586
@ -1,10 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libyang
|
||||
PORTVERSION= 0.16
|
||||
PORTVERSION= 1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSIONSUFFIX= -r3
|
||||
PORTREVISION= 6
|
||||
DISTVERSIONSUFFIX= -r4
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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 <sys/endian.h>
|
||||
#else
|
||||
# include <endian.h>
|
||||
#endif
|
@ -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 <libkern/OSByteOrder.h>
|
||||
# define htole64(x) OSSwapHostToLittleInt64(x)
|
||||
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
||||
+# include <sys/endian.h>
|
||||
#else
|
||||
# include <endian.h>
|
||||
#endif
|
@ -8,12 +8,13 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user