pkgsrc-WIP-changes archive

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

mozart: add license and minor cosmetic fixes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Oct 16 12:40:04 2015 +0200
Changeset:	61b35ca996701684c9200e28a3e4cfc958a0e8f2

Modified Files:
	mozart/Makefile

Log Message:
mozart: add license and minor cosmetic fixes

o Mozart license seems mostly a mit-ish license with few modifications.
o Get rid of commented MASTER_SITES and GITHUB_TAG, we are using the code
hosted in the Git repository because it includes a lot of fixes compared
to the 1.4.0 release.

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

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

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

diffs:
diff --git a/mozart/Makefile b/mozart/Makefile
index a64f97f..eb62a9e 100644
--- a/mozart/Makefile
+++ b/mozart/Makefile
@@ -3,13 +3,11 @@
 VERSION=	1.4.0
 DISTNAME=	mozart-${VERSION}
 CATEGORIES=	lang
-#MASTER_SITES=	${MASTER_SITE_GITHUB:=mozart/}
-#GITHUB_TAG=	mozart-${VERSION:S/./-/g}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://mozart.github.io/
 COMMENT=	Mozart Programming System
-#LICENSE=	# TODO: mit-ish or x11-ish, I should investigate furher
+LICENSE=	mit # with modifications
 
 GIT_REPOSITORIES=	mozart
 GIT_REPO.mozart=	git://github.com/mozart/mozart.git


Home | Main Index | Thread Index | Old Index