svn commit: r309796 - in head/deskutils/docear: . files

Matthias Andree mandree at FreeBSD.org
Wed Jan 2 01:27:49 UTC 2013


Author: mandree
Date: Wed Jan  2 01:27:48 2013
New Revision: 309796
URL: http://svnweb.freebsd.org/changeset/ports/309796

Log:
  Fix MimeTypes -> MimeType in .desktop file,
  
  so that docear gets registered as application for text/x-docear files.

Modified:
  head/deskutils/docear/Makefile
  head/deskutils/docear/files/docear.desktop.in   (contents, props changed)

Modified: head/deskutils/docear/Makefile
==============================================================================
--- head/deskutils/docear/Makefile	Tue Jan  1 23:35:09 2013	(r309795)
+++ head/deskutils/docear/Makefile	Wed Jan  2 01:27:48 2013	(r309796)
@@ -3,6 +3,7 @@
 
 PORTNAME=	docear
 PORTVERSION=	1.0.0.b07
+PORTREVISION=	1
 CATEGORIES=	deskutils java
 MASTER_SITES=	SF/docear/1.x/${PORTVERSION:S/.b/_beta/}
 DISTNAME=	docear_linux

Modified: head/deskutils/docear/files/docear.desktop.in
==============================================================================
--- head/deskutils/docear/files/docear.desktop.in	Tue Jan  1 23:35:09 2013	(r309795)
+++ head/deskutils/docear/files/docear.desktop.in	Wed Jan  2 01:27:48 2013	(r309796)
@@ -6,6 +6,6 @@ Name=Docear
 Comment=Academic literature suite: Digital library, reference manager, PDF and file manager, note taking and mind mapping
 Icon=%%PREFIX%%/share/docear/docear-icon48x48.png
 Exec=%%PREFIX%%/bin/docear %f
-MimeTypes=text/x-docear;
+MimeType=text/x-docear;
 Categories=Education;Science;
 StartupNotify=false


More information about the svn-ports-all mailing list