svn commit: r459616 - head/graphics/opencsg

Michael Reifenberger mr at FreeBSD.org
Sun Jan 21 16:13:09 UTC 2018


Author: mr
Date: Sun Jan 21 16:13:07 2018
New Revision: 459616
URL: https://svnweb.freebsd.org/changeset/ports/459616

Log:
  Update to 1.4.2
  
  PR:		213010

Modified:
  head/graphics/opencsg/Makefile
  head/graphics/opencsg/distinfo

Modified: head/graphics/opencsg/Makefile
==============================================================================
--- head/graphics/opencsg/Makefile	Sun Jan 21 16:03:11 2018	(r459615)
+++ head/graphics/opencsg/Makefile	Sun Jan 21 16:13:07 2018	(r459616)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	opencsg
-PORTVERSION=	1.3.2
-PORTREVISION=	4
+PORTVERSION=	1.4.2
+#PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.opencsg.org/
 DISTNAME=	OpenCSG-${PORTVERSION}
@@ -11,14 +11,16 @@ DISTNAME=	OpenCSG-${PORTVERSION}
 MAINTAINER=	mr at FreeBSD.org
 COMMENT=	Constructive Solid Geometry rendering library
 
-USES=		qmake
-USE_GL=		glew
+LICENSE=	GPLv2
+
+USES=		qmake:outsource
+USE_GL=		gl glew
 USE_QT4=	corelib gui
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 PLIST_SUB=      PORTVERSION=${PORTVERSION}
 
 do-install:
-	${INSTALL_LIB} ${WRKDIR}/${DISTNAME}/lib/libopencsg.so.${PORTVERSION} \
+	${INSTALL_LIB} ${WRKDIR}/lib/libopencsg.so.${PORTVERSION} \
 		${STAGEDIR}${PREFIX}/lib
 	${LN} -sf libopencsg.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libopencsg.so.1
 	${LN} -sf libopencsg.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libopencsg.so

Modified: head/graphics/opencsg/distinfo
==============================================================================
--- head/graphics/opencsg/distinfo	Sun Jan 21 16:03:11 2018	(r459615)
+++ head/graphics/opencsg/distinfo	Sun Jan 21 16:13:07 2018	(r459616)
@@ -1,2 +1,3 @@
-SHA256 (OpenCSG-1.3.2.tar.gz) = c790c92998f7113cb35cde825f81c5532755908a0a3f43c3c3c8df2326b3b925
-SIZE (OpenCSG-1.3.2.tar.gz) = 744712
+TIMESTAMP = 1516550936
+SHA256 (OpenCSG-1.4.2.tar.gz) = d952ec5d3a2e46a30019c210963fcddff66813efc9c29603b72f9553adff4afb
+SIZE (OpenCSG-1.4.2.tar.gz) = 933135


More information about the svn-ports-all mailing list