Date: Fri, 7 Mar 2014 21:26:33 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r347425 - branches/2014Q1/www/chromium Message-ID: <201403072126.s27LQXi1056238@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Mar 7 21:26:33 2014 New Revision: 347425 URL: http://svnweb.freebsd.org/changeset/ports/347425 QAT: https://qat.redports.org/buildarchive/r347425/ Log: MFH: r347414 Bump PORTREVISION to prevent checksum failures when downloading the non-rerolled distribution file. Use PORTVERSION instead of DISTVERSION while here. Approved by: portmgr (tabthorpe) Modified: branches/2014Q1/www/chromium/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/www/chromium/Makefile ============================================================================== --- branches/2014Q1/www/chromium/Makefile Fri Mar 7 21:25:17 2014 (r347424) +++ branches/2014Q1/www/chromium/Makefile Fri Mar 7 21:26:33 2014 (r347425) @@ -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?201403072126.s27LQXi1056238>