pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-cmdliner



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Jul 11 10:41:48 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-cmdliner: Makefile

Log Message:
Reflect licensing change in Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ocaml-cmdliner/Makefile

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

Modified files:

Index: pkgsrc/devel/ocaml-cmdliner/Makefile
diff -u pkgsrc/devel/ocaml-cmdliner/Makefile:1.12 pkgsrc/devel/ocaml-cmdliner/Makefile:1.13
--- pkgsrc/devel/ocaml-cmdliner/Makefile:1.12   Tue Jul 11 10:18:38 2017
+++ pkgsrc/devel/ocaml-cmdliner/Makefile        Tue Jul 11 10:41:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/07/11 10:18:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2017/07/11 10:41:48 jaapb Exp $
 
 PKGNAME=       ocaml-${DISTNAME}
 DISTNAME=      cmdliner-1.0.0
@@ -9,7 +9,7 @@ EXTRACT_SUFX=   .tbz
 MAINTAINER=    jaapb%NetBSD.org@localhost
 HOMEPAGE=      http://erratique.ch/software/cmdliner/
 COMMENT=       Module for the declarative definition of command line interfaces
-LICENSE=       modified-bsd
+LICENSE=       isc
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index