diff options
author | osa <osa@FreeBSD.org> | 2003-10-03 20:22:36 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-03 20:22:36 +0800 |
commit | e6c705b10c5d4051f8f09d5dcdaedd6a8f4f61cb (patch) | |
tree | b2216d10f855d0e9ea0bc0710387945e4ba16233 /www/opera-devel | |
parent | 5ecfb490314358a8ea780805529a837b7c7947b9 (diff) | |
download | freebsd-ports-gnome-e6c705b10c5d4051f8f09d5dcdaedd6a8f4f61cb.tar.gz freebsd-ports-gnome-e6c705b10c5d4051f8f09d5dcdaedd6a8f4f61cb.tar.zst freebsd-ports-gnome-e6c705b10c5d4051f8f09d5dcdaedd6a8f4f61cb.zip |
Update to version 7.21 Preview 1 (aka 20031002).
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: 57501
Diffstat (limited to 'www/opera-devel')
-rw-r--r-- | www/opera-devel/Makefile | 6 | ||||
-rw-r--r-- | www/opera-devel/distinfo | 2 | ||||
-rw-r--r-- | www/opera-devel/files/patch-install.sh | 34 |
3 files changed, 21 insertions, 21 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile index 0fe03516a11a..f4199cc784d1 100644 --- a/www/opera-devel/Makefile +++ b/www/opera-devel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= opera -PORTVERSION= 7.20.20030925 +PORTVERSION= 7.21.20031002 CATEGORIES= www -MASTER_SITES= http://snapshot.opera.com/unix/7.20-Beta-13/intel-freebsd/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/0./0-/}.1-static-qt.i386.freebsd +MASTER_SITES= http://snapshot.opera.com/unix/7.21-Preview-1/intel-freebsd/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/1./1-/}.1-static-qt.i386.freebsd MAINTAINER= avleeuwen@piwebs.com COMMENT= A blazingly fast, full-featured, standards-compliant browser diff --git a/www/opera-devel/distinfo b/www/opera-devel/distinfo index ed0c2ce6ef7b..8b2f0f2a801c 100644 --- a/www/opera-devel/distinfo +++ b/www/opera-devel/distinfo @@ -1 +1 @@ -MD5 (opera-7.20-20030925.1-static-qt.i386.freebsd.tar.bz2) = 0c15ad1c8a6e4fa99bc1d8cf169d541c +MD5 (opera-7.21-20031002.1-static-qt.i386.freebsd.tar.bz2) = a35c6d636dbbdf7ba80cc121d7c333b5 diff --git a/www/opera-devel/files/patch-install.sh b/www/opera-devel/files/patch-install.sh index 796231d4a94a..7f18002e7e63 100644 --- a/www/opera-devel/files/patch-install.sh +++ b/www/opera-devel/files/patch-install.sh @@ -1,9 +1,9 @@ ---- install.sh.orig Fri Sep 19 13:23:30 2003 -+++ install.sh Sat Sep 20 22:37:16 2003 -@@ -711,9 +711,7 @@ +--- install.sh.orig Thu Oct 2 14:24:57 2003 ++++ install.sh Thu Oct 2 18:11:45 2003 +@@ -728,9 +728,7 @@ wrapper_opera_plugin_paths=" \"\${HOME}/.opera/plugins\" \\ - ${plugin_dir} \\ + ${str_localdirplugin} \\ - /usr/lib/opera/plugins \\ - /usr/local/lib/opera/plugins \\ - /opt/lib/opera/plugins \\" @@ -11,7 +11,7 @@ case "${machine}:${os}" in i[3456]86:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD) -@@ -727,7 +725,6 @@ +@@ -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 \\ @@ -19,7 +19,7 @@ /usr/local/linux-jdk1.3.1/jre/plugin/i386/ns4 \\" wrapper_ibmjava=" IBMJava2-141/jre \\ -@@ -779,15 +776,10 @@ +@@ -796,15 +793,10 @@ ;; esac wrapper_netscape_plugin_paths=" @@ -38,7 +38,7 @@ wrapper_file="${wrapper_dir}/opera" -@@ -943,11 +935,8 @@ +@@ -960,11 +952,8 @@ # Acrobat Reader for BINDIR in \\ @@ -52,11 +52,11 @@ ; do if test -d \${BINDIR} ; then PATH=\${PATH}:\${BINDIR}; fi done -@@ -1187,44 +1176,6 @@ - echo "This package does not contain support for Netscape Plug-ins.\n" - fi +@@ -1222,44 +1211,6 @@ + + if test "${bool_destdir}" = "no"; then -- # System wide configuration files +- # System wide configuration files - config_dir='/usr/local/etc' - if can_write_to "$config_dir"; then - echo @@ -69,7 +69,7 @@ - read install_config - case "${install_config}" in - -- ''|y|Y|yes|YES) +- ''|[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 @@ -77,7 +77,7 @@ - break - ;; - -- n|N|no|NO) +- [nN]|[nN][oO]) - break - ;; - *) @@ -97,7 +97,7 @@ # Shorcuts and Icons icons gnome -@@ -1320,22 +1271,22 @@ +@@ -1350,22 +1301,22 @@ debug_msg 0 "in icons()" @@ -132,7 +132,7 @@ fi if test ! -d /etc/X11/wmconfig/; then -@@ -1401,33 +1352,33 @@ +@@ -1431,33 +1382,33 @@ fi # end /opt/gnome share @@ -187,7 +187,7 @@ fi fi # end /usr/share/gnome link -@@ -1467,12 +1418,12 @@ +@@ -1497,12 +1448,12 @@ fi @@ -205,7 +205,7 @@ fi } -@@ -1496,8 +1447,8 @@ +@@ -1526,8 +1477,8 @@ fi if test -w /opt/kde/share/applnk/Internet; then generate_desktop /opt/kde/share/applnk/Internet; fi |