pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/openexr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 22 05:43:45 UTC 2019

Modified Files:
        pkgsrc/graphics/openexr: Makefile.common

Log Message:
openexr: Set GITHUB_PROJECT so that it's set correctly for ilmbase


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/openexr/Makefile.common

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

Modified files:

Index: pkgsrc/graphics/openexr/Makefile.common
diff -u pkgsrc/graphics/openexr/Makefile.common:1.1 pkgsrc/graphics/openexr/Makefile.common:1.2
--- pkgsrc/graphics/openexr/Makefile.common:1.1 Sat Sep 21 21:34:44 2019
+++ pkgsrc/graphics/openexr/Makefile.common     Sun Sep 22 05:43:45 2019
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.common,v 1.1 2019/09/21 21:34:44 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/09/22 05:43:45 wiz Exp $
 # used by graphics/ilmbase/Makefile
 # used by graphics/opencv/Makefile
 
 DISTNAME=      openexr-2.4.0
+# needed for ilmbase
+GITHUB_PROJECT=        openexr
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openexr/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index