Date: Sun, 21 Jan 2018 16:13:07 +0000 (UTC) From: Michael Reifenberger <mr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459616 - head/graphics/opencsg Message-ID: <201801211613.w0LGD7nf018730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801211613.w0LGD7nf018730>