svn commit: r461151 - head/graphics/opencsg

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 7 15:58:42 UTC 2018


Author: amdmi3
Date: Wed Feb  7 15:58:41 2018
New Revision: 461151
URL: https://svnweb.freebsd.org/changeset/ports/461151

Log:
  - Add LICENSE_FILE
  - Fix plist
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/opencsg/Makefile
  head/graphics/opencsg/pkg-plist

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Wed Feb  7 15:55:49 2018	(r461150)
+++ head/graphics/opencsg/Makefile	Wed Feb  7 15:58:41 2018	(r461151)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencsg
 PORTVERSION=	1.4.2
-#PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.opencsg.org/
 DISTNAME=	OpenCSG-${PORTVERSION}
@@ -12,6 +12,7 @@ MAINTAINER=	mr at FreeBSD.org
 COMMENT=	Constructive Solid Geometry rendering library
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/../license.txt
 
 USES=		compiler:c++11-lang qmake
 USE_GL=		gl glew

Modified: head/graphics/opencsg/pkg-plist
==============================================================================
--- head/graphics/opencsg/pkg-plist	Wed Feb  7 15:55:49 2018	(r461150)
+++ head/graphics/opencsg/pkg-plist	Wed Feb  7 15:58:41 2018	(r461151)
@@ -1,4 +1,5 @@
 include/opencsg.h
-lib/libopencsg.so.%%PORTVERSION%%
-lib/libopencsg.so.1
 lib/libopencsg.so
+lib/libopencsg.so.1
+lib/libopencsg.so.1.4
+lib/libopencsg.so.%%PORTVERSION%%


More information about the svn-ports-head mailing list