Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 15:58:41 +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: r461151 - head/graphics/opencsg
Message-ID:  <201802071558.w17Fwf6j067884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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%%



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