svn commit: r356232 - in head/sysutils/ipmitool: . files

Jonathan Chu milki at FreeBSD.org
Mon Jun 2 14:27:28 UTC 2014


Author: milki
Date: Mon Jun  2 14:27:27 2014
New Revision: 356232
URL: http://svnweb.freebsd.org/changeset/ports/356232
QAT: https://qat.redports.org/buildarchive/r356232/

Log:
  Update sysutils/ipmitool to 1.8.14
  
  - Add LICENSE
  - Update maintainer email address
  
  PR:		ports/190438
  Submitted by:	Steve Polyack <spolyack at collaborativefusion.com>
  Approved by:	eadler (mentor)

Added:
  head/sysutils/ipmitool/files/patch-ipmi_intf.c   (contents, props changed)
Deleted:
  head/sysutils/ipmitool/files/patch-configure
Modified:
  head/sysutils/ipmitool/Makefile
  head/sysutils/ipmitool/distinfo

Modified: head/sysutils/ipmitool/Makefile
==============================================================================
--- head/sysutils/ipmitool/Makefile	Mon Jun  2 14:15:10 2014	(r356231)
+++ head/sysutils/ipmitool/Makefile	Mon Jun  2 14:27:27 2014	(r356232)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	ipmitool
-PORTVERSION=	1.8.12
-PORTREVISION=	6
+PORTVERSION=	1.8.14
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
-MAINTAINER=	spolyack at collaborativefusion.com
+MAINTAINER=	steve.polyack at intermedix.com
 COMMENT=	CLI to manage IPMI systems
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		tar:bzip2 gmake
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/ipmitool/distinfo
==============================================================================
--- head/sysutils/ipmitool/distinfo	Mon Jun  2 14:15:10 2014	(r356231)
+++ head/sysutils/ipmitool/distinfo	Mon Jun  2 14:27:27 2014	(r356232)
@@ -1,2 +1,2 @@
-SHA256 (ipmitool-1.8.12.tar.bz2) = 549b2da65c30905248aee07367a9cae3dd94bceaddd9c122d55075766c868733
-SIZE (ipmitool-1.8.12.tar.bz2) = 684159
+SHA256 (ipmitool-1.8.14.tar.bz2) = 3209c99b996fdea38c462cfd10387d6895fd5261227ab6f79b59f88e21938ce5
+SIZE (ipmitool-1.8.14.tar.bz2) = 738315

Added: head/sysutils/ipmitool/files/patch-ipmi_intf.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/ipmitool/files/patch-ipmi_intf.c	Mon Jun  2 14:27:27 2014	(r356232)
@@ -0,0 +1,9 @@
+--- src/plugins/ipmi_intf.c.orig       2014-05-30 19:18:08.346626784 -0400
++++ src/plugins/ipmi_intf.c    2014-05-30 19:18:43.537804678 -0400
+@@ -45,6 +45,7 @@
+ #include <ifaddrs.h>
+ #include <unistd.h>
+ #include <netdb.h>
++#define s6_addr16 __u6_addr.__u6_addr16
+ #endif
+


More information about the svn-ports-head mailing list