diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-03-27 00:00:41 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-03-27 00:00:41 +0000 |
commit | ce40de089619f0ff6d7bc30c3911f46b3fb91a1a (patch) | |
tree | 29969175893504113093faffe2897044eba070d8 /www/opera6/Makefile | |
parent | 1b3ce03e48bc1bbbd1b0cf6e38b607aa53abca87 (diff) | |
download | pkgsrc-ce40de089619f0ff6d7bc30c3911f46b3fb91a1a.tar.gz |
Update opera6 to 6.12
Changelog
* Secunia Security fix (redirect exploit fix)
* Fixes in Xft library loader
* Fix for match failures in XftConfig when font size was involved
in the conditions. Now it should be possible to e.g. disable anti-aliasing
for certain font sizes.
Diffstat (limited to 'www/opera6/Makefile')
-rw-r--r-- | www/opera6/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera6/Makefile b/www/opera6/Makefile index 1edb7f0421f..8a50f1a8632 100644 --- a/www/opera6/Makefile +++ b/www/opera6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/03/26 04:05:38 jschauma Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/27 00:00:42 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} CATEGORIES= www @@ -30,7 +30,7 @@ USE_BUILDLINK2= # defined .include "../../mk/bsd.prefs.mk" # A default so lintpkgsrc is happy -OPERA_PKG_VERSION= 6.11 +OPERA_PKG_VERSION= 6.12 .if (${MACHINE_ARCH} == i386) DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat @@ -39,9 +39,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_PKG_VERSION= 6.11 +OPERA_PKG_VERSION= 6.12 OPERA_DIR= ${OPERA_PKG_VERSION:S/.//}/final/en/i386/static -OPERA_DIST_VERSION= ${OPERA_PKG_VERSION}-20021129.1-static-qt +OPERA_DIST_VERSION= ${OPERA_PKG_VERSION}-20030305.1-static-qt .endif RPMFILES= ${DISTFILES} |