pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender-lts



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jan 19 19:00:02 UTC 2021

Modified Files:
        pkgsrc/graphics/blender-lts: Makefile

Log Message:
blender-lts: Bump for opencolorio. Add missing pugixml dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/blender-lts/Makefile

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

Modified files:

Index: pkgsrc/graphics/blender-lts/Makefile
diff -u pkgsrc/graphics/blender-lts/Makefile:1.5 pkgsrc/graphics/blender-lts/Makefile:1.6
--- pkgsrc/graphics/blender-lts/Makefile:1.5    Fri Jan  1 08:24:44 2021
+++ pkgsrc/graphics/blender-lts/Makefile        Tue Jan 19 19:00:02 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/01/01 08:24:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/19 19:00:02 nia Exp $
 
 DISTNAME=      blender-2.83.5
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.blender.org/source/
 EXTRACT_SUFX=  .tar.xz
@@ -81,5 +81,6 @@ pre-configure:
 .include "../../parallel/threadingbuildingblocks/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/pugixml/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index