diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-31 06:39:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-31 06:39:26 +0800 |
commit | b458ba0f4e409cf1bc98c46bd1caf9685471674f (patch) | |
tree | 83a54da3aac2be1f3f202027275138c63ebdb6df /www | |
parent | 7e20cec12692d9b30b23ce043632a2bdde5d61b4 (diff) | |
download | freebsd-ports-gnome-b458ba0f4e409cf1bc98c46bd1caf9685471674f.tar.gz freebsd-ports-gnome-b458ba0f4e409cf1bc98c46bd1caf9685471674f.tar.zst freebsd-ports-gnome-b458ba0f4e409cf1bc98c46bd1caf9685471674f.zip |
Remove dead RINGSERVER
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-opera/Makefile | 3 | ||||
-rw-r--r-- | www/opera-linuxplugins/Makefile | 3 | ||||
-rw-r--r-- | www/opera/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index a18afa66689c..6950c22a5461 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -11,8 +11,7 @@ MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/ \ http://mirrors.pmmf.hu/mirror/opera/linux/${OPERA_VER:S/.//}/ \ ftp://ftp.task.gda.pl/pub/opera/linux/${OPERA_VER:S/.//}/ \ ftp://ftp.planetmirror.com/pub/opera/linux/${OPERA_VER:S/.//}/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_VER:S/.//}/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/linux/${OPERA_VER:S/.//}/&,} + http://gd.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_VER:S/.//}/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux diff --git a/www/opera-linuxplugins/Makefile b/www/opera-linuxplugins/Makefile index bce1bc37de20..29b866f4f2eb 100644 --- a/www/opera-linuxplugins/Makefile +++ b/www/opera-linuxplugins/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ ftp://opera.ftp.fu-berlin.de/${MASTER_SITES_VER_PATH}/ \ http://ftp.ntua.gr/pub/www/Opera/${MASTER_SITES_VER_PATH}/ \ http://mirrors.dedipower.com/opera/${MASTER_SITES_VER_PATH}/ \ - ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH}/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,}/ + ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH}/ PKGNAMESUFFIX= -linuxplugins DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.i386.linux diff --git a/www/opera/Makefile b/www/opera/Makefile index 0127609b1f3c..15df0ece5442 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.ftp.fu-berlin.de/${MASTER_SITES_VER_PATH}/ \ http://ftp.ntua.gr/pub/www/Opera/${MASTER_SITES_VER_PATH}/ \ http://mirrors.dedipower.com/opera/${MASTER_SITES_VER_PATH}/ \ - ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH}/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/${MASTER_SITES_VER_PATH}&,}/ + ftp://ftp.tiscali.nl/pub/mirrors/opera/${MASTER_SITES_VER_PATH}/ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_BUILD}.${ARCH}.freebsd MAINTAINER= ak@FreeBSD.org |