diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-05-02 01:19:00 +0800 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-05-02 01:19:00 +0800 |
commit | e982cc86df23c6f4f7403d4828cc260d01a1b5c6 (patch) | |
tree | b160868ab2c80aad1f9b58751d103a66521a3505 /graphics/glew | |
parent | a3312afe9bea28596714436492c0106ab61a62c8 (diff) | |
download | freebsd-ports-gnome-e982cc86df23c6f4f7403d4828cc260d01a1b5c6.tar.gz freebsd-ports-gnome-e982cc86df23c6f4f7403d4828cc260d01a1b5c6.tar.zst freebsd-ports-gnome-e982cc86df23c6f4f7403d4828cc260d01a1b5c6.zip |
Upgrade graphics/glew to 1.4.0
Diffstat (limited to 'graphics/glew')
-rw-r--r-- | graphics/glew/Makefile | 4 | ||||
-rw-r--r-- | graphics/glew/distinfo | 6 | ||||
-rw-r--r-- | graphics/glew/pkg-descr | 3 |
3 files changed, 5 insertions, 8 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index 8df52b568881..cbc3abb475ba 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glew -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lib/libGLEW.so.${PORTVERSION} \ ${PREFIX}/lib/libGLEW.so.1 - @${LN} -sf ${PREFIX}/lib/libGLEW.so.1 ${PREFIX}/lib/libGLEW.so + ${LN} -sf ${PREFIX}/lib/libGLEW.so.1 ${PREFIX}/lib/libGLEW.so ${INSTALL_DATA} ${WRKSRC}/lib/libGLEW.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/include/GL/*.h ${PREFIX}/include/GL diff --git a/graphics/glew/distinfo b/graphics/glew/distinfo index 8c956105f9a0..b2cb915521af 100644 --- a/graphics/glew/distinfo +++ b/graphics/glew/distinfo @@ -1,3 +1,3 @@ -MD5 (glew-1.3.5-src.tgz) = 154b2e570a3409424d837e37678a0016 -SHA256 (glew-1.3.5-src.tgz) = 62b6ff954acec851ae9c54298311264951a7255f7f27738d4ccd8b569a81668a -SIZE (glew-1.3.5-src.tgz) = 391062 +MD5 (glew-1.4.0-src.tgz) = 4c3f0c919103e00b149695a06285b398 +SHA256 (glew-1.4.0-src.tgz) = 7ea84a2d10357f39eb7ccb35fe59af19fa9c8aed18b84ea41a743d32c893ed12 +SIZE (glew-1.4.0-src.tgz) = 360075 diff --git a/graphics/glew/pkg-descr b/graphics/glew/pkg-descr index e0bc429ca8c8..df2d500dc6a1 100644 --- a/graphics/glew/pkg-descr +++ b/graphics/glew/pkg-descr @@ -6,6 +6,3 @@ by the driver or not. OpenGL core and extension functionality is exposed via a single header file. WWW: http://glew.sourceforge.net/ - -- Igor Pokrovsky -tiamat@comset.net |