Date: Sat, 8 Dec 2018 18:40:28 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486974 - head/graphics/radiance Message-ID: <201812081840.wB8IeSSu086813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 8 18:40:27 2018 New Revision: 486974 URL: https://svnweb.freebsd.org/changeset/ports/486974 Log: graphics/radiance: Add PKGNAMESUFFIX because there is another software package also called 'radiance' The other software is https://www.radiance-online.org/ - A Validated Lighting Simulation Tool Modified: head/graphics/radiance/Makefile Modified: head/graphics/radiance/Makefile ============================================================================== --- head/graphics/radiance/Makefile Sat Dec 8 18:35:30 2018 (r486973) +++ head/graphics/radiance/Makefile Sat Dec 8 18:40:27 2018 (r486974) @@ -2,7 +2,9 @@ PORTNAME= radiance DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= graphics +PKGNAMESUFFIX= -video MAINTAINER= yuri@FreeBSD.org COMMENT= Video art software for VJs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812081840.wB8IeSSu086813>