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

Renato Botelho garga at FreeBSD.org
Mon Feb 25 13:25:35 UTC 2019


Author: garga
Date: Mon Feb 25 13:25:33 2019
New Revision: 493859
URL: https://svnweb.freebsd.org/changeset/ports/493859

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

Deleted:
  head/devel/clixon/files/patch-lib_src_clixon__handle.c
Modified:
  head/devel/clixon/Makefile
  head/devel/clixon/distinfo
  head/devel/clixon/files/patch-apps_netconf_netconf__main.c
  head/devel/clixon/pkg-plist

Modified: head/devel/clixon/Makefile
==============================================================================
--- head/devel/clixon/Makefile	Mon Feb 25 13:24:51 2019	(r493858)
+++ head/devel/clixon/Makefile	Mon Feb 25 13:25:33 2019	(r493859)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	clixon
-PORTVERSION=	3.8.0
+PORTVERSION=	3.9.0
 CATEGORIES=	devel
 
 MAINTAINER=	dcornejo at netgate.com
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libcligen.so:devel/cligen \
 		libfcgi.so:www/fcgi
+BUILD_DEPENDS=	cligen>=3.9.0:devel/cligen
 
 USES=		autoreconf bison gmake
 

Modified: head/devel/clixon/distinfo
==============================================================================
--- head/devel/clixon/distinfo	Mon Feb 25 13:24:51 2019	(r493858)
+++ head/devel/clixon/distinfo	Mon Feb 25 13:25:33 2019	(r493859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541588035
-SHA256 (clicon-clixon-3.8.0_GH0.tar.gz) = 6a60ed3f23410c6c7c8165b0619c3d1f630fb373578572392d2db7f407f3a515
-SIZE (clicon-clixon-3.8.0_GH0.tar.gz) = 763928
+TIMESTAMP = 1550886761
+SHA256 (clicon-clixon-3.9.0_GH0.tar.gz) = 3be8eb904a505cc740568e06f75123c6e9b4e0e8173faccdd4a091b1dccfca60
+SIZE (clicon-clixon-3.9.0_GH0.tar.gz) = 781568

Modified: head/devel/clixon/files/patch-apps_netconf_netconf__main.c
==============================================================================
--- head/devel/clixon/files/patch-apps_netconf_netconf__main.c	Mon Feb 25 13:24:51 2019	(r493858)
+++ head/devel/clixon/files/patch-apps_netconf_netconf__main.c	Mon Feb 25 13:25:33 2019	(r493859)
@@ -1,6 +1,6 @@
---- apps/netconf/netconf_main.c.orig	2018-11-07 19:13:50 UTC
+--- apps/netconf/netconf_main.c.orig	2019-02-21 19:04:04 UTC
 +++ apps/netconf/netconf_main.c
-@@ -294,7 +294,7 @@ static int
+@@ -312,7 +312,7 @@ static int
  timeout_fn(int s,
  	   void *arg)
  {

Modified: head/devel/clixon/pkg-plist
==============================================================================
--- head/devel/clixon/pkg-plist	Mon Feb 25 13:24:51 2019	(r493858)
+++ head/devel/clixon/pkg-plist	Mon Feb 25 13:25:33 2019	(r493859)
@@ -3,28 +3,34 @@ bin/clixon_netconf
 %%ETCDIR%%/clixonrc
 lib/libclixon.so
 lib/libclixon.so.3
-lib/libclixon.so.3.8
+lib/libclixon.so.3.9
 lib/libclixon_backend.so
 lib/libclixon_backend.so.3
-lib/libclixon_backend.so.3.8
+lib/libclixon_backend.so.3.9
 lib/libclixon_cli.so
 lib/libclixon_cli.so.3
-lib/libclixon_cli.so.3.8
+lib/libclixon_cli.so.3.9
 lib/libclixon_netconf.so
 lib/libclixon_netconf.so.3
-lib/libclixon_netconf.so.3.8
+lib/libclixon_netconf.so.3.9
 lib/libclixon_restconf.so
 lib/libclixon_restconf.so.3
-lib/libclixon_restconf.so.3.8
+lib/libclixon_restconf.so.3.9
 lib/xmldb/text.so
 sbin/clixon_backend
 sbin/clixon_restconf
-%%DATADIR%%/clixon-config at 2018-10-21.yang
+%%DATADIR%%/clixon-config at 2019-02-06.yang
+%%DATADIR%%/clixon-lib at 2019-01-02.yang
+%%DATADIR%%/clixon-rfc5277 at 2008-07-01.yang
+%%DATADIR%%/iana-if-type at 2014-05-08.yang
 %%DATADIR%%/ietf-inet-types at 2013-07-15.yang
+%%DATADIR%%/ietf-interfaces at 2018-02-20.yang
+%%DATADIR%%/ietf-ip at 2014-06-16.yang
 %%DATADIR%%/ietf-netconf-acm at 2018-02-14.yang
-%%DATADIR%%/ietf-netconf-notification at 2008-07-01.yang
+%%DATADIR%%/ietf-netconf-monitoring at 2010-10-04.yang
 %%DATADIR%%/ietf-netconf at 2011-06-01.yang
 %%DATADIR%%/ietf-restconf-monitoring at 2017-01-26.yang
+%%DATADIR%%/ietf-routing at 2018-03-13.yang
 %%DATADIR%%/ietf-yang-library at 2016-06-21.yang
 %%DATADIR%%/ietf-yang-types at 2013-07-15.yang
 @dir lib/clixon/plugins/backend


More information about the svn-ports-head mailing list