diff options
author | obache <obache@pkgsrc.org> | 2012-06-14 13:06:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-14 13:06:27 +0000 |
commit | 89772a71c49dfaca931007193188e33f3676e024 (patch) | |
tree | f9069db8e62c4cd937c498095484523596b370e9 /www/opera/Makefile | |
parent | 45b38b7438867bbd0abcaaf45502551b1ef9e335 (diff) | |
download | pkgsrc-89772a71c49dfaca931007193188e33f3676e024.tar.gz |
Update opera to 12.00.
Opera 12.00 is a recommended upgrade offering new and improved features, plus
security and stability enhancements.
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 363683ca03e..ecbdec0a471 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2012/05/11 09:40:11 obache Exp $ +# $NetBSD: Makefile,v 1.96 2012/06/14 13:06:27 obache Exp $ DISTNAME= opera-${OPERA_PKG_VERSION}-${OPERA_PKG_BUILD}.${OPERA_ARCH}.${EMUL_OPSYS} PKGNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opera.com/ COMMENT= Standards-compliant graphical Web browser -LICENSE= opera-1100-license +LICENSE= opera-1200-license EMUL_PLATFORMS= freebsd-i386 freebsd-x86_64 \ linux-i386 linux-x86_64 @@ -20,7 +20,6 @@ PKG_DESTDIR_SUPPORT= user-destdir MASTER_SITE_OPERA+= ftp://get.opera.com/pub/opera/ \ http://ftp.sunet.se/pub/www/clients/Opera/ \ - ftp://ftp.hu-berlin.de/pub/www/opera/ \ ftp://ftp.task.gda.pl/pub/opera/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/opera/ \ ftp://opera.nsc.no/pub/nsc.no/mirrors/operasoftware/ \ @@ -30,11 +29,11 @@ MASTER_SITE_OPERA+= ftp://get.opera.com/pub/opera/ \ USE_LANGUAGES= # empty NO_BUILD= yes -OPERA_PKG_BUILD= 1403 -OPERA_PKG_VERSION= 11.64 -OPERA_PKG_VERSION_DIR= 1164 +OPERA_PKG_BUILD= 1467 +OPERA_PKG_VERSION= 12.00 +OPERA_PKG_VERSION_DIR= 1200 -PLIST_VARS+= ia32w +PLIST_VARS+= ia32w linux .if ${EMUL_OPSYS} == "linux" EMUL_MODULES.linux= base x11 fontconfig @@ -48,10 +47,16 @@ TOOLS_SCRIPT.md5= /usr/bin/md5 -n "$$2" | { read sum file; echo $$sum; } .if ${EMUL_ARCH} == "x86_64" PLIST.ia32w= yes .endif +PLIST.linux= yes .elif ${EMUL_OPSYS} == "freebsd" OPERA_ARCH.x86_64= amd64 OPERA_OPSYS_SUBDIR= unix +# XXX: TBD +#. if defined(EMUL_IS_NATIVE) +#DEPENDS+= {gtk2+-[0-9]*,kdelibs4-[0-9]*}:../../x11/gtk2 +#CHECK_SHLIBS_SUPPORTED= no +#. endif .endif OPERA_ARCH= ${OPERA_ARCH.${EMUL_ARCH}:U${EMUL_ARCH}} OPERA_DIR= ${OPERA_OPSYS_SUBDIR}/${OPERA_PKG_VERSION_DIR} |