Index: head/www/opera/Makefile =================================================================== --- head/www/opera/Makefile (revision 196153) +++ head/www/opera/Makefile (revision 196154) @@ -1,131 +1,130 @@ # New ports collection makefile for: opera # Date created: November 5th 2000 # Whom: des # # $FreeBSD$ # PORTNAME= opera PORTVERSION= ${OPERA_VER}.${OPERA_DATE} -PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://opera.inode.at/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://ftp.ucr.ac.cr/WWW/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://www.microrpm.ca/pub/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://www.opera.mirroarrr.de/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://opera.eurenet.net/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ ftp://opera.ftp.fu-berlin.de/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://ftp.ntua.gr/pub/www/Opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ ftp://ftp.wayne.edu/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://mirrors.dedipower.com/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ ftp://ftp.mirror.ac.uk/sites/ftp.opera.com/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ http://opera.nedmirror.nl/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ ftp://ftp.tiscali.nl/pub/mirrors/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/www/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/&,} \ ftp://ftp.opera.com/pub/opera/unix/freebsd/${OPERA_VER:S/.//}${OPERA_MINVER}/${OPERA_REL}/en/${OPERA_LIB}/ DISTNAME= ${PORTNAME}-${OPERA_VER}-${OPERA_DATE}.${OPERA_TYPE}-${OPERA_LIB}-qt.i386.freebsd-en MAINTAINER= freebsd-maintainer@opera.com COMMENT= A blazingly fast, full-featured, standards-compliant browser -OPERA_VER= 9.21 +OPERA_VER= 9.22 OPERA_MINVER= OPERA_REL= final -OPERA_DATE= 20070510 -OPERA_BUILD= 641 +OPERA_DATE= 20070716 +OPERA_BUILD= 655 DATADIR= ${PREFIX}/share/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} USE_BZIP2= yes WANT_GNOME= yes ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}-${OPERA_BUILD} MAN1= opera.1 NO_BUILD= yes OPTIONS= ASPELL "Use the aspell library for spell checking" on \ SHARED "Use a shared Qt library (instead of static)" on .if exists(${X11BASE}/lib/libqt-mt.prl) QT_PRESENT= on .else QT_PRESENT= off .endif .include .if ${OSVERSION} >= 700040 OPERA_TYPE= 1 .elif ${OSVERSION} >= 600000 OPERA_TYPE= 4 .elif ${OSVERSION} >= 500000 OPERA_TYPE= 3 .else OPERA_TYPE= 1 .endif .if ${OSVERSION} > 700000 EXTRA_PATCHES= ${FILESDIR}/extra-patch-symhack PLIST_SUB+= SYMHACK="" .else PLIST_SUB+= SYMHACK="@comment " .endif .if !defined(WITHOUT_ASPELL) LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell .endif .if defined(WITH_SHARED) && ${OPERA_TYPE} > 1 OPERA_LIB= shared LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 .else OPERA_LIB= static OPERA_TYPE= 1 .endif .if ${OPERA_TYPE} == 1 && ${OSVERSION} >= 500000 LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .if ${OSVERSION} >= 600000 LIB_DEPENDS+= z.2:${PORTSDIR}/misc/compat5x .endif .endif .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME="" .else PLIST_SUB+= GNOME="@comment " .endif .if exists(${LOCALBASE}/bin/kde-config) PLIST_SUB+= KDE="" .else PLIST_SUB+= KDE="@comment " .endif post-patch: @${CP} ${WRKSRC}/search.ini ${WRKSRC}/locale/en @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/install.sh ${WRKSRC}/ini/pluginpath.ini \ ${WRKSRC}/config/opera6rc @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install.sh @${FIND} ${WRKSRC} -name '*.orig' -delete @${FIND} ${WRKSRC} -name '*.bak' -delete do-install: @(cd ${WRKSRC} && ./install.sh --prefix=${PREFIX}) post-install: .if ${OSVERSION} > 700000 @${CP} ${FILESDIR}/symhack.c ${WRKSRC}/ @(cd ${WRKSRC}/ && ${CC} -shared -o symhack.so symhack.c) @${INSTALL_DATA} ${WRKSRC}/symhack.so ${DATADIR}/ .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/opera/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.61 \ No newline at end of property +1.62 \ No newline at end of property Index: head/www/opera/distinfo =================================================================== --- head/www/opera/distinfo (revision 196153) +++ head/www/opera/distinfo (revision 196154) @@ -1,9 +1,9 @@ -MD5 (opera-9.21-20070510.1-static-qt.i386.freebsd-en.tar.bz2) = 361c26cf5392c8f0d063a182d832ff2e -SHA256 (opera-9.21-20070510.1-static-qt.i386.freebsd-en.tar.bz2) = 2ec91aa1db9352aef35f5af11eede86100c3c5fc2ffdc004211c7ceb66a54820 -SIZE (opera-9.21-20070510.1-static-qt.i386.freebsd-en.tar.bz2) = 6548602 -MD5 (opera-9.21-20070510.3-shared-qt.i386.freebsd-en.tar.bz2) = d03ca37f5deb7a6fb6deb4028f7299ee -SHA256 (opera-9.21-20070510.3-shared-qt.i386.freebsd-en.tar.bz2) = 32b5a39158ce916f8a4a608dd9e5e483c010a13fdc6506f74d2744547b6354ba -SIZE (opera-9.21-20070510.3-shared-qt.i386.freebsd-en.tar.bz2) = 5177621 -MD5 (opera-9.21-20070510.4-shared-qt.i386.freebsd-en.tar.bz2) = adeb325cc356432f79190026b9ff58fe -SHA256 (opera-9.21-20070510.4-shared-qt.i386.freebsd-en.tar.bz2) = 824429a873bf978c401c0f4d518e96665ee505e77ef9b6eea98689b4e5f1b242 -SIZE (opera-9.21-20070510.4-shared-qt.i386.freebsd-en.tar.bz2) = 5179430 +MD5 (opera-9.22-20070716.1-static-qt.i386.freebsd-en.tar.bz2) = 147f8043df26d8ac997edbe7ced0f3ac +SHA256 (opera-9.22-20070716.1-static-qt.i386.freebsd-en.tar.bz2) = 5c9573de5217e8d8107922341d8b4367d158c45edf1d522768860faf8b43f58c +SIZE (opera-9.22-20070716.1-static-qt.i386.freebsd-en.tar.bz2) = 6546833 +MD5 (opera-9.22-20070716.3-shared-qt.i386.freebsd-en.tar.bz2) = 70427402312942d877f0cc92add38129 +SHA256 (opera-9.22-20070716.3-shared-qt.i386.freebsd-en.tar.bz2) = 78d528364e81c075dd8781046e336cfa0f526f294c30d1796cc6c36e999ed179 +SIZE (opera-9.22-20070716.3-shared-qt.i386.freebsd-en.tar.bz2) = 5119392 +MD5 (opera-9.22-20070716.4-shared-qt.i386.freebsd-en.tar.bz2) = 88611ff69658ed6fe70790393f3ea14b +SHA256 (opera-9.22-20070716.4-shared-qt.i386.freebsd-en.tar.bz2) = 5b30e178e17f7e609a4eeb64be0d90d221f3858922989f515582719ab4213c24 +SIZE (opera-9.22-20070716.4-shared-qt.i386.freebsd-en.tar.bz2) = 5122833 Property changes on: head/www/opera/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property