diff options
author | sf <sf@FreeBSD.org> | 2004-05-14 22:59:11 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-05-14 22:59:11 +0800 |
commit | e9751a43b99370dd6d94fac16f4b7e21de107711 (patch) | |
tree | d9653f90f2f48963fe24eabe7dd46b979c8fdd59 | |
parent | b5a3fbe9a9f8abcb8a1bab799fc0ac1ba610f3f2 (diff) | |
download | freebsd-ports-gnome-e9751a43b99370dd6d94fac16f4b7e21de107711.tar.gz freebsd-ports-gnome-e9751a43b99370dd6d94fac16f4b7e21de107711.tar.zst freebsd-ports-gnome-e9751a43b99370dd6d94fac16f4b7e21de107711.zip |
add ring servers as mirror.
-rw-r--r-- | www/linux-opera-devel/Makefile | 3 | ||||
-rw-r--r-- | www/linux-opera/Makefile | 3 | ||||
-rw-r--r-- | www/opera/Makefile | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/www/linux-opera-devel/Makefile b/www/linux-opera-devel/Makefile index a9b7125f2f8d..06674845756e 100644 --- a/www/linux-opera-devel/Makefile +++ b/www/linux-opera-devel/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/static/ \ http://mirrors.pmmf.hu/mirror/opera/linux/750/final/en/i386/static/ \ ftp://ftp.task.gda.pl/pub/opera/linux/750/final/en/i386/static/ \ ftp://ftp.planetmirror.com/pub/opera/linux/750/final/en/i386/static/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/linux/750/final/en/i386/static/ + http://gd.tuwien.ac.at/infosys/browsers/opera/linux/750/final/en/i386/static/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/linux/750/final/en/i386/static/&,} PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2004/-2004/}.1-static-qt.i386-en diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index a9b7125f2f8d..06674845756e 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -16,7 +16,8 @@ MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/static/ \ http://mirrors.pmmf.hu/mirror/opera/linux/750/final/en/i386/static/ \ ftp://ftp.task.gda.pl/pub/opera/linux/750/final/en/i386/static/ \ ftp://ftp.planetmirror.com/pub/opera/linux/750/final/en/i386/static/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/linux/750/final/en/i386/static/ + http://gd.tuwien.ac.at/infosys/browsers/opera/linux/750/final/en/i386/static/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/linux/750/final/en/i386/static/&,} PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2004/-2004/}.1-static-qt.i386-en diff --git a/www/opera/Makefile b/www/opera/Makefile index 5a91d94cd60d..ae3f6a87893c 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -21,6 +21,7 @@ MASTER_SITES= http://ftp.scarlet.be/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${ ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ http://ftp.ankara.edu.tr/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ ftp://files.downloadthat.com/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/&,} \ ftp://ftp.opera.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.1-static-qt.i386.freebsd-en |