Bug 176637 - [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.6.2
Summary: [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.6.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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-04 13:40 UTC by Eijiro Shibusawa
Modified: 2013-03-04 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (949 bytes, patch)
2013-03-04 13: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-03-04 13:40:00 UTC
Attached patch updates devel/hwloc to 1.6.2.

NOTE:
- This port was tested with portlint 2.14.1 and tinderbox.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-03-04 16:53:19 UTC
Author: pawel
Date: Mon Mar  4 16:53:12 2013
New Revision: 313415
URL: http://svnweb.freebsd.org/changeset/ports/313415

Log:
  - Update to version 1.6.2 [1]
  - Package links to devel/libpciaccess if available
  
  PR:		ports/176637 [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	Mon Mar  4 16:34:08 2013	(r313414)
+++ head/devel/hwloc/Makefile	Mon Mar  4 16:53:12 2013	(r313415)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hwloc
-PORTVERSION=	1.6
+PORTVERSION=	1.6.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.6/downloads/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.6/downloads/
@@ -12,6 +12,8 @@ COMMENT=	The Portable Hardware Locality 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	pciaccess:${PORTSDIR}/devel/libpciaccess
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-static \
 			--enable-libxml2

Modified: head/devel/hwloc/distinfo
==============================================================================
--- head/devel/hwloc/distinfo	Mon Mar  4 16:34:08 2013	(r313414)
+++ head/devel/hwloc/distinfo	Mon Mar  4 16:53:12 2013	(r313415)
@@ -1,2 +1,2 @@
-SHA256 (hwloc-1.6.tar.bz2) = bc08c84cb37d6aa3f889ba142ec3e57d24ce9a18a4d2e25471e1e2e8f30aa678
-SIZE (hwloc-1.6.tar.bz2) = 3067679
+SHA256 (hwloc-1.6.2.tar.bz2) = fd4d47738afc9c5f60d2c35f0963f82feb78bb57f2bc239e84e93ad376169df1
+SIZE (hwloc-1.6.2.tar.bz2) = 3066020
_______________________________________________
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"
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-03-04 16:53:36 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!