Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 16:57:29 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400473 - head/editors/plume-creator-devel
Message-ID:  <201510291657.t9TGvTTA066898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Oct 29 16:57:29 2015
New Revision: 400473
URL: https://svnweb.freebsd.org/changeset/ports/400473

Log:
  Fix minor style errors
  
  Submitted by:	danfe

Modified:
  head/editors/plume-creator-devel/Makefile

Modified: head/editors/plume-creator-devel/Makefile
==============================================================================
--- head/editors/plume-creator-devel/Makefile	Thu Oct 29 16:29:50 2015	(r400472)
+++ head/editors/plume-creator-devel/Makefile	Thu Oct 29 16:57:29 2015	(r400473)
@@ -6,13 +6,13 @@ CATEGORIES=	editors
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/plume-creator/
 
 MAINTAINER=	yamagi@yamagi.org
-COMMENT=	Plume-Creator is an open-source tool for novelists
+COMMENT=	Open source tool for novelists
 
 LICENSE=	GPLv3 # (or later)
 
 DATE=		20150510
 
-USES=		desktop-file-utils shared-mime-info qmake tar:xz
+USES=		desktop-file-utils qmake shared-mime-info tar:xz
 USE_QT4=	corelib gui moc_build qmake_build rcc_build uic_build webkit
 QMAKE_ARGS=	${WRKSRC}/plume-creator.pro
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510291657.t9TGvTTA066898>