Bug 181867 - [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.7.2
Summary: [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 12:40 UTC by Eijiro Shibusawa
Modified: 2013-09-06 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (969 bytes, patch)
2013-09-06 12:40 UTC, Eijiro Shibusawa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eijiro Shibusawa 2013-09-06 12:40:01 UTC
Attached patch updates devel/hwloc to 1.7.2.

NOTE:
- This port was tested with portlint 2.14.4 and tinderbox.
tinderbox logs are available at redports.org.
http://redports.org/buildarchive/20130906111100-39066/
- This release includes bug fixes on some environments.
Please refer the release announcement.
http://www.open-mpi.org/community/lists/hwloc-announce/2013/09/0061.php
- This update may require the version bump of dependent port (e.g., net/openmpi).

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 13:11:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-06 17:28:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-06 17:28:27 UTC
Author: wg
Date: Fri Sep  6 16:28:19 2013
New Revision: 326525
URL: http://svnweb.freebsd.org/changeset/ports/326525

Log:
  devel/hwloc: update to 1.7.2
  
  - Update to 1.7.2 [1]
  - Add DOCS to options
  - Convert lib depends to new syntax
  - Remove leading indefinite article from COMMENT
  - Unmute doc install command
  - Remove unneeded LICENSE_FILE
  
  Changes:
  http://www.open-mpi.org/community/lists/hwloc-announce/2013/09/0061.php
  
  PR:		ports/181867 [1]
  Submitted by:	Eijiro Shibusawa <phd_kimberlite yahoo.co.jp> (maintainer)

Modified:
  head/devel/hwloc/Makefile
  head/devel/hwloc/distinfo

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Fri Sep  6 16:25:17 2013	(r326524)
+++ head/devel/hwloc/Makefile	Fri Sep  6 16:28:19 2013	(r326525)
@@ -1,18 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	hwloc
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.2
 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/
 
 MAINTAINER=	phd_kimberlite@yahoo.co.jp
-COMMENT=	The Portable Hardware Locality software package
+COMMENT=	Portable Hardware Locality software package
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	pciaccess:${PORTSDIR}/devel/libpciaccess
+LIB_DEPENDS=	libpciaccess.so:${PORTSDIR}/devel/libpciaccess
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-static \
@@ -28,7 +27,7 @@ PORTDOCS=	*
 ONLY_FOR_ARCHS=		i386 amd64
 ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
 
-OPTIONS_DEFINE=	CAIRO
+OPTIONS_DEFINE=	DOCS CAIRO
 
 .include "${.CURDIR}/Makefile.man"
 .include <bsd.port.options.mk>
@@ -53,7 +52,7 @@ post-patch:
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}/html
-	@${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
+	${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/hwloc/distinfo
==============================================================================
--- head/devel/hwloc/distinfo	Fri Sep  6 16:25:17 2013	(r326524)
+++ head/devel/hwloc/distinfo	Fri Sep  6 16:28:19 2013	(r326525)
@@ -1,2 +1,2 @@
-SHA256 (hwloc-1.7.1.tar.bz2) = 96a3c34f7237205448a99d1a16daac6c052f81abc2e2ddfbacc154a31a8c0d01
-SIZE (hwloc-1.7.1.tar.bz2) = 3214808
+SHA256 (hwloc-1.7.2.tar.bz2) = a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848
+SIZE (hwloc-1.7.2.tar.bz2) = 3165052
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"