Date: Wed, 6 Dec 2023 10:47:34 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cca6d6152d68 - main - devel/clixon: Update to 6.5.0 Message-ID: <202312061047.3B6AlY57049209@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=cca6d6152d6864d75caa9ee26c96d9c7f4fd2c10 commit cca6d6152d6864d75caa9ee26c96d9c7f4fd2c10 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-12-05 18:16:47 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-12-06 10:47:23 +0000 devel/clixon: Update to 6.5.0 While here, remove old instructions from pkg-descr since clixon 4.3 is really old at this point. PR: 275557 Approved by: maintainer Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/clixon/Makefile | 2 +- devel/clixon/distinfo | 6 +++--- devel/clixon/files/patch-configure.ac | 23 ----------------------- devel/clixon/pkg-descr | 4 ---- devel/clixon/pkg-plist | 4 ++-- 5 files changed, 6 insertions(+), 33 deletions(-) diff --git a/devel/clixon/Makefile b/devel/clixon/Makefile index 73c90cfa2a25..d68cbd9cc642 100644 --- a/devel/clixon/Makefile +++ b/devel/clixon/Makefile @@ -1,5 +1,5 @@ PORTNAME= clixon -PORTVERSION= 6.4.0 +PORTVERSION= 6.5.0 CATEGORIES= devel MAINTAINER= dave@dogwood.com diff --git a/devel/clixon/distinfo b/devel/clixon/distinfo index 010e1408e140..11b7172f0e0d 100644 --- a/devel/clixon/distinfo +++ b/devel/clixon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696258556 -SHA256 (clicon-clixon-6.4.0_GH0.tar.gz) = 0165867d25db434474001d26c122702a44f60e7f2ac017bdbd5a3cfa4a5ae6f3 -SIZE (clicon-clixon-6.4.0_GH0.tar.gz) = 1763455 +TIMESTAMP = 1701796980 +SHA256 (clicon-clixon-6.5.0_GH0.tar.gz) = c85bf3112ddd9dcc00965780c21bf1589095c8b67f741ef7059c805feccf3bfc +SIZE (clicon-clixon-6.5.0_GH0.tar.gz) = 1657639 diff --git a/devel/clixon/files/patch-configure.ac b/devel/clixon/files/patch-configure.ac deleted file mode 100644 index 26bb2748f5ac..000000000000 --- a/devel/clixon/files/patch-configure.ac +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.ac.orig 2023-09-25 19:29:54 UTC -+++ configure.ac -@@ -178,6 +178,9 @@ LIBSTATIC_SUFFIX=".a" - # Postfix for static libs - LIBSTATIC_SUFFIX=".a" - -+CPPFLAGS="-I$(eval echo ${includedir}) ${CPPFLAGS}" -+LDFLAGS="-L$(eval echo ${libdir}) ${LDFLAGS}" -+ - # This is for cligen - AC_ARG_WITH([cligen], [AS_HELP_STRING([--with-cligen=dir], [Use CLIGEN installation in this dir])], [ - CLIGEN_DIR="$withval" -@@ -185,8 +188,8 @@ if test -n "${CLIGEN_DIR}" -a -d "${CLIGEN_DIR}"; then - AC_SUBST(CLIGEN_DIR) - if test -n "${CLIGEN_DIR}" -a -d "${CLIGEN_DIR}"; then - echo "Using CLIGEN here: ${CLIGEN_DIR}" -- CPPFLAGS="-I${CLIGEN_DIR}$(eval echo ${includedir}) ${CPPFLAGS}" -- LDFLAGS="-L${CLIGEN_DIR}$(eval echo ${libdir}) ${LDFLAGS}" -+ CPPFLAGS="-I${CLIGEN_DIR}/include ${CPPFLAGS}" -+ LDFLAGS="-L${CLIGEN_DIR}/lib ${LDFLAGS}" - fi - - # Disable/enable yang patch diff --git a/devel/clixon/pkg-descr b/devel/clixon/pkg-descr index 41b84b8caaeb..f3952ff1f66e 100644 --- a/devel/clixon/pkg-descr +++ b/devel/clixon/pkg-descr @@ -3,7 +3,3 @@ Clixon is a CLI/network interfaced configuration database tool Using Clixon you can create CLI, RESTCONF, and NETCONF interfaces to manage a configuration database. It also provides the mechanism to validate and configure system components. - -clixon 4.3 is a large upgrade from earlier versions, notably it is much stricter -about the validity of XML and api-paths. Please see the CHANGELOG that can be -found at https://github.com/clicon/clixon/blob/release-4.3/CHANGELOG.md diff --git a/devel/clixon/pkg-plist b/devel/clixon/pkg-plist index 973a3a520dcc..dc56bbbfb38f 100644 --- a/devel/clixon/pkg-plist +++ b/devel/clixon/pkg-plist @@ -78,8 +78,8 @@ lib/libclixon_cli.so.%%LIBVERSION%% sbin/clixon_backend %%NO_OFF%%sbin/clixon_restconf %%DATADIR%%/clixon-autocli@2023-09-01.yang -%%DATADIR%%/clixon-config@2023-05-01.yang -%%DATADIR%%/clixon-lib@2023-05-01.yang +%%DATADIR%%/clixon-config@2023-11-01.yang +%%DATADIR%%/clixon-lib@2023-11-01.yang %%DATADIR%%/clixon-restconf@2022-08-01.yang %%DATADIR%%/clixon-rfc5277@2008-07-01.yang %%DATADIR%%/clixon-xml-changelog@2019-03-21.yang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312061047.3B6AlY57049209>