diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2007-06-09 19:25:49 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2007-06-09 19:25:49 +0000 |
commit | a1344c151d709ba5b292783c557b0bb61093be0b (patch) | |
tree | aca66dbba348af6c244c2400fc3c197fcbc07bd5 /www/opera/Makefile | |
parent | ac3ee7770d89c9e7f176768ccdba53059eb08f51 (diff) | |
download | pkgsrc-a1344c151d709ba5b292783c557b0bb61093be0b.tar.gz |
Update to opera 9.21 - among others contains stability fix for torrents
PR: 36403 by Chavdar Ivanov (thanks)
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 5a01513f9d4..370c203a798 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/04/16 23:21:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.66 2007/06/09 19:25:49 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= 20070409 -OPERA_PKG_VERSION= 9.20 -OPERA_PKG_VERSION_DIR= 920 +OPERA_VER_DATE= 20070510 +OPERA_PKG_VERSION= 9.21 +OPERA_PKG_VERSION_DIR= 921 _OPERA_OPSYS?= ${OPSYS} _OPERA_MACHINE_ARCH?= ${MACHINE_ARCH} |