pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libgltf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Aug  1 12:05:31 UTC 2017

Modified Files:
        pkgsrc/graphics/libgltf: Makefile PLIST distinfo

Log Message:
Update to 0.1.0

Changelog:
Not available


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/libgltf/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/libgltf/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/libgltf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libgltf/Makefile
diff -u pkgsrc/graphics/libgltf/Makefile:1.10 pkgsrc/graphics/libgltf/Makefile:1.11
--- pkgsrc/graphics/libgltf/Makefile:1.10       Sun Apr 30 01:21:44 2017
+++ pkgsrc/graphics/libgltf/Makefile    Tue Aug  1 12:05:31 2017
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2017/04/30 01:21:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/08/01 12:05:31 ryoon Exp $
 
-DISTNAME=      libgltf-0.0.2
-PKGREVISION=   7
+DISTNAME=      libgltf-0.1.0
 CATEGORIES=    graphics
 MASTER_SITES=  http://dev-www.libreoffice.org/src/libgltf/
-EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://gerrit.libreoffice.org/#/admin/projects/libgltf
@@ -29,4 +27,5 @@ BUILDLINK_TRANSFORM+= rm:-Weffc++
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
 .include "../../graphics/glm/buildlink3.mk"
+.include "../../graphics/libepoxy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/libgltf/PLIST
diff -u pkgsrc/graphics/libgltf/PLIST:1.1 pkgsrc/graphics/libgltf/PLIST:1.2
--- pkgsrc/graphics/libgltf/PLIST:1.1   Mon Oct 13 21:50:10 2014
+++ pkgsrc/graphics/libgltf/PLIST       Tue Aug  1 12:05:31 2017
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/13 21:50:10 ryoon Exp $
-include/libgltf-0.0/libgltf.h
-include/libgltf-0.0/types.h
-lib/libgltf-0.0.la
-lib/pkgconfig/libgltf-0.0.pc
+@comment $NetBSD: PLIST,v 1.2 2017/08/01 12:05:31 ryoon Exp $
+include/libgltf-0.1/libgltf.h
+include/libgltf-0.1/types.h
+lib/libgltf-0.1.la
+lib/pkgconfig/libgltf-0.1.pc

Index: pkgsrc/graphics/libgltf/distinfo
diff -u pkgsrc/graphics/libgltf/distinfo:1.2 pkgsrc/graphics/libgltf/distinfo:1.3
--- pkgsrc/graphics/libgltf/distinfo:1.2        Tue Nov  3 21:34:07 2015
+++ pkgsrc/graphics/libgltf/distinfo    Tue Aug  1 12:05:31 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 21:34:07 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/08/01 12:05:31 ryoon Exp $
 
-SHA1 (libgltf-0.0.2.tar.bz2) = 49860235c52b0be395b216d3f33955f935036f8e
-RMD160 (libgltf-0.0.2.tar.bz2) = c2618f7df60aaa89ea47c9347906c90c291d6ff4
-SHA512 (libgltf-0.0.2.tar.bz2) = 74ca5e5e0f38ee5a67e870b49f4adf6c9710dc696afb776149618c05d15e3527d605143230f7ceacd199b609bcbb683cfc72d8e4ef22ba5b9ca777c8a2b53dcf
-Size (libgltf-0.0.2.tar.bz2) = 538040 bytes
+SHA1 (libgltf-0.1.0.tar.gz) = 719ab0d7b711650c787fe9bfb51109321d21e07b
+RMD160 (libgltf-0.1.0.tar.gz) = c18fa5c7640642bd2c8ada79f7edc40c8997e753
+SHA512 (libgltf-0.1.0.tar.gz) = c4ef222d638a3f691bcce493776ef451830168ef0569c417f0acdd305e5f261500767943f92a3e65d6b00aecf6c02bdae56f52e0943b8d36490ef66474d9252a
+Size (libgltf-0.1.0.tar.gz) = 736163 bytes



Home | Main Index | Thread Index | Old Index