svn commit: r347425 - branches/2014Q1/www/chromium

Rene Ladan rene at FreeBSD.org
Fri Mar 7 21:26:33 UTC 2014


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}


More information about the svn-ports-branches mailing list