svn commit: r347414 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Fri Mar 7 18:31:57 UTC 2014


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}


More information about the svn-ports-all mailing list