Date: Fri, 31 Aug 2012 06:09:26 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303398 - head/www/chromium Message-ID: <201208310609.q7V69QGS078835@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Aug 31 06:09:26 2012 New Revision: 303398 URL: http://svn.freebsd.org/changeset/ports/303398 Log: - 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 Modified: head/www/chromium/Makefile (contents, props changed) head/www/chromium/distinfo (contents, props changed) Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Aug 31 01:45:55 2012 (r303397) +++ head/www/chromium/Makefile Fri Aug 31 06:09:26 2012 (r303398) @@ -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/ 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" \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Aug 31 01:45:55 2012 (r303397) +++ head/www/chromium/distinfo Fri Aug 31 06:09:26 2012 (r303398) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208310609.q7V69QGS078835>