diff options
author | rene <rene@FreeBSD.org> | 2012-12-12 20:21:34 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-12-12 20:21:34 +0800 |
commit | 8738795b04e07612800f8c358d84db5e8bfbb1b1 (patch) | |
tree | 22a8e207459136e0ede7688abce5d84c04bd5b93 /www | |
parent | 8893f9515238bf1334a805be857d7e036676fca5 (diff) | |
download | freebsd-ports-gnome-8738795b04e07612800f8c358d84db5e8bfbb1b1.tar.gz freebsd-ports-gnome-8738795b04e07612800f8c358d84db5e8bfbb1b1.tar.zst freebsd-ports-gnome-8738795b04e07612800f8c358d84db5e8bfbb1b1.zip |
- Update to 23.0.1271.97
- Revert previous empty() vs negation check for options [1]
Obtained from: http://googlechromereleases.blogspot.nl/search/label/Stable%20updates/
Security: 51f84e28-444e-11e2-8306-00262d5ed8ee
Requested by: danfe [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 6 | ||||
-rw-r--r-- | www/chromium/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index c1258f127c69..b9c4247f8643 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -3,7 +3,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 23.0.1271.95 +DISTVERSION= 23.0.1271.97 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ @@ -83,7 +83,7 @@ OPTIONS_DEFAULT= CODECS GCONF .include <bsd.port.options.mk> -.if ${OSVERSION} < 900033 || empty(PORT_OPTIONS:MCLANG) +.if ${OSVERSION} < 900033 || ! ${PORT_OPTIONS:MCLANG} BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin @@ -110,7 +110,7 @@ GYP_DEFINES+= use_pulseaudio=1 GYP_DEFINES+= use_pulseaudio=0 .endif -.if empty(MACHINE_CPU:Msse2) +.if ! ${MACHINE_CPU:Msse2} GYP_DEFINES+= disable_sse2=1 .endif diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 2418e472de78..d2255aaa09c9 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-23.0.1271.95.tar.xz) = 9ac588a3449268c62cd3a4f3eb004eba1db45ed9f7aa10a8d7611062105d91db -SIZE (chromium-courgette-redacted-23.0.1271.95.tar.xz) = 179467688 +SHA256 (chromium-courgette-redacted-23.0.1271.97.tar.xz) = a41a9511bc7f3f4d8336a3bd3c8b309c7ebad6bff2e02fce081bb194349c6a36 +SIZE (chromium-courgette-redacted-23.0.1271.97.tar.xz) = 179510640 |