svn commit: r320402 - in head/www/chromium: . files
Rene Ladan
rene at FreeBSD.org
Sun Jun 9 18:55:01 UTC 2013
Author: rene
Date: Sun Jun 9 18:55:00 2013
New Revision: 320402
URL: http://svnweb.freebsd.org/changeset/ports/320402
Log:
- Fix typo in files/chromium-browser.desktop.in, which caused
update-desktop-database to print an error each time it was run
(also for other ports).
- Bump PORTREVISION
Modified:
head/www/chromium/Makefile
head/www/chromium/files/chromium-browser.desktop.in
Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile Sun Jun 9 18:54:19 2013 (r320401)
+++ head/www/chromium/Makefile Sun Jun 9 18:55:00 2013 (r320402)
@@ -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/ \
Modified: head/www/chromium/files/chromium-browser.desktop.in
==============================================================================
--- head/www/chromium/files/chromium-browser.desktop.in Sun Jun 9 18:54:19 2013 (r320401)
+++ head/www/chromium/files/chromium-browser.desktop.in Sun Jun 9 18:55:00 2013 (r320402)
@@ -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
More information about the svn-ports-all
mailing list