svn commit: r486974 - head/graphics/radiance

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 8 18:40:29 UTC 2018


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 at FreeBSD.org
 COMMENT=	Video art software for VJs


More information about the svn-ports-all mailing list