diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-09-30 18:37:09 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-09-30 18:37:09 +0000 |
commit | d27fd59c0061763813c4f6e4becdf95b45adab52 (patch) | |
tree | bb9221f30d46e5131f02e7d60da88610b6e096bc /www/opera/Makefile | |
parent | 720c1e33afc601a279fb38981edd8074931eae11 (diff) | |
download | pkgsrc-d27fd59c0061763813c4f6e4becdf95b45adab52.tar.gz |
Update to opera 9.02 - this fixes serious SSL certificate verification
problem (recent OpenSSL signature-forgery problem), as well as various
other fixes and small improvemends
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 94d1d773044..50d40eff1b1 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/08/06 17:07:36 jdolecek Exp $ +# $NetBSD: Makefile,v 1.59 2006/09/30 18:37:09 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} CATEGORIES= www @@ -26,9 +26,9 @@ USE_LANGUAGES= # empty .include "../../mk/bsd.prefs.mk" OPERA_LANG= en -OPERA_VER_DATE= 20060728 -OPERA_PKG_VERSION= 9.01 -OPERA_PKG_VERSION_DIR= 901 +OPERA_VER_DATE= 20060919 +OPERA_PKG_VERSION= 9.02 +OPERA_PKG_VERSION_DIR= 902 _OPERA_OPSYS?= ${OPSYS} _OPERA_MACHINE_ARCH?= ${MACHINE_ARCH} |