ports/161679: [PATCH] Mk/bsd.cran.mk: Fix path to make fetchable

TAKATSU Tomonari tota at FreeBSD.org
Sat Oct 15 12:10:06 UTC 2011


>Number:         161679
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.cran.mk: Fix path to make fetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 15 12:10:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
- Fix path to make fetchable

>How-To-Repeat:
# pwd
/usr/ports/textproc/R-cran-xtable
# make distclean
===>  Cleaning for R-cran-xtable-1.6.0
===>  Deleting distfiles for R-cran-xtable-1.6.0
# make fetch
===>  License check disabled, port has not defined LICENSE
=> xtable_1.6-0.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://ftp.ctex.org/mirrors/CRAN/xtable_1.6-0.tar.gz
fetch: http://ftp.ctex.org/mirrors/CRAN/xtable_1.6-0.tar.gz: Not Found
=> Attempting to fetch http://cran.rakanu.com/src/contrib/xtable_1.6-0.tar.gz
xtable_1.6-0.tar.gz                           100% of  227 kB   96 kBps

>Fix:
Index: bsd.cran.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.cran.mk,v
retrieving revision 1.8
diff -u -r1.8 bsd.cran.mk
--- bsd.cran.mk	29 Sep 2011 06:58:39 -0000	1.8
+++ bsd.cran.mk	15 Oct 2011 11:45:38 -0000
@@ -7,7 +7,7 @@
 CRAN_Include_MAINTAINER=	wen at FreeBSD.org
 
 .if defined(USE_R_MOD)
-MASTER_CRAN_SITES+=	http://ftp.ctex.org/mirrors/CRAN/ \
+MASTER_CRAN_SITES+=	http://ftp.ctex.org/mirrors/CRAN/src/contrib/ \
 			http://cran.rakanu.com/src/contrib/ \
 			http://cran.ms.unimelb.edu.au/src/contrib/ \
 			http://mirror.its.dal.ca/cran/src/contrib/ \

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



More information about the freebsd-ports-bugs mailing list