From owner-svn-ports-all@FreeBSD.ORG Sun May 17 10:06:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8663FE0; Sun, 17 May 2015 10:06:26 +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 D5DE21C91; Sun, 17 May 2015 10:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HA6Qj4085441; Sun, 17 May 2015 10:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HA6QnW085439; Sun, 17 May 2015 10:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171006.t4HA6QnW085439@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 10:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386592 - head/sysutils/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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 17 May 2015 10:06:27 -0000 Author: amdmi3 Date: Sun May 17 10:06:25 2015 New Revision: 386592 URL: https://svnweb.freebsd.org/changeset/ports/386592 Log: - Add CPE info - Fix WWW: Approved by: portmgr blanket Modified: head/sysutils/ipmitool/Makefile head/sysutils/ipmitool/pkg-descr Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 17 10:06:10 2015 (r386591) +++ head/sysutils/ipmitool/Makefile Sun May 17 10:06:25 2015 (r386592) @@ -13,7 +13,8 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 gmake readline +USES= cpe tar:bzip2 gmake readline +CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \ Modified: head/sysutils/ipmitool/pkg-descr ============================================================================== --- head/sysutils/ipmitool/pkg-descr Sun May 17 10:06:10 2015 (r386591) +++ head/sysutils/ipmitool/pkg-descr Sun May 17 10:06:25 2015 (r386592) @@ -10,4 +10,4 @@ FreeBSD has OpenIPMI-compatible ipmi(4) operations in the base system starting from 6.2 release. On older systems sysutils/ipmi-kmod port is available. -WWW: http://ipmitool.sourceforge.net/ +WWW: http://sourceforge.net/projects/ipmitool/