pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/h8300-hms-gcc Set {MASTER_}SITES properly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbc78edbc3ac
branches:  trunk
changeset: 643456:bbc78edbc3ac
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 19 08:49:37 2014 +0000

description:
Set {MASTER_}SITES properly.

diffstat:

 cross/h8300-hms-gcc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r fb798e1eaceb -r bbc78edbc3ac cross/h8300-hms-gcc/Makefile
--- a/cross/h8300-hms-gcc/Makefile      Fri Dec 19 08:44:50 2014 +0000
+++ b/cross/h8300-hms-gcc/Makefile      Fri Dec 19 08:49:37 2014 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:17 rodent Exp $
+# $NetBSD: Makefile,v 1.29 2014/12/19 08:49:37 obache Exp $
 
 DISTNAME=              gcc-core-3.1
 PKGNAME=               cross-h8300-hms-gcc-3.1
 PKGREVISION=           6
 CATEGORIES=            cross
-MASTER_SITES=          ftp://ftp.gnu.org/gnu/gcc/gcc-3.1/ \
-                       ftp://sources.redhat.com/pub/newlib/
+MASTER_SITES=          ${MASTER_SITE_GNU:=gcc/gcc-3.1/}
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} \
                        ${DISTNAME:S/-core-/-g++-/}${EXTRACT_SUFX} \
                        newlib-1.10.0.tar.gz
 
+SITES.newlib-1.10.0.tar.gz=    ftp://sources.redhat.com/pub/newlib/
 PATCH_SITES=           ${MASTER_SITE_SOURCEFORGE:=h8300-hms/}
 PATCHFILES=            h8300-hms-gcc-3.1-1.patch
 PATCH_DIST_ARGS=       -d ${SRCDIR} -E -p1



Home | Main Index | Thread Index | Old Index