Date: Fri, 7 Mar 2014 18:31:57 +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: r347414 - head/www/chromium Message-ID: <201403071831.s27IVvQq085131@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Mar 7 18:31:57 2014 New Revision: 347414 URL: http://svnweb.freebsd.org/changeset/ports/347414 QAT: https://qat.redports.org/buildarchive/r347414/ Log: Bump PORTREVISION to prevent checksum failures when downloading the non-rerolled distribution file. Use PORTVERSION instead of DISTVERSION while here. Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Mar 7 18:25:34 2014 (r347413) +++ head/www/chromium/Makefile Fri Mar 7 18:31:57 2014 (r347414) @@ -4,7 +4,8 @@ #TODO eadler: s/python/python2/g on a number of files, chromium does not build with python3 PORTNAME= chromium -DISTVERSION= 33.0.1750.146 +PORTVERSION= 33.0.1750.146 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403071831.s27IVvQq085131>