pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kardel
Date:           Thu Dec 10 20:35:45 UTC 2020

Modified Files:
        pkgsrc/devel/libyang: Makefile
Removed Files:
        pkgsrc/licenses: cesnet-libyang

Log Message:
devel/libyang: reference modified-bsd license
as per request of gdt@


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libyang/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/licenses/cesnet-libyang

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

Modified files:

Index: pkgsrc/devel/libyang/Makefile
diff -u pkgsrc/devel/libyang/Makefile:1.1 pkgsrc/devel/libyang/Makefile:1.2
--- pkgsrc/devel/libyang/Makefile:1.1   Thu Dec 10 16:25:19 2020
+++ pkgsrc/devel/libyang/Makefile       Thu Dec 10 20:35:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/10 16:25:19 kardel Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/10 20:35:45 kardel Exp $
 
 GITHUB_PROJECT=        libyang
 GITHUB_TAG=    v1.0.184
@@ -11,7 +11,7 @@ DIST_SUBDIR=  ${GITHUB_PROJECT}
 MAINTAINER=    kardel%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/CESNET/libyang/
 COMMENT=       YANG data modeling language library
-LICENSE=       cesnet-libyang
+LICENSE=       modified-bsd
 
 WRKSRC=                ${WRKDIR}/libyang-1.0.184
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index