pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/reposurgeon



Module Name:    pkgsrc
Committed By:   kim
Date:           Sat Jan 21 12:23:48 UTC 2017

Modified Files:
        pkgsrc/devel/reposurgeon: Makefile

Log Message:
Note license change from modified-bsd to 2-clause-bsd.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/reposurgeon/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/reposurgeon/Makefile
diff -u pkgsrc/devel/reposurgeon/Makefile:1.25 pkgsrc/devel/reposurgeon/Makefile:1.26
--- pkgsrc/devel/reposurgeon/Makefile:1.25      Sat Jan 21 12:07:28 2017
+++ pkgsrc/devel/reposurgeon/Makefile   Sat Jan 21 12:23:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/01/21 12:07:28 kim Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/21 12:23:48 kim Exp $
 
 DISTNAME=      reposurgeon-3.40
 CATEGORIES=    devel scm
@@ -8,7 +8,7 @@ EXTRACT_SUFX=   .tar.xz
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.catb.org/~esr/reposurgeon/
 COMMENT=       Tool for editing version-control repository history
-LICENSE=       modified-bsd
+LICENSE=       2-clause-bsd
 
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc



Home | Main Index | Thread Index | Old Index