diff options
author | osa <osa@FreeBSD.org> | 2004-07-08 15:07:10 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-08 15:07:10 +0800 |
commit | 46fd19b54d49f84836e30bbc2f3a054683bd4594 (patch) | |
tree | a218e463bbe30ba8a46836bb25acae693120e75b | |
parent | 11a5ba9cf4a590968d7e6459c9acd2bc19d900fb (diff) | |
download | freebsd-ports-gnome-46fd19b54d49f84836e30bbc2f3a054683bd4594.tar.gz freebsd-ports-gnome-46fd19b54d49f84836e30bbc2f3a054683bd4594.tar.zst freebsd-ports-gnome-46fd19b54d49f84836e30bbc2f3a054683bd4594.zip |
Update to latest release 7.52.
Changelog available at http://www.opera.com/linux/changelogs/752/
<Note>
The file search.ini has been changed to ensure correct default
addresses for dictionary and encyclopedia searches. Existing
versions will be overwritten on upgrade. Users who have a
customized search.ini file that they would like to keep,
should edit its version number to 4 before upgrading. Note
that you have to edit the search.ini file located in the
/profile folder (Windows) or the /.opera folder.
[Version]
File Version=4
</Note>
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
PR: 68782
-rw-r--r-- | www/opera/Makefile | 4 | ||||
-rw-r--r-- | www/opera/distinfo | 4 | ||||
-rw-r--r-- | www/opera/pkg-message | 20 | ||||
-rw-r--r-- | www/opera/pkg-plist | 3 |
4 files changed, 16 insertions, 15 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 0136d1461c65..1b9de6dd29d6 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -28,9 +28,9 @@ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.1-static-qt.i386.freebsd-en MAINTAINER= avleeuwen@piwebs.com COMMENT= A blazingly fast, full-featured, standards-compliant browser -OPERA_VER= 7.51 +OPERA_VER= 7.52 OPERA_REL= final -OPERA_DATE= 20040602 +OPERA_DATE= 20040706 DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/www/opera/distinfo b/www/opera/distinfo index 1bb13e690ef5..7f8428792007 100644 --- a/www/opera/distinfo +++ b/www/opera/distinfo @@ -1,2 +1,2 @@ -MD5 (opera-7.51-20040602.1-static-qt.i386.freebsd-en.tar.bz2) = a5ceba358ddf1f034f69805ae919b6ec -SIZE (opera-7.51-20040602.1-static-qt.i386.freebsd-en.tar.bz2) = 4757901 +MD5 (opera-7.52-20040706.1-static-qt.i386.freebsd-en.tar.bz2) = 972867d1a7ddc2b22167ec81bc32f335 +SIZE (opera-7.52-20040706.1-static-qt.i386.freebsd-en.tar.bz2) = 4771392 diff --git a/www/opera/pkg-message b/www/opera/pkg-message index c0fcaa719210..bba3c192b396 100644 --- a/www/opera/pkg-message +++ b/www/opera/pkg-message @@ -1,13 +1,13 @@ +If you are running FreeBSD 5.x and are experiencing a core dump when starting +Opera, try updating the compat4x port. -If you are upgrading from version 6, it is recommended to backup your personal -"~/.opera" directory and remove it before starting the upgraded Opera for the -first time. This can be done from the command line using -"mv ~/.opera ~/.opera-mybackup". +*** IMPORTANT: users with custom search.ini *** -If you have installed the www/opera-devel port before, and you'd like to keep -the settings and bookmarks you used in opera-devel, move the opera-devel -personal directory like this: -"mv ~/.opera-devel ~/.opera" +If you have a custom search.ini and you've used opera 7.51 or an earlier +version before this upgrade, edit ~/.opera/search.ini _before_ running the +upgraded Opera for the first time, and change the file version to 4. It should +look like this: + +[Version] +File Version=4 -If you are running FreeBSD 5.x and are experiencing a core dump when starting -Opera, try updating the compat4x port. diff --git a/www/opera/pkg-plist b/www/opera/pkg-plist index e9c5195a23b5..4f88fb50eda4 100644 --- a/www/opera/pkg-plist +++ b/www/opera/pkg-plist @@ -82,7 +82,8 @@ bin/opera %%DATADIR%%/locale/english.lng %%DATADIR%%/opera6.adr %%DATADIR%%/plugins/libnpp.so -%%DATADIR%%/plugins/operamotifwrapper +%%DATADIR%%/plugins/operamotifwrapper-1 +%%DATADIR%%/plugins/operamotifwrapper-2 %%DATADIR%%/plugins/operaplugincleaner %%DATADIR%%/search.ini %%DATADIR%%/skin/standard_skin.zip |