pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/restic



Module Name:    pkgsrc
Committed By:   iquiw
Date:           Sat May  6 06:05:29 UTC 2023

Modified Files:
        pkgsrc/sysutils/restic: Makefile

Log Message:
restic: correct license

LICENSE was wrongly set to "mit", it should be "2-clause-bsd".


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/restic/Makefile

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

Modified files:

Index: pkgsrc/sysutils/restic/Makefile
diff -u pkgsrc/sysutils/restic/Makefile:1.31 pkgsrc/sysutils/restic/Makefile:1.32
--- pkgsrc/sysutils/restic/Makefile:1.31        Fri May  5 19:37:41 2023
+++ pkgsrc/sysutils/restic/Makefile     Sat May  6 06:05:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/05/05 19:37:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2023/05/06 06:05:29 iquiw Exp $
 
 DISTNAME=      restic-0.15.2
 PKGREVISION=   1
@@ -9,7 +9,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 MAINTAINER=    iquiw%NetBSD.org@localhost
 HOMEPAGE=      https://restic.net/
 COMMENT=       Fast, secure, efficient backup program
-LICENSE=       mit
+LICENSE=       2-clause-bsd
 
 EXTRACT_USING= bsdtar
 



Home | Main Index | Thread Index | Old Index