diff options
author | rene <rene@FreeBSD.org> | 2014-03-08 02:31:57 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-08 02:31:57 +0800 |
commit | 40355728c96244c1c91c318325e616db733313ca (patch) | |
tree | f8aeec55b4c9a5b265ae5456381a490567aac5fd /www/chromium | |
parent | bf0d841817de67f76b82ad80e28460c915481d17 (diff) | |
download | freebsd-ports-gnome-40355728c96244c1c91c318325e616db733313ca.tar.gz freebsd-ports-gnome-40355728c96244c1c91c318325e616db733313ca.tar.zst freebsd-ports-gnome-40355728c96244c1c91c318325e616db733313ca.zip |
Bump PORTREVISION to prevent checksum failures when downloading the
non-rerolled distribution file.
Use PORTVERSION instead of DISTVERSION while here.
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index c97a2849bc27..386c00cb2ad6 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -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} |