Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2012 19:58:16 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301238 - head/graphics/glew
Message-ID:  <201207201958.q6KJwGMP031418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Fri Jul 20 19:58:16 2012
New Revision: 301238
URL: http://svn.freebsd.org/changeset/ports/301238

Log:
  - Update to 1.8.0

Modified:
  head/graphics/glew/Makefile   (contents, props changed)
  head/graphics/glew/distinfo   (contents, props changed)
  head/graphics/glew/pkg-plist   (contents, props changed)

Modified: head/graphics/glew/Makefile
==============================================================================
--- head/graphics/glew/Makefile	Fri Jul 20 19:39:06 2012	(r301237)
+++ head/graphics/glew/Makefile	Fri Jul 20 19:58:16 2012	(r301238)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glew
-PORTVERSION=	1.7.0
+PORTVERSION=	1.8.0
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 EXTRACT_SUFX=	.tgz
@@ -33,6 +33,7 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/lib/libGLEWmx.a ${PREFIX}/lib
 	${INSTALL_DATA} ${WRKSRC}/include/GL/*.h ${PREFIX}/include/GL
 	${INSTALL_DATA} ${WRKSRC}/glew.pc ${PREFIX}/libdata/pkgconfig
+	${INSTALL_DATA} ${WRKSRC}/glewmx.pc ${PREFIX}/libdata/pkgconfig
 
 .ifndef (NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}

Modified: head/graphics/glew/distinfo
==============================================================================
--- head/graphics/glew/distinfo	Fri Jul 20 19:39:06 2012	(r301237)
+++ head/graphics/glew/distinfo	Fri Jul 20 19:58:16 2012	(r301238)
@@ -1,2 +1,2 @@
-SHA256 (glew-1.7.0.tgz) = 1653a63fb1e1a518c4b5ccbaf1a617f1a0b4c1c29d39ae4e2583844d98365c09
-SIZE (glew-1.7.0.tgz) = 512582
+SHA256 (glew-1.8.0.tgz) = e0041a98b7763a9cc079f5aec8965958b95b37cf1b91a5ded2a8c00d878dfa57
+SIZE (glew-1.8.0.tgz) = 523395

Modified: head/graphics/glew/pkg-plist
==============================================================================
--- head/graphics/glew/pkg-plist	Fri Jul 20 19:39:06 2012	(r301237)
+++ head/graphics/glew/pkg-plist	Fri Jul 20 19:58:16 2012	(r301238)
@@ -10,6 +10,7 @@ lib/libGLEW.so
 lib/libGLEWmx.so.1
 lib/libGLEW.so.1
 libdata/pkgconfig/glew.pc
+libdata/pkgconfig/glewmx.pc
 %%PORTDOCS%%%%DOCSDIR%%/advanced.html
 %%PORTDOCS%%%%DOCSDIR%%/basic.html
 %%PORTDOCS%%%%DOCSDIR%%/build.html



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