svn commit: r405890 - head/sysutils/ansible

Matthew Seaman matthew at FreeBSD.org
Tue Jan 12 16:14:52 UTC 2016


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 at 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 \


More information about the svn-ports-all mailing list