From owner-svn-ports-all@freebsd.org Tue Apr 7 11:50:11 2020 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 475A92B42E0; Tue, 7 Apr 2020 11:50:11 +0000 (UTC) (envelope-from garga@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 48xQh31G4Wz4Vsv; Tue, 7 Apr 2020 11:50:11 +0000 (UTC) (envelope-from garga@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 264CD923A; Tue, 7 Apr 2020 11:50:11 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 037BoAK9066374; Tue, 7 Apr 2020 11:50:10 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 037BoAXA066372; Tue, 7 Apr 2020 11:50:10 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202004071150.037BoAXA066372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 7 Apr 2020 11:50:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530967 - head/devel/cligen X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/devel/cligen X-SVN-Commit-Revision: 530967 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, 07 Apr 2020 11:50:11 -0000 Author: garga Date: Tue Apr 7 11:50:10 2020 New Revision: 530967 URL: https://svnweb.freebsd.org/changeset/ports/530967 Log: devel/cligen: Update to 4.4.0 PR: 245408 Submitted by: Dave Cornejo (maintainer) Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/devel/cligen/Makefile head/devel/cligen/distinfo head/devel/cligen/pkg-plist Modified: head/devel/cligen/Makefile ============================================================================== --- head/devel/cligen/Makefile Tue Apr 7 11:15:12 2020 (r530966) +++ head/devel/cligen/Makefile Tue Apr 7 11:50:10 2020 (r530967) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cligen -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.0 CATEGORIES= devel MAINTAINER= dcornejo@netgate.com Modified: head/devel/cligen/distinfo ============================================================================== --- head/devel/cligen/distinfo Tue Apr 7 11:15:12 2020 (r530966) +++ head/devel/cligen/distinfo Tue Apr 7 11:50:10 2020 (r530967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584702563 -SHA256 (olofhagsand-cligen-4.3.0_GH0.tar.gz) = 9902b6689e7581d08f083d550fc996deb3daabbc6c87a036ef275a41c3a47bf0 -SIZE (olofhagsand-cligen-4.3.0_GH0.tar.gz) = 734118 +TIMESTAMP = 1586209752 +SHA256 (olofhagsand-cligen-4.4.0_GH0.tar.gz) = 04a7d6a57633b1482a53d8ef468352de42ea7968a33949110124be9d596d535f +SIZE (olofhagsand-cligen-4.4.0_GH0.tar.gz) = 736589 Modified: head/devel/cligen/pkg-plist ============================================================================== --- head/devel/cligen/pkg-plist Tue Apr 7 11:15:12 2020 (r530966) +++ head/devel/cligen/pkg-plist Tue Apr 7 11:50:10 2020 (r530967) @@ -14,4 +14,4 @@ include/cligen/cligen_syntax.h include/cligen/cligen_util.h lib/libcligen.so lib/libcligen.so.4 -lib/libcligen.so.4.3 +lib/libcligen.so.4.4