Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 15:30:13 GMT
From:      Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130195: [patch] - update sysutils/x86info
Message-ID:  <200901051530.n05FUDS4047460@www.freebsd.org>
Resent-Message-ID: <200901051540.n05Fe1Bx009584@freefall.freebsd.org>

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

>Number:         130195
>Category:       ports
>Synopsis:       [patch] - update sysutils/x86info
>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:   Mon Jan 05 15:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cristiano Rolim Pereira
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD bsd71.local 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Added a new location to MASTER_SITES:

http://www.codemonkey.org.uk/projects/x86info/old/

When a new version is released, the old source files are moved to this location and the port will stop working.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.ori	2009-01-05 13:22:14.000000000 -0200
+++ Makefile	2009-01-05 13:23:42.000000000 -0200
@@ -7,9 +7,10 @@
 
 PORTNAME=	x86info
 PORTVERSION=	1.23
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.codemonkey.org.uk/projects/x86info/
+MASTER_SITES=	http://www.codemonkey.org.uk/projects/x86info/ \
+		http://www.codemonkey.org.uk/projects/x86info/old/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	stas@FreeBSD.org


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



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