From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 15:30:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 618E2648; Tue, 29 Jul 2014 15:30:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 328D32D12; Tue, 29 Jul 2014 15:30:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TFU0TN042929; Tue, 29 Jul 2014 15:30:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TFTxFp042902; Tue, 29 Jul 2014 15:29:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407291529.s6TFTxFp042902@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Jul 2014 15:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363340 - in head/sysutils: freeipmi ipmitool X-SVN-Group: ports-head 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.18 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: Tue, 29 Jul 2014 15:30:00 -0000 Author: sunpoet Date: Tue Jul 29 15:29:59 2014 New Revision: 363340 URL: http://svnweb.freebsd.org/changeset/ports/363340 QAT: https://qat.redports.org/buildarchive/r363340/ Log: - Update to 1.4.5 - Bump PORTREVISION for sysutils/freeipmi shlib change Changes: http://savannah.gnu.org/forum/forum.php?forum_id=8039 Modified: head/sysutils/freeipmi/Makefile head/sysutils/freeipmi/distinfo head/sysutils/freeipmi/pkg-plist head/sysutils/ipmitool/Makefile Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Tue Jul 29 15:22:16 2014 (r363339) +++ head/sysutils/freeipmi/Makefile Tue Jul 29 15:29:59 2014 (r363340) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeipmi -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= sysutils MASTER_SITES= GNU/${PORTNAME}/ \ http://ftp.gluster.com/pub/${PORTNAME}/${PORTVERSION}/ Modified: head/sysutils/freeipmi/distinfo ============================================================================== --- head/sysutils/freeipmi/distinfo Tue Jul 29 15:22:16 2014 (r363339) +++ head/sysutils/freeipmi/distinfo Tue Jul 29 15:29:59 2014 (r363340) @@ -1,2 +1,2 @@ -SHA256 (freeipmi-1.4.4.tar.gz) = 7e7011f54a988453f6a679a24ed7b90c70ba5f5b685e3842ccbd4fd806554962 -SIZE (freeipmi-1.4.4.tar.gz) = 3089763 +SHA256 (freeipmi-1.4.5.tar.gz) = 7fdae4c1b1cb1f259735948902e414cb8f05526691ea19882771cf31f3547f0c +SIZE (freeipmi-1.4.5.tar.gz) = 3090509 Modified: head/sysutils/freeipmi/pkg-plist ============================================================================== --- head/sysutils/freeipmi/pkg-plist Tue Jul 29 15:22:16 2014 (r363339) +++ head/sysutils/freeipmi/pkg-plist Tue Jul 29 15:29:59 2014 (r363340) @@ -174,11 +174,11 @@ include/ipmidetect.h lib/libfreeipmi.a lib/libfreeipmi.so lib/libfreeipmi.so.16 -lib/libfreeipmi.so.16.0.1 +lib/libfreeipmi.so.16.0.2 lib/libipmiconsole.a lib/libipmiconsole.so lib/libipmiconsole.so.2 -lib/libipmiconsole.so.2.3.2 +lib/libipmiconsole.so.2.3.3 lib/libipmidetect.a lib/libipmidetect.so lib/libipmidetect.so.0 Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Tue Jul 29 15:22:16 2014 (r363339) +++ head/sysutils/ipmitool/Makefile Tue Jul 29 15:29:59 2014 (r363340) @@ -3,6 +3,7 @@ PORTNAME= ipmitool PORTVERSION= 1.8.14 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF