pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/revbump



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  1 09:11:58 UTC 2023

Modified Files:
        pkgsrc/pkgtools/revbump: Makefile

Log Message:
revbump: fix LICENSE


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/pkgtools/revbump/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/revbump/Makefile
diff -u pkgsrc/pkgtools/revbump/Makefile:1.53 pkgsrc/pkgtools/revbump/Makefile:1.54
--- pkgsrc/pkgtools/revbump/Makefile:1.53       Sat Jun 10 14:35:29 2023
+++ pkgsrc/pkgtools/revbump/Makefile    Sat Jul  1 09:11:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/06/10 14:35:29 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2023/07/01 09:11:58 wiz Exp $
 
 PKGNAME=               revbump-3.3
 CATEGORIES=            pkgtools
@@ -6,7 +6,7 @@ CATEGORIES=             pkgtools
 MAINTAINER=            wiz%NetBSD.org@localhost
 HOMEPAGE=              https://www.pkgsrc.org/
 COMMENT=               Tool for bumping PKGREVISIONs (for pkgsrc developers)
-LICENSE=               modified-bsd AND 2-clause-bsd
+LICENSE=               2-clause-bsd
 
 WRKSRC=                        ${WRKDIR}
 USE_LANGUAGES=         # empty



Home | Main Index | Thread Index | Old Index