Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 21:28:58 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rouslan@rshell.net
Subject:   ports/167257: [PATCH] sysutils/facter: update to 1.6.8
Message-ID:  <201204240128.q3O1SwVB051380@meatwad.mouf.net>
Resent-Message-ID: <201204240130.q3O1U9fi054622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167257
>Category:       ports
>Synopsis:       [PATCH] sysutils/facter: update to 1.6.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 01:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r233932: Thu Apr  5 22:13:25
>Description:
- Update to 1.6.8
- Make dependency on dmidecode conditional on ARCH that supports it

The patch for dmidecode solves PR ports/166824

Port maintainer (rouslan@rshell.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- facter-1.6.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/facter/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	19 Feb 2012 14:23:16 -0000	1.14
+++ Makefile	24 Apr 2012 01:28:16 -0000
@@ -6,15 +6,13 @@
 #
 
 PORTNAME=	facter
-PORTVERSION=	1.6.5
+PORTVERSION=	1.6.8
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	http://downloads.puppetlabs.com/facter/
 
 MAINTAINER=	rouslan@rshell.net
 COMMENT=	A cross-platform Ruby library for retrieving facts from OS
 
-RUN_DEPENDS=	dmidecode:${PORTSDIR}/sysutils/dmidecode
-
 NO_BUILD=	yes
 
 USE_RUBY=	yes
@@ -25,4 +23,9 @@
 	cd ${WRKSRC} && \
 	${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb
 
+# Restrict dmidecode dependency to i386 and amd64 systems
+.if ${ARCH} == "amd64" || ${ARCH} == "i386"
+RUN_DEPENDS=	dmidecode:${PORTSDIR}/sysutils/dmidecode
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/facter/distinfo,v
retrieving revision 1.12
diff -u -u -r1.12 distinfo
--- distinfo	19 Feb 2012 14:23:16 -0000	1.12
+++ distinfo	24 Apr 2012 01:28:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (facter-1.6.5.tar.gz) = 831e6f6f12c2c55c0dc65c004e6a7b8a18c127aa6c0946c5db366517adefd2ac
-SIZE (facter-1.6.5.tar.gz) = 117372
+SHA256 (facter-1.6.8.tar.gz) = 79e178e191ffc32f6e5b0812c07256802afc3506e2aa8c8538773646c3a46335
+SIZE (facter-1.6.8.tar.gz) = 119323
--- facter-1.6.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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