svn commit: r484405 - in head/devel/clixon: . files

Renato Botelho garga at FreeBSD.org
Wed Nov 7 19:17:04 UTC 2018


Author: garga
Date: Wed Nov  7 19:17:02 2018
New Revision: 484405
URL: https://svnweb.freebsd.org/changeset/ports/484405

Log:
  devel/clixon: Update to 3.8.0
  
  PR:		233047
  Submitted by:	Dave Cornejo <dcornejo at netgate.com> (maintainer)
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Added:
  head/devel/clixon/files/
  head/devel/clixon/files/patch-apps_netconf_netconf__main.c   (contents, props changed)
  head/devel/clixon/files/patch-lib_src_clixon__handle.c   (contents, props changed)
Modified:
  head/devel/clixon/Makefile
  head/devel/clixon/distinfo
  head/devel/clixon/pkg-plist

Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile	Wed Nov  7 16:37:14 2018	(r484404)
+++ head/devel/clixon/Makefile	Wed Nov  7 19:17:02 2018	(r484405)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	clixon
-PORTVERSION=	3.7.0
+PORTVERSION=	3.8.0
 CATEGORIES=	devel
 
 MAINTAINER=	dcornejo at netgate.com
@@ -13,12 +13,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LIB_DEPENDS=	libcligen.so:devel/cligen \
 		libfcgi.so:www/fcgi
 
-USES=		bison gmake
+USES=		autoreconf bison gmake
 
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
+
 GH_ACCOUNT=	clicon
-MAKE_ARGS=	wwwdir=${PREFIX}/sbin
+MAKE_ARGS=	wwwdir=${PREFIX}/sbin wwwuser=${WWWOWN}
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR}

Modified: head/devel/clixon/distinfo
==============================================================================
--- head/devel/clixon/distinfo	Wed Nov  7 16:37:14 2018	(r484404)
+++ head/devel/clixon/distinfo	Wed Nov  7 19:17:02 2018	(r484405)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532378444
-SHA256 (clicon-clixon-3.7.0_GH0.tar.gz) = 2abb753ab7b9d5f84a00153a15b0fcb93615ace75c917172247e49532ae4fa38
-SIZE (clicon-clixon-3.7.0_GH0.tar.gz) = 734615
+TIMESTAMP = 1541588035
+SHA256 (clicon-clixon-3.8.0_GH0.tar.gz) = 6a60ed3f23410c6c7c8165b0619c3d1f630fb373578572392d2db7f407f3a515
+SIZE (clicon-clixon-3.8.0_GH0.tar.gz) = 763928

Added: head/devel/clixon/files/patch-apps_netconf_netconf__main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/clixon/files/patch-apps_netconf_netconf__main.c	Wed Nov  7 19:17:02 2018	(r484405)
@@ -0,0 +1,11 @@
+--- apps/netconf/netconf_main.c.orig	2018-11-07 19:13:50 UTC
++++ apps/netconf/netconf_main.c
+@@ -294,7 +294,7 @@ static int
+ timeout_fn(int s,
+ 	   void *arg)
+ {
+-    clicon_err(OE_EVENTS, ETIME, "User request timeout");
++    clicon_err(OE_EVENTS, ETIMEDOUT, "User request timeout");
+     return -1; 
+ }
+ 

Added: head/devel/clixon/files/patch-lib_src_clixon__handle.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/clixon/files/patch-lib_src_clixon__handle.c	Wed Nov  7 19:17:02 2018	(r484405)
@@ -0,0 +1,13 @@
+--- lib/src/clixon_handle.c.orig	2018-11-07 19:14:08 UTC
++++ lib/src/clixon_handle.c
+@@ -43,7 +43,9 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <assert.h>
+- 
++
++#include <sys/time.h>
++
+ #include <cligen/cligen.h>
+ 
+ /* clicon */

Modified: head/devel/clixon/pkg-plist
==============================================================================
--- head/devel/clixon/pkg-plist	Wed Nov  7 16:37:14 2018	(r484404)
+++ head/devel/clixon/pkg-plist	Wed Nov  7 19:17:02 2018	(r484405)
@@ -3,26 +3,29 @@ bin/clixon_netconf
 %%ETCDIR%%/clixonrc
 lib/libclixon.so
 lib/libclixon.so.3
-lib/libclixon.so.3.7
+lib/libclixon.so.3.8
 lib/libclixon_backend.so
 lib/libclixon_backend.so.3
-lib/libclixon_backend.so.3.7
+lib/libclixon_backend.so.3.8
 lib/libclixon_cli.so
 lib/libclixon_cli.so.3
-lib/libclixon_cli.so.3.7
+lib/libclixon_cli.so.3.8
 lib/libclixon_netconf.so
 lib/libclixon_netconf.so.3
-lib/libclixon_netconf.so.3.7
+lib/libclixon_netconf.so.3.8
 lib/libclixon_restconf.so
 lib/libclixon_restconf.so.3
-lib/libclixon_restconf.so.3.7
+lib/libclixon_restconf.so.3.8
 lib/xmldb/text.so
 sbin/clixon_backend
 sbin/clixon_restconf
-%%DATADIR%%/clixon-config at 2018-04-30.yang
+%%DATADIR%%/clixon-config at 2018-10-21.yang
 %%DATADIR%%/ietf-inet-types at 2013-07-15.yang
 %%DATADIR%%/ietf-netconf-acm at 2018-02-14.yang
+%%DATADIR%%/ietf-netconf-notification at 2008-07-01.yang
 %%DATADIR%%/ietf-netconf at 2011-06-01.yang
+%%DATADIR%%/ietf-restconf-monitoring at 2017-01-26.yang
+%%DATADIR%%/ietf-yang-library at 2016-06-21.yang
 %%DATADIR%%/ietf-yang-types at 2013-07-15.yang
 @dir lib/clixon/plugins/backend
 @dir lib/clixon/plugins/cli


More information about the svn-ports-all mailing list