diff -urN /usr/ports/www/opera/Makefile opera/Makefile --- /usr/ports/www/opera/Makefile Thu Apr 15 22:25:59 2004 +++ opera/Makefile Thu May 13 15:55:56 2004 @@ -2,30 +2,40 @@ # Date created: November 5th 2000 # Whom: des # -# $FreeBSD: ports/www/opera/Makefile,v 1.27 2004/04/15 13:57:01 sf Exp $ +# $FreeBSD$ # PORTNAME= opera -PORTVERSION= 7.23.20031119 -PORTREVISION= 1 +PORTVERSION= ${OPERA_VER}.${OPERA_DATE} CATEGORIES= www -MASTER_SITES= ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/723/final/en/ \ - ftp://sunsite.cnlab-switch.ch/mirror/opera/unix/freebsd/723/final/en/ \ - ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/723/final/en/ \ - ftp://ftp.ntua.gr/pub/www/Opera/unix/freebsd/723/final/en/ \ - http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/723/final/en/ \ - ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/723/final/en/ \ - ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/723/final/en/ \ - http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/723/final/en/ \ - ftp://ftp.opera.com/pub/opera/unix/freebsd/723/final/en/ - -DISTNAME= ${PORTNAME}-${PORTVERSION:S/3./3-/}.1-static-qt.i386.freebsd-en +MASTER_SITES= http://ftp.scarlet.be/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + http://www.mehok.uni-miskolc.hu/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://ftp.heanet.ie/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://opera.nsc.no/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + http://ftp.task.gda.pl/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://ftp.idilis.ro/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + http://www.fastmirrors.org/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + http://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://mirror.switch.ch/mirror/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + http://ftp.ankara.edu.tr/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://files.downloadthat.com/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ \ + ftp://ftp.opera.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}/${OPERA_REL}/en/static/ +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.50 +OPERA_REL= final +OPERA_DATE= 20040511 + CONFLICTS= linux-opera-* +DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} + USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes @@ -41,33 +51,33 @@ .endif .if exists(/etc/X11/applnk) -PLIST_SUB+= APPLNK:="" +PLIST_SUB+= APPLNK="" .else -PLIST_SUB+= APPLNK:="@comment " +PLIST_SUB+= APPLNK="@comment " .endif .if exists(${X11BASE}/share/gnome) -PLIST_SUB+= GNOME:="" +PLIST_SUB+= GNOME="" .else -PLIST_SUB+= GNOME:="@comment " +PLIST_SUB+= GNOME="@comment " .endif .if exists(${X11BASE}/share/applnk/Internet) -PLIST_SUB+= KDE:="" +PLIST_SUB+= KDE="" .else -PLIST_SUB+= KDE:="@comment " +PLIST_SUB+= KDE="@comment " .endif .if exists(${X11BASE}/share/applnk/Networking) -PLIST_SUB+= KDE2:="" +PLIST_SUB+= KDE2="" .else -PLIST_SUB+= KDE2:="@comment " +PLIST_SUB+= KDE2="@comment " .endif .if exists(${X11BASE}/share/gnome/apps) -PLIST_SUB+= GNOMELNK:="" +PLIST_SUB+= GNOMELNK="" .else -PLIST_SUB+= GNOMELNK:="@comment " +PLIST_SUB+= GNOMELNK="@comment " .endif post-patch: diff -urN /usr/ports/www/opera/distinfo opera/distinfo --- /usr/ports/www/opera/distinfo Sat Mar 20 15:58:51 2004 +++ opera/distinfo Thu May 13 15:55:19 2004 @@ -1,2 +1,2 @@ -MD5 (opera-7.23-20031119.1-static-qt.i386.freebsd-en.tar.bz2) = cb838b40b70e42481ee0c159539d10c7 -SIZE (opera-7.23-20031119.1-static-qt.i386.freebsd-en.tar.bz2) = 4732147 +MD5 (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.bz2) = 1438a8708cfc8cda9ae9e14c1fc72dd9 +SIZE (opera-7.50-20040511.1-static-qt.i386.freebsd-en.tar.bz2) = 4754897 diff -urN /usr/ports/www/opera/pkg-message opera/pkg-message --- /usr/ports/www/opera/pkg-message Mon Sep 1 20:27:31 2003 +++ opera/pkg-message Fri May 14 11:16:15 2004 @@ -4,5 +4,10 @@ first time. This can be done from the command line using "mv ~/.opera ~/.opera-mybackup". +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 are running FreeBSD 5.x and are experiencing a core dump when starting Opera, try updating the compat4x port. diff -urN /usr/ports/www/opera/pkg-plist opera/pkg-plist --- /usr/ports/www/opera/pkg-plist Thu Apr 15 22:25:59 2004 +++ opera/pkg-plist Thu May 13 16:02:13 2004 @@ -1,15 +1,17 @@ +@comment $FreeBSD$ bin/opera %%DOCSDIR%%/LICENSE %%DOCSDIR%%/help -%%DATADIR%%/bin/m2.so %%DATADIR%%/bin/missingsyms.so %%DATADIR%%/bin/opera +%%DATADIR%%/bin/spellcheck.so %%DATADIR%%/bin/works %%DATADIR%%/chartables.bin %%DATADIR%%/config/opera6rc %%DATADIR%%/config/opera6rc.fixed %%DATADIR%%/help/advertising.html %%DATADIR%%/help/background.png +%%DATADIR%%/help/chat.html %%DATADIR%%/help/dialogs.html %%DATADIR%%/help/filetypes.html %%DATADIR%%/help/fonts.html @@ -30,6 +32,7 @@ %%DATADIR%%/help/multimedia.html %%DATADIR%%/help/network.html %%DATADIR%%/help/page.html +%%DATADIR%%/help/panels.html %%DATADIR%%/help/paths.html %%DATADIR%%/help/personal.html %%DATADIR%%/help/preferences.html @@ -42,6 +45,7 @@ %%DATADIR%%/help/toc.html %%DATADIR%%/help/toolbars.html %%DATADIR%%/help/windows.html +%%DATADIR%%/hhd.ssr %%DATADIR%%/images/background.gif %%DATADIR%%/images/blank.gif %%DATADIR%%/images/drive.gif @@ -60,7 +64,9 @@ %%DATADIR%%/images/startup2.png %%DATADIR%%/ini/dialog.ini %%DATADIR%%/ini/fastforward.ini -%%DATADIR%%/ini/minimal_toolbar.ini +%%DATADIR%%/ini/filehandler.ini +%%DATADIR%%/ini/pluginpath.ini +%%DATADIR%%/ini/spellcheck.ini %%DATADIR%%/ini/standard_keyboard.ini %%DATADIR%%/ini/standard_menu.ini %%DATADIR%%/ini/standard_mouse.ini @@ -70,9 +76,10 @@ %%DATADIR%%/java/opera.policy %%DATADIR%%/jsconsole.html %%DATADIR%%/lngcode.txt -%%DATADIR%%/locale/english.lng %%DATADIR%%/locale/en/default.adr +%%DATADIR%%/locale/en/lngcode.txt %%DATADIR%%/locale/en/search.ini +%%DATADIR%%/locale/english.lng %%DATADIR%%/opera6.adr %%DATADIR%%/plugins/libnpp.so %%DATADIR%%/plugins/operamotifwrapper @@ -107,7 +114,6 @@ %%DATADIR%%/styles/user/textonly.css %%DATADIR%%/styles/user/userstyle.ini %%DATADIR%%/styles/wml.css -%%DATADIR%%/hhd.ssr @dirrm %%DATADIR%%/styles/user @dirrm %%DATADIR%%/styles @dirrm %%DATADIR%%/skin @@ -122,10 +128,9 @@ @dirrm %%DATADIR%%/bin @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% - -%%KDE:%%share/applnk/Internet/opera.desktop -%%KDE2:%%share/applnk/Networking/WWW/opera.desktop -%%GNOMELNK:%%share/gnome/apps/Internet/opera.desktop -%%GNOME:%%share/gnome/pixmaps/opera.xpm -%%KDE2:%%@dirrm share/applnk/Networking/WWW -%%APPLNK:%%applnk/Internet/opera.desktop +%%KDE%%share/applnk/Internet/opera.desktop +%%KDE2%%share/applnk/Networking/WWW/opera.desktop +%%GNOMELNK%%share/gnome/apps/Internet/opera.desktop +%%GNOME%%share/gnome/pixmaps/opera.xpm +%%KDE2%%@dirrm share/applnk/Networking/WWW +%%APPLNK%%applnk/Internet/opera.desktop