diff options
author | rene <rene@FreeBSD.org> | 2012-08-31 14:09:26 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-08-31 14:09:26 +0800 |
commit | b1c27c3d00e28797f56948b1912169c202033158 (patch) | |
tree | 14d7b59e5a5a59f939ae120c37f96bdbdd737aa8 /www/chromium | |
parent | 7fd7b72525b92e9735e99e0105d28be36e9c9f51 (diff) | |
download | freebsd-ports-gnome-b1c27c3d00e28797f56948b1912169c202033158.tar.gz freebsd-ports-gnome-b1c27c3d00e28797f56948b1912169c202033158.tar.zst freebsd-ports-gnome-b1c27c3d00e28797f56948b1912169c202033158.zip |
- Update to 21.0.1180.89
- Use pkgconf
- List gcrypt as a library dependency, not as a runtime dependency
Security: http://www.vuxml.org/freebsd/ee68923d-f2f5-11e1-8014-00262d5ed8ee.html
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 11 | ||||
-rw-r--r-- | www/chromium/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 1fded56aec18..d89403d50d55 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -7,7 +7,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 21.0.1180.81 +DISTVERSION= 21.0.1180.89 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ @@ -37,11 +37,11 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ nss3:${PORTSDIR}/security/nss \ gnome-keyring:${PORTSDIR}/security/libgnome-keyring \ cups:${PORTSDIR}/print/cups-client \ - event-1:${PORTSDIR}/devel/libevent + event-1:${PORTSDIR}/devel/libevent \ + gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ - ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf \ - ${LOCALBASE}/lib/libgcrypt.so:${PORTSDIR}/security/libgcrypt + ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf ONLY_FOR_ARCHS= i386 amd64 USE_XZ= yes @@ -50,7 +50,8 @@ USE_GMAKE= yes USE_PERL5_BUILD= yes USE_PYTHON_BUILD= 2.6+ USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst -USE_GNOME= glib20 gtk20 dconf libxslt pkgconfig +USE_GNOME= glib20 gtk20 dconf libxslt +USE_PKGCONFIG= build MAN1= chrome.1 DESKTOP_ENTRIES="Chromium" "${COMMENT}" "${DATADIR}/product_logo_48.png" \ diff --git a/www/chromium/distinfo b/www/chromium/distinfo index e82fde337a13..88d5d6dce7df 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-21.0.1180.81.tar.xz) = 1d0fca31f1a6ee1fd1a8a4d42f29a9c3e678a78cf322be275d278eba59eab753 -SIZE (chromium-courgette-redacted-21.0.1180.81.tar.xz) = 156172516 +SHA256 (chromium-courgette-redacted-21.0.1180.89.tar.xz) = ce3512015ba5d4e012a3706a8ca0380ad6360c58d8e01275dd2168b20205babc +SIZE (chromium-courgette-redacted-21.0.1180.89.tar.xz) = 156190076 |