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:   nia
Date:           Sun Sep 22 10:05:30 UTC 2019

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

Log Message:
openexr: Sort variables


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/graphics/openexr/Makefile.common:1.3
--- pkgsrc/graphics/openexr/Makefile.common:1.2 Sun Sep 22 05:43:45 2019
+++ pkgsrc/graphics/openexr/Makefile.common     Sun Sep 22 10:05:30 2019
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile.common,v 1.2 2019/09/22 05:43:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2019/09/22 10:05:30 nia 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_PROJECT=        openexr
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    adam%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index