From owner-svn-ports-head@freebsd.org Fri May 22 19:41:16 2020 Return-Path: Delivered-To: svn-ports-head@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 974D92DA92A; Fri, 22 May 2020 19:41:16 +0000 (UTC) (envelope-from sunpoet@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49TH0r3Xv3z3WPv; Fri, 22 May 2020 19:41:16 +0000 (UTC) (envelope-from sunpoet@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 74F4723C93; Fri, 22 May 2020 19:41:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04MJfGef018014; Fri, 22 May 2020 19:41:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04MJfFSV018012; Fri, 22 May 2020 19:41:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005221941.04MJfFSV018012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 May 2020 19:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536221 - head/sysutils/freeipmi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/freeipmi X-SVN-Commit-Revision: 536221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 19:41:16 -0000 Author: sunpoet Date: Fri May 22 19:41:15 2020 New Revision: 536221 URL: https://svnweb.freebsd.org/changeset/ports/536221 Log: Update to 1.6.5 Changes: https://savannah.gnu.org/forum/forum.php?forum_id=9747 Modified: head/sysutils/freeipmi/Makefile head/sysutils/freeipmi/distinfo head/sysutils/freeipmi/pkg-plist Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Fri May 22 19:22:24 2020 (r536220) +++ head/sysutils/freeipmi/Makefile Fri May 22 19:41:15 2020 (r536221) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeipmi -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= sysutils MASTER_SITES= GNU @@ -17,11 +17,8 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64 LIB_DEPENDS= libargp.so:devel/argp-standalone \ libgcrypt.so:security/libgcrypt -OPTIONS_DEFINE= DEBUG DOCS IOPERM IPV6 -IOPERM_DESC= Use i386_set_ioperm +USES= gmake libtool localbase makeinfo shebangfix -USES= gmake libtool localbase shebangfix - CFLAGS+= -D_WANT_SEMUN CONFIGURE_ARGS= --disable-init-scripts \ --sysconfdir=${ETCDIR} \ @@ -42,6 +39,9 @@ SHEBANG_FILES= contrib/ganglia/ganglia_ipmi_sensors.pl contrib/nagios/nagios_ipmi_sensors.pl \ contrib/pet/check_rmcpping \ contrib/pet/petalert.pl + +OPTIONS_DEFINE= DEBUG DOCS IOPERM IPV6 +IOPERM_DESC= Use i386_set_ioperm DEBUG_CONFIGURE_ON= --enable-debug --enable-trace DEBUG_INSTALL_TARGET= install Modified: head/sysutils/freeipmi/distinfo ============================================================================== --- head/sysutils/freeipmi/distinfo Fri May 22 19:22:24 2020 (r536220) +++ head/sysutils/freeipmi/distinfo Fri May 22 19:41:15 2020 (r536221) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566486919 -SHA256 (freeipmi-1.6.4.tar.gz) = 65dfbb95a30438ba247f01a58498862a37d2e71c8c950bcfcee459d079241a3c -SIZE (freeipmi-1.6.4.tar.gz) = 3415832 +TIMESTAMP = 1590171956 +SHA256 (freeipmi-1.6.5.tar.gz) = 61f2d6bc6c68f71701e7f3c725f43121705e54cfdc0c7800565d9443900e8ed9 +SIZE (freeipmi-1.6.5.tar.gz) = 3418664 Modified: head/sysutils/freeipmi/pkg-plist ============================================================================== --- head/sysutils/freeipmi/pkg-plist Fri May 22 19:22:24 2020 (r536220) +++ head/sysutils/freeipmi/pkg-plist Fri May 22 19:41:15 2020 (r536221) @@ -254,11 +254,11 @@ include/ipmidetect.h lib/libfreeipmi.a lib/libfreeipmi.so lib/libfreeipmi.so.17 -lib/libfreeipmi.so.17.2.3 +lib/libfreeipmi.so.17.2.4 lib/libipmiconsole.a lib/libipmiconsole.so lib/libipmiconsole.so.2 -lib/libipmiconsole.so.2.3.5 +lib/libipmiconsole.so.2.3.6 lib/libipmidetect.a lib/libipmidetect.so lib/libipmidetect.so.0