svn commit: r400473 - head/editors/plume-creator-devel

Pawel Pekala pawel at FreeBSD.org
Thu Oct 29 16:57:31 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list