summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-10-09 02:26:47 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-10-09 02:26:47 +0000
commitb5813319066b4027d8f1f15d30b7112541442696 (patch)
treee0c7818e82da5f8cfac12b5c22fd59313f02ab95 /www
parentUpdate to 1.2.1. (diff)
Update to 7.21 Preview 2, aka 20031003.
PR: ports/57766 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Notes
Notes: svn path=/head/; revision=90681
Diffstat (limited to 'www')
-rw-r--r--www/opera-devel/Makefile4
-rw-r--r--www/opera-devel/distinfo2
-rw-r--r--www/opera-devel/files/patch-install.sh57
-rw-r--r--www/opera/Makefile4
-rw-r--r--www/opera/distinfo2
-rw-r--r--www/opera/files/patch-install.sh57
6 files changed, 40 insertions, 86 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
index f4199cc784d1..7959d5103a9b 100644
--- a/www/opera-devel/Makefile
+++ b/www/opera-devel/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= opera
-PORTVERSION= 7.21.20031002
+PORTVERSION= 7.21.20031003
CATEGORIES= www
-MASTER_SITES= http://snapshot.opera.com/unix/7.21-Preview-1/intel-freebsd/
+MASTER_SITES= http://snapshot.opera.com/unix/7.21-Preview-2/intel-freebsd/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/1./1-/}.1-static-qt.i386.freebsd
MAINTAINER= avleeuwen@piwebs.com
diff --git a/www/opera-devel/distinfo b/www/opera-devel/distinfo
index 8b2f0f2a801c..c03fab0269e6 100644
--- a/www/opera-devel/distinfo
+++ b/www/opera-devel/distinfo
@@ -1 +1 @@
-MD5 (opera-7.21-20031002.1-static-qt.i386.freebsd.tar.bz2) = a35c6d636dbbdf7ba80cc121d7c333b5
+MD5 (opera-7.21-20031003.1-static-qt.i386.freebsd.tar.bz2) = aba6a8434aa42b726c22cc748b4b9259
diff --git a/www/opera-devel/files/patch-install.sh b/www/opera-devel/files/patch-install.sh
index 7f18002e7e63..48cee1317bcc 100644
--- a/www/opera-devel/files/patch-install.sh
+++ b/www/opera-devel/files/patch-install.sh
@@ -1,6 +1,6 @@
---- install.sh.orig Thu Oct 2 14:24:57 2003
-+++ install.sh Thu Oct 2 18:11:45 2003
-@@ -728,9 +728,7 @@
+--- install.sh.orig Mon Oct 6 15:01:39 2003
++++ install.sh Wed Oct 8 22:36:31 2003
+@@ -760,9 +760,7 @@
wrapper_opera_plugin_paths=" \"\${HOME}/.opera/plugins\" \\
${str_localdirplugin} \\
@@ -11,15 +11,7 @@
case "${machine}:${os}" in
i[3456]86:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
-@@ -744,7 +742,6 @@
- /usr/java/jre1.4.0/plugin/i386/ns4 \\
- /usr/java/jre1.3.1/plugin/i386/ns4 \\
- /usr/lib/j2re1.3/plugin/i386/netscape4 \\
-- /usr/local/jdk1.3.1/jre/plugin/i386/ns4 \\
- /usr/local/linux-jdk1.3.1/jre/plugin/i386/ns4 \\"
- wrapper_ibmjava="
- IBMJava2-141/jre \\
-@@ -796,15 +793,10 @@
+@@ -817,15 +815,10 @@
;;
esac
wrapper_netscape_plugin_paths="
@@ -38,7 +30,7 @@
wrapper_file="${wrapper_dir}/opera"
-@@ -960,11 +952,8 @@
+@@ -981,11 +974,8 @@
# Acrobat Reader
for BINDIR in \\
@@ -52,9 +44,9 @@
; do
if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi
done
-@@ -1222,44 +1211,6 @@
+@@ -1243,29 +1233,6 @@
- if test "${bool_destdir}" = "no"; then
+ if test -z "${OPERADESTDIR}"; then
- # System wide configuration files
- config_dir='/usr/local/etc'
@@ -64,27 +56,12 @@
- echo " $config_dir/opera6rc"
- echo " $config_dir/opera6rc.fixed"
- echo " cannot be prefixed"
-- echo "Do you want to install them [y,n | yes,no]?"
-- while true; do
-- read install_config
-- case "${install_config}" in
--
-- ''|[yY]|[yY][eE][sS])
-- backup $config_dir/opera6rc opera6rc config
-- backup $config_dir/opera6rc.fixed opera6rc.fixed config
-- cp $cpv $cpf config/opera6rc $config_dir
-- cp $cpv $cpf config/opera6rc.fixed $config_dir
-- break
-- ;;
--
-- [nN]|[nN][oO])
-- break
-- ;;
-- *)
-- echo 'Invalid answer, try again:'
-- ;;
-- esac
-- done
+- if con_firm "Do you want to install them"; then
+- backup $config_dir/opera6rc opera6rc config
+- backup $config_dir/opera6rc.fixed opera6rc.fixed config
+- cp $cpv $cpf config/opera6rc $config_dir
+- cp $cpv $cpf config/opera6rc.fixed $config_dir
+- fi
- else
- echo
- echo "User \"${USERNAME}\" does not have write access to $config_dir"
@@ -97,7 +74,7 @@
# Shorcuts and Icons
icons
gnome
-@@ -1350,22 +1301,22 @@
+@@ -1356,22 +1323,22 @@
debug_msg 0 "in icons()"
@@ -132,7 +109,7 @@
fi
if test ! -d /etc/X11/wmconfig/; then
-@@ -1431,33 +1382,33 @@
+@@ -1437,33 +1404,33 @@
fi
# end /opt/gnome share
@@ -187,7 +164,7 @@
fi
fi
# end /usr/share/gnome link
-@@ -1497,12 +1448,12 @@
+@@ -1503,12 +1470,12 @@
fi
@@ -205,7 +182,7 @@
fi
}
-@@ -1526,8 +1477,8 @@
+@@ -1532,8 +1499,8 @@
fi
if test -w /opt/kde/share/applnk/Internet; then generate_desktop /opt/kde/share/applnk/Internet; fi
diff --git a/www/opera/Makefile b/www/opera/Makefile
index f4199cc784d1..7959d5103a9b 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= opera
-PORTVERSION= 7.21.20031002
+PORTVERSION= 7.21.20031003
CATEGORIES= www
-MASTER_SITES= http://snapshot.opera.com/unix/7.21-Preview-1/intel-freebsd/
+MASTER_SITES= http://snapshot.opera.com/unix/7.21-Preview-2/intel-freebsd/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/1./1-/}.1-static-qt.i386.freebsd
MAINTAINER= avleeuwen@piwebs.com
diff --git a/www/opera/distinfo b/www/opera/distinfo
index 8b2f0f2a801c..c03fab0269e6 100644
--- a/www/opera/distinfo
+++ b/www/opera/distinfo
@@ -1 +1 @@
-MD5 (opera-7.21-20031002.1-static-qt.i386.freebsd.tar.bz2) = a35c6d636dbbdf7ba80cc121d7c333b5
+MD5 (opera-7.21-20031003.1-static-qt.i386.freebsd.tar.bz2) = aba6a8434aa42b726c22cc748b4b9259
diff --git a/www/opera/files/patch-install.sh b/www/opera/files/patch-install.sh
index 7f18002e7e63..48cee1317bcc 100644
--- a/www/opera/files/patch-install.sh
+++ b/www/opera/files/patch-install.sh
@@ -1,6 +1,6 @@
---- install.sh.orig Thu Oct 2 14:24:57 2003
-+++ install.sh Thu Oct 2 18:11:45 2003
-@@ -728,9 +728,7 @@
+--- install.sh.orig Mon Oct 6 15:01:39 2003
++++ install.sh Wed Oct 8 22:36:31 2003
+@@ -760,9 +760,7 @@
wrapper_opera_plugin_paths=" \"\${HOME}/.opera/plugins\" \\
${str_localdirplugin} \\
@@ -11,15 +11,7 @@
case "${machine}:${os}" in
i[3456]86:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD)
-@@ -744,7 +742,6 @@
- /usr/java/jre1.4.0/plugin/i386/ns4 \\
- /usr/java/jre1.3.1/plugin/i386/ns4 \\
- /usr/lib/j2re1.3/plugin/i386/netscape4 \\
-- /usr/local/jdk1.3.1/jre/plugin/i386/ns4 \\
- /usr/local/linux-jdk1.3.1/jre/plugin/i386/ns4 \\"
- wrapper_ibmjava="
- IBMJava2-141/jre \\
-@@ -796,15 +793,10 @@
+@@ -817,15 +815,10 @@
;;
esac
wrapper_netscape_plugin_paths="
@@ -38,7 +30,7 @@
wrapper_file="${wrapper_dir}/opera"
-@@ -960,11 +952,8 @@
+@@ -981,11 +974,8 @@
# Acrobat Reader
for BINDIR in \\
@@ -52,9 +44,9 @@
; do
if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi
done
-@@ -1222,44 +1211,6 @@
+@@ -1243,29 +1233,6 @@
- if test "${bool_destdir}" = "no"; then
+ if test -z "${OPERADESTDIR}"; then
- # System wide configuration files
- config_dir='/usr/local/etc'
@@ -64,27 +56,12 @@
- echo " $config_dir/opera6rc"
- echo " $config_dir/opera6rc.fixed"
- echo " cannot be prefixed"
-- echo "Do you want to install them [y,n | yes,no]?"
-- while true; do
-- read install_config
-- case "${install_config}" in
--
-- ''|[yY]|[yY][eE][sS])
-- backup $config_dir/opera6rc opera6rc config
-- backup $config_dir/opera6rc.fixed opera6rc.fixed config
-- cp $cpv $cpf config/opera6rc $config_dir
-- cp $cpv $cpf config/opera6rc.fixed $config_dir
-- break
-- ;;
--
-- [nN]|[nN][oO])
-- break
-- ;;
-- *)
-- echo 'Invalid answer, try again:'
-- ;;
-- esac
-- done
+- if con_firm "Do you want to install them"; then
+- backup $config_dir/opera6rc opera6rc config
+- backup $config_dir/opera6rc.fixed opera6rc.fixed config
+- cp $cpv $cpf config/opera6rc $config_dir
+- cp $cpv $cpf config/opera6rc.fixed $config_dir
+- fi
- else
- echo
- echo "User \"${USERNAME}\" does not have write access to $config_dir"
@@ -97,7 +74,7 @@
# Shorcuts and Icons
icons
gnome
-@@ -1350,22 +1301,22 @@
+@@ -1356,22 +1323,22 @@
debug_msg 0 "in icons()"
@@ -132,7 +109,7 @@
fi
if test ! -d /etc/X11/wmconfig/; then
-@@ -1431,33 +1382,33 @@
+@@ -1437,33 +1404,33 @@
fi
# end /opt/gnome share
@@ -187,7 +164,7 @@
fi
fi
# end /usr/share/gnome link
-@@ -1497,12 +1448,12 @@
+@@ -1503,12 +1470,12 @@
fi
@@ -205,7 +182,7 @@
fi
}
-@@ -1526,8 +1477,8 @@
+@@ -1532,8 +1499,8 @@
fi
if test -w /opt/kde/share/applnk/Internet; then generate_desktop /opt/kde/share/applnk/Internet; fi