pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr openexr: Set GITHUB_PROJECT so that i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11062f8fb112
branches:  trunk
changeset: 340079:11062f8fb112
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 22 05:43:45 2019 +0000

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

diffstat:

 graphics/openexr/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r bef7fdb21cd5 -r 11062f8fb112 graphics/openexr/Makefile.common
--- a/graphics/openexr/Makefile.common  Sun Sep 22 05:38:53 2019 +0000
+++ b/graphics/openexr/Makefile.common  Sun Sep 22 05:43:45 2019 +0000
@@ -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