Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2011 10:56:54 GMT
From:      Lin Ran <linnet9999@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157344: [PATCH] lang/v8: source package download failed
Message-ID:  <201105261056.p4QAusQv037867@red.freebsd.org>
Resent-Message-ID: <201105261100.p4QB0HFh007420@freefall.freebsd.org>

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

>Number:         157344
>Category:       ports
>Synopsis:       [PATCH] lang/v8: source package download failed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 26 11:00:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Lin Ran
>Release:        FreeBSD 8.2-RELEASE
>Organization:
None
>Environment:
FreeBSD linnet-server 8.2-RELEASE FreeBSD 8.2-RELEASE #6: Wed Mar 30 13:20:54 CST 2011     linnet@linnet-server:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
Source package download link is failed.

Github is using a simpler download URL.
>How-To-Repeat:
When you make-install this port.
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-05-24 08:50:58.000000000 +0800
+++ Makefile	2011-05-26 18:34:04.000000000 +0800
@@ -8,7 +8,7 @@
 PORTNAME=	v8
 PORTVERSION=	3.3.8
 CATEGORIES=	lang
-MASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
+MASTER_SITES=	http://download.github.com/
 DISTNAME=	${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
 
 MAINTAINER=	vanilla@FreeBSD.org


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



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