diff options
author | tron <tron@pkgsrc.org> | 2002-07-04 22:11:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-04 22:11:21 +0000 |
commit | e1799f31ef96fa82961373ebfc2fc3b22362e4a5 (patch) | |
tree | f2796b94933b5e78ca1f6e8d9d2b59531c318444 /www/opera6/Makefile | |
parent | fd1703b155b1cacf7871ec39d6fd4f608ec87b82 (diff) | |
download | pkgsrc-e1799f31ef96fa82961373ebfc2fc3b22362e4a5.tar.gz |
Update "opera6" package to version 6.02. This release fixes many bugs
found in 6.01 especially in the GUI, JavaScript and handling of
asian characters.
Diffstat (limited to 'www/opera6/Makefile')
-rw-r--r-- | www/opera6/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/opera6/Makefile b/www/opera6/Makefile index a88a7661e5b..32530ff0f73 100644 --- a/www/opera6/Makefile +++ b/www/opera6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/05/28 15:26:58 tron Exp $ +# $NetBSD: Makefile,v 1.11 2002/07/04 22:11:21 tron Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} CATEGORIES= www @@ -28,7 +28,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC .include "../../mk/bsd.prefs.mk" # A default so lintpkgsrc is happy -OPERA_PKG_VERSION= 6.01 +OPERA_PKG_VERSION= 6.02 .if (${MACHINE_ARCH} == i386) DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat @@ -37,9 +37,9 @@ DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 OPERA_ARCH= i386 -OPERA_DIR= 601/final/en/qt_static -OPERA_DIST_VERSION= 6.01-20020523.1-static-qt -OPERA_PKG_VERSION= 6.01 +OPERA_DIR= 602/final/en/qt_static +OPERA_DIST_VERSION= 6.02-20020701.1-static-qt +OPERA_PKG_VERSION= 6.02 .endif RPMFILES= ${DISTFILES} |