svn commit: r386592 - head/sysutils/ipmitool

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 10:06:27 UTC 2015


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/


More information about the svn-ports-all mailing list