svn commit: r387476 - head/graphics/mandelbulber
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 26 13:32:37 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list