From owner-svn-ports-all@freebsd.org Tue Sep 3 15:10:21 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0C020D4892; Tue, 3 Sep 2019 15:10:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46N9P86QzQz4YGR; Tue, 3 Sep 2019 15:10:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF9F4A3F; Tue, 3 Sep 2019 15:10:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x83FAKnO091375; Tue, 3 Sep 2019 15:10:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x83FAJv2091371; Tue, 3 Sep 2019 15:10:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201909031510.x83FAJv2091371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 3 Sep 2019 15:10:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510952 - in head/devel/clixon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/clixon: . files X-SVN-Commit-Revision: 510952 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 15:10:21 -0000 Author: swills Date: Tue Sep 3 15:10:19 2019 New Revision: 510952 URL: https://svnweb.freebsd.org/changeset/ports/510952 Log: devel/clixon: Update to 4.0.0 PR: 239355 Submitted by: Dave Cornejo (maintainer) Added: head/devel/clixon/files/patch-configure.ac (contents, props changed) head/devel/clixon/files/pkg-message.in (contents, props changed) Deleted: head/devel/clixon/files/patch-apps_netconf_netconf__main.c head/devel/clixon/files/patch-lib_clixon_clixon__plugin.h Modified: head/devel/clixon/Makefile (contents, props changed) head/devel/clixon/distinfo (contents, props changed) head/devel/clixon/pkg-plist (contents, props changed) Modified: head/devel/clixon/Makefile ============================================================================== --- head/devel/clixon/Makefile Tue Sep 3 14:42:17 2019 (r510951) +++ head/devel/clixon/Makefile Tue Sep 3 15:10:19 2019 (r510952) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= clixon -PORTVERSION= 3.9.0 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= devel MAINTAINER= dcornejo@netgate.com @@ -21,12 +20,16 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= clicon -MAKE_ARGS= wwwdir=${PREFIX}/sbin wwwuser=${WWWOWN} +MAKE_ARGS= wwwdir=${PREFIX}/sbin \ + wwwuser=${WWWOWN} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-cligen=${LOCALBASE} --sysconfdir=${ETCDIR} +CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \ + --with-cligen=${LOCALBASE} CONFIGURE_ENV= YACC="bison -y" -MAKE_JOBS_UNSAFE=yes +SUB_FILES= pkg-message + +MAKE_JOBS_UNSAFE= yes .include Modified: head/devel/clixon/distinfo ============================================================================== --- head/devel/clixon/distinfo Tue Sep 3 14:42:17 2019 (r510951) +++ head/devel/clixon/distinfo Tue Sep 3 15:10:19 2019 (r510952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550886761 -SHA256 (clicon-clixon-3.9.0_GH0.tar.gz) = 3be8eb904a505cc740568e06f75123c6e9b4e0e8173faccdd4a091b1dccfca60 -SIZE (clicon-clixon-3.9.0_GH0.tar.gz) = 781568 +TIMESTAMP = 1563660130 +SHA256 (clicon-clixon-4.0.0_GH0.tar.gz) = b4f8ffd0e781b2e0097a2ed7bcba65e8fe8e50ae08a35f6867459a3a84a35f39 +SIZE (clicon-clixon-4.0.0_GH0.tar.gz) = 952149 Added: head/devel/clixon/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/clixon/files/patch-configure.ac Tue Sep 3 15:10:19 2019 (r510952) @@ -0,0 +1,12 @@ +--- configure.ac.orig 2019-07-13 14:33:23 UTC ++++ configure.ac +@@ -123,9 +123,6 @@ AC_PROG_LEX + if test "$LEX" = ":"; then + AC_MSG_ERROR(CLIXON does not find lex or flex.) + fi +-if test "$YACC" != "bison -y"; then +- AC_MSG_ERROR(CLIXON does not find bison. There are several problems with yacc and byacc. Please install bison.) +-fi + + if test "$prefix" = "NONE"; then + prefix=${ac_default_prefix} Added: head/devel/clixon/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/clixon/files/pkg-message.in Tue Sep 3 15:10:19 2019 (r510952) @@ -0,0 +1,7 @@ + +Version 4.0.0 is much stricter and more standards compliant + +It is very likely that you will need to change your code. + +See https://github.com/clicon/clixon/blob/master/CHANGELOG.md +for details on the changes, especially the API changes. Modified: head/devel/clixon/pkg-plist ============================================================================== --- head/devel/clixon/pkg-plist Tue Sep 3 14:42:17 2019 (r510951) +++ head/devel/clixon/pkg-plist Tue Sep 3 15:10:19 2019 (r510952) @@ -2,26 +2,26 @@ bin/clixon_cli bin/clixon_netconf %%ETCDIR%%/clixonrc lib/libclixon.so -lib/libclixon.so.3 -lib/libclixon.so.3.9 +lib/libclixon.so.4 +lib/libclixon.so.4.0 lib/libclixon_backend.so -lib/libclixon_backend.so.3 -lib/libclixon_backend.so.3.9 +lib/libclixon_backend.so.4 +lib/libclixon_backend.so.4.0 lib/libclixon_cli.so -lib/libclixon_cli.so.3 -lib/libclixon_cli.so.3.9 +lib/libclixon_cli.so.4 +lib/libclixon_cli.so.4.0 lib/libclixon_netconf.so -lib/libclixon_netconf.so.3 -lib/libclixon_netconf.so.3.9 +lib/libclixon_netconf.so.4 +lib/libclixon_netconf.so.4.0 lib/libclixon_restconf.so -lib/libclixon_restconf.so.3 -lib/libclixon_restconf.so.3.9 -lib/xmldb/text.so +lib/libclixon_restconf.so.4 +lib/libclixon_restconf.so.4.0 sbin/clixon_backend sbin/clixon_restconf -%%DATADIR%%/clixon-config@2019-02-06.yang -%%DATADIR%%/clixon-lib@2019-01-02.yang +%%DATADIR%%/clixon-config@2019-06-05.yang +%%DATADIR%%/clixon-lib@2019-06-05.yang %%DATADIR%%/clixon-rfc5277@2008-07-01.yang +%%DATADIR%%/clixon-xml-changelog@2019-03-21.yang %%DATADIR%%/iana-if-type@2014-05-08.yang %%DATADIR%%/ietf-inet-types@2013-07-15.yang %%DATADIR%%/ietf-interfaces@2018-02-20.yang