svn commit: r389702 - head/graphics/autoq3d

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 15 12:34:46 UTC 2015


Author: amdmi3
Date: Mon Jun 15 12:34:45 2015
New Revision: 389702
URL: https://svnweb.freebsd.org/changeset/ports/389702

Log:
  - Fix executable and icon names in the .desktop file
  
  PR:		200847

Modified:
  head/graphics/autoq3d/Makefile

Modified: head/graphics/autoq3d/Makefile
==============================================================================
--- head/graphics/autoq3d/Makefile	Mon Jun 15 12:26:07 2015	(r389701)
+++ head/graphics/autoq3d/Makefile	Mon Jun 15 12:34:45 2015	(r389702)
@@ -3,7 +3,7 @@
 
 PORTNAME=	autoq3d
 PORTVERSION=	1.40
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION}
 DISTNAME=	AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source
@@ -23,8 +23,8 @@ USE_QT4=	corelib gui opengl moc_build
 PORTDOCS=	3DQformat.txt ChangeLog.txt
 OPTIONS_DEFINE=	DOCS
 
-DESKTOP_ENTRIES="AutoQ3D" "" "${PORTNAME}" \
-		"${PORTNAME}" "Graphics;3DGraphics;Qt;" ""
+DESKTOP_ENTRIES="AutoQ3D" "" "AutoQ3D" \
+		"AutoQ3D" "Graphics;3DGraphics;Qt;" ""
 
 post-patch:
 .for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp


More information about the svn-ports-all mailing list