diff options
-rw-r--r-- | www/chromium/Makefile | 1 | ||||
-rw-r--r-- | www/chromium/files/chromium-browser.desktop.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 56fe26400df6..d1bec1464d73 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -4,6 +4,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- DISTVERSION= 27.0.1453.110 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ diff --git a/www/chromium/files/chromium-browser.desktop.in b/www/chromium/files/chromium-browser.desktop.in index 5da408dbb151..784d0cf26be6 100644 --- a/www/chromium/files/chromium-browser.desktop.in +++ b/www/chromium/files/chromium-browser.desktop.in @@ -7,5 +7,5 @@ Comment=%%COMMENT%% Icon=%%DATADIR%%/product_logo_48.png Exec=chrome %U Categories=Application;Network;WebBrowser; -MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;/x-scheme-handler/https;x-scheme-handler/ftp; +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; StartupNotify=true |