Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 23:26:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479911 - head/devel/hwloc
Message-ID:  <201809162326.w8GNQ2sZ045181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 16 23:26:02 2018
New Revision: 479911
URL: https://svnweb.freebsd.org/changeset/ports/479911

Log:
  Update to 1.11.11
  
  - Move ONLY_FOR_ARCHS upward
  - While I'm here, add USES=gnome
  
  Changes:	https://github.com/open-mpi/hwloc/blob/v1.11/NEWS
  PR:		231389
  Submitted by:	<phd_kimberlite@yahoo.co.jp> (maintainer)

Modified:
  head/devel/hwloc/Makefile
  head/devel/hwloc/distinfo
  head/devel/hwloc/pkg-plist

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Sun Sep 16 23:25:56 2018	(r479910)
+++ head/devel/hwloc/Makefile	Sun Sep 16 23:26:02 2018	(r479911)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hwloc
-PORTVERSION=	1.11.7
-PORTREVISION=	2
+PORTVERSION=	1.11.11
 CATEGORIES=	devel
 MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
@@ -13,8 +12,14 @@ COMMENT=	Portable Hardware Locality software package
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+ONLY_FOR_ARCHS=		amd64 aarch64 armv6 armv7 i386
+ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
+
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess
 
+USES=		iconv libtool gnome pathfix pkgconfig tar:bzip2
+USE_GNOME=	libxml2
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static \
 		--disable-opencl \
@@ -22,14 +27,9 @@ CONFIGURE_ARGS=	--enable-static \
 		--disable-nvml \
 		--disable-gl
 INSTALL_TARGET=	install-strip
-USES=		iconv libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-USE_GNOME=	libxml2
 
 PORTDOCS=	*
-
-ONLY_FOR_ARCHS=		amd64 aarch64 armv6 armv7 i386
-ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
 
 OPTIONS_DEFINE=	CAIRO DOCS
 OPTIONS_SUB=	yes

Modified: head/devel/hwloc/distinfo
==============================================================================
--- head/devel/hwloc/distinfo	Sun Sep 16 23:25:56 2018	(r479910)
+++ head/devel/hwloc/distinfo	Sun Sep 16 23:26:02 2018	(r479911)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493303875
-SHA256 (hwloc-1.11.7.tar.bz2) = ab6910e248eed8c85d08b529917a6aae706b32b346e886ba830895e36a809729
-SIZE (hwloc-1.11.7.tar.bz2) = 4187754
+TIMESTAMP = 1537058264
+SHA256 (hwloc-1.11.11.tar.bz2) = 16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd
+SIZE (hwloc-1.11.11.tar.bz2) = 4114437

Modified: head/devel/hwloc/pkg-plist
==============================================================================
--- head/devel/hwloc/pkg-plist	Sun Sep 16 23:25:56 2018	(r479910)
+++ head/devel/hwloc/pkg-plist	Sun Sep 16 23:26:02 2018	(r479911)
@@ -33,7 +33,7 @@ include/hwloc/rename.h
 lib/libhwloc.a
 lib/libhwloc.so
 lib/libhwloc.so.5
-lib/libhwloc.so.5.7.4
+lib/libhwloc.so.5.7.8
 libdata/pkgconfig/hwloc.pc
 man/man1/hwloc-annotate.1.gz
 man/man1/hwloc-assembler-remote.1.gz
@@ -400,6 +400,7 @@ man/man3/hwlocality_helper_find_inside.3.gz
 man/man3/hwlocality_helper_find_misc.3.gz
 man/man3/hwlocality_helper_nodeset_convert.3.gz
 man/man3/hwlocality_helper_topology_sets.3.gz
+man/man3/hwlocality_info_attr.3.gz
 man/man3/hwlocality_intel_mic.3.gz
 man/man3/hwlocality_levels.3.gz
 man/man3/hwlocality_linux.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809162326.w8GNQ2sZ045181>