update to opera 8.50, which is now free to use
a few bug fixes on the way
This commit is contained in:
parent
6af01e9165
commit
36a50e66ed
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.29 2005/07/28 20:46:27 sturm Exp $
|
# $OpenBSD: Makefile,v 1.30 2005/09/21 11:38:51 sturm Exp $
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
COMMENT= "fast and customizable WWW browser"
|
COMMENT= "fast and customizable WWW browser"
|
||||||
|
|
||||||
PKGNAME= opera-8.02
|
PKGNAME= opera-8.50
|
||||||
DISTNAME= opera-8.02-20050727.1-static-qt.i386-en
|
DISTNAME= opera-8.50-20050916.1-static-qt.i386-en
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
HOMEPAGE= http://www.opera.com/
|
HOMEPAGE= http://www.opera.com/
|
||||||
@ -29,7 +29,7 @@ MASTER_SITES_OPERA= ftp://ftp.opera.com/pub/opera/ \
|
|||||||
ftp://ftp.rge.com/pub/infosystems/opera/ \
|
ftp://ftp.rge.com/pub/infosystems/opera/ \
|
||||||
http://www.rge.com/pub/infosystems/opera/
|
http://www.rge.com/pub/infosystems/opera/
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/802/final/en/i386/static/}
|
MASTER_SITES= ${MASTER_SITES_OPERA:=linux/850/final/en/i386/static/}
|
||||||
EXTRACT_SUFX= .tar.bz2
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
RUN_DEPENDS= :redhat_base->=8.0:emulators/redhat/base
|
RUN_DEPENDS= :redhat_base->=8.0:emulators/redhat/base
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (opera-8.02-20050727.1-static-qt.i386-en.tar.bz2) = 7f85aef69221803413b859b9e04df959
|
MD5 (opera-8.50-20050916.1-static-qt.i386-en.tar.bz2) = e66b6e4460610b7cebacb6d33e255ed7
|
||||||
RMD160 (opera-8.02-20050727.1-static-qt.i386-en.tar.bz2) = e1b27e304557e50fc57d095740053fcfd63a1f41
|
RMD160 (opera-8.50-20050916.1-static-qt.i386-en.tar.bz2) = 1486de336aa5ad1291327bc9e175d99d4b63858e
|
||||||
SHA1 (opera-8.02-20050727.1-static-qt.i386-en.tar.bz2) = 06787d2a73b4fd81debe34613251cfa6c50a6c39
|
SHA1 (opera-8.50-20050916.1-static-qt.i386-en.tar.bz2) = 426f8c39ad32918d91bca89cb3a5648df97ffcb2
|
||||||
SIZE (opera-8.02-20050727.1-static-qt.i386-en.tar.bz2) = 5855649
|
SIZE (opera-8.50-20050916.1-static-qt.i386-en.tar.bz2) = 5800086
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-install_sh,v 1.12 2005/06/18 20:46:32 sturm Exp $
|
$OpenBSD: patch-install_sh,v 1.13 2005/09/21 11:38:51 sturm Exp $
|
||||||
--- install.sh.orig Wed Jun 15 11:17:40 2005
|
--- install.sh.orig Fri Sep 16 12:16:47 2005
|
||||||
+++ install.sh Sat Jun 18 19:20:22 2005
|
+++ install.sh Tue Sep 20 11:14:10 2005
|
||||||
@@ -1132,7 +1132,7 @@ run_install()
|
@@ -1132,7 +1132,7 @@ run_install()
|
||||||
mkdir $mkdirv $mkdirp $share_dir/help/
|
mkdir $mkdirv $mkdirp $share_dir/help/
|
||||||
chmod $chmodv 755 $share_dir/help
|
chmod $chmodv 755 $share_dir/help
|
||||||
@ -30,16 +30,14 @@ $OpenBSD: patch-install_sh,v 1.12 2005/06/18 20:46:32 sturm Exp $
|
|||||||
echo
|
echo
|
||||||
echo "System wide configuration files:"
|
echo "System wide configuration files:"
|
||||||
echo " $config_dir/opera6rc"
|
echo " $config_dir/opera6rc"
|
||||||
@@ -1317,12 +1315,6 @@ run_install()
|
@@ -1322,9 +1320,7 @@ run_install()
|
||||||
|
if test "$flag_mode" = "--force" -o "$flag_mode" = "--prefix="; then
|
||||||
|
echo
|
||||||
|
echo "Shortcut icons cannot be installed with the prefix \"$prefix\"."
|
||||||
|
- if not con_firm "Do you still want to install them"; then
|
||||||
|
- bool_icons=0
|
||||||
|
- fi
|
||||||
|
+ bool_icons=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Shorcuts and Icons
|
if test "${bool_icons}" -ne 0; then
|
||||||
- icons
|
|
||||||
- gnome
|
|
||||||
- kde 3
|
|
||||||
- kde 2
|
|
||||||
- kde1
|
|
||||||
- mandrake
|
|
||||||
|
|
||||||
fi # OPERADESTDIR
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user