Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 13:32:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387476 - head/graphics/mandelbulber
Message-ID:  <201505261332.t4QDWbOx054253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 26 13:32:36 2015
New Revision: 387476
URL: https://svnweb.freebsd.org/changeset/ports/387476

Log:
  - Add USES=desktop-file-utils as suggested by stage-qa
  - Add LICENSE_FILE

Modified:
  head/graphics/mandelbulber/Makefile

Modified: head/graphics/mandelbulber/Makefile
==============================================================================
--- head/graphics/mandelbulber/Makefile	Tue May 26 13:14:45 2015	(r387475)
+++ head/graphics/mandelbulber/Makefile	Tue May 26 13:32:36 2015	(r387476)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mandelbulber
 DISTVERSION=	1.13-1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}
 DISTNAME=	${PORTNAME}${DISTVERSION}
@@ -11,8 +12,9 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	3D Mandelbrot fractal renderer
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pkgconfig
+USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	glib20 gtk20
 BUILD_WRKSRC=	${WRKSRC}/makefiles
 MAKEFILE=	makefile



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