Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 16:14:51 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405890 - head/sysutils/ansible
Message-ID:  <201601121614.u0CGEplw057673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Jan 12 16:14:50 2016
New Revision: 405890
URL: https://svnweb.freebsd.org/changeset/ports/405890

Log:
  Update LICENSE to new GPLv3+
  
  PR:		206161
  Submitted by:	maintainer

Modified:
  head/sysutils/ansible/Makefile

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Tue Jan 12 16:07:12 2016	(r405889)
+++ head/sysutils/ansible/Makefile	Tue Jan 12 16:14:50 2016	(r405890)
@@ -3,13 +3,14 @@
 
 PORTNAME=	ansible
 PORTVERSION=	1.9.4
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 
 MAINTAINER=	lifanov@mail.lifanov.com
 COMMENT=	Radically simple IT automation
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601121614.u0CGEplw057673>