pkgsrc-WIP-changes archive

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

ironpython: fix LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sat Apr 14 00:44:32 2018 +0900
Changeset:	ae6d8b8343a402b8ce07d7c44d11f002a439e74c

Modified Files:
	ironpython/Makefile

Log Message:
ironpython: fix LICENSE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae6d8b8343a402b8ce07d7c44d11f002a439e74c

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

diffstat:
 ironpython/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/ironpython/Makefile b/ironpython/Makefile
index 5172c3e8b8..b1b7f20826 100755
--- a/ironpython/Makefile
+++ b/ironpython/Makefile
@@ -7,12 +7,11 @@ PKGREVISION=	2
 CATEGORIES=	lang python
 MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/ironpython/
 EXTRACT_SUFX=	.zip
-LICENSE=	apache-2.0
 
 MAINTAINER=	kamel.derouiche%gmail.com@localhost
 HOMEPAGE=	http://www.codeplex.com/IronPython
 COMMENT=	Python implementation targeting the .NET and Mono platforms
-#LICENSE=	LICENSE
+LICENSE=	apache-2.0
 
 WRKSRC=		${WRKDIR}/IronPython-1.0.1
 USE_TOOLS+=	gmake


Home | Main Index | Thread Index | Old Index