svn commit: r344445 - head/textproc/xmlada

John Marino marino at FreeBSD.org
Sat Feb 15 16:53:55 UTC 2014


Author: marino
Date: Sat Feb 15 16:53:55 2014
New Revision: 344445
URL: http://svnweb.freebsd.org/changeset/ports/344445
QAT: https://qat.redports.org/buildarchive/r344445/

Log:
  textproc/xmlada: Correct license.  It's GPLv3, not GPLv2

Modified:
  head/textproc/xmlada/Makefile

Modified: head/textproc/xmlada/Makefile
==============================================================================
--- head/textproc/xmlada/Makefile	Sat Feb 15 16:53:04 2014	(r344444)
+++ head/textproc/xmlada/Makefile	Sat Feb 15 16:53:55 2014	(r344445)
@@ -3,14 +3,14 @@
 
 PORTNAME=	xmlada
 PORTVERSION=	4.4.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 
 MAINTAINER=	marino at FreeBSD.org
 COMMENT=	Adacore XML suite for the Ada language
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes


More information about the svn-ports-all mailing list