svn commit: r398694 - head/graphics/ocre

Bartek Rutkowski robak at FreeBSD.org
Tue Oct 6 09:42:55 UTC 2015


Author: robak
Date: Tue Oct  6 09:42:54 2015
New Revision: 398694
URL: https://svnweb.freebsd.org/changeset/ports/398694

Log:
  graphics/ocre: correct LICENSE
  
  PR:		203577
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> (maintainer)

Modified:
  head/graphics/ocre/Makefile

Modified: head/graphics/ocre/Makefile
==============================================================================
--- head/graphics/ocre/Makefile	Tue Oct  6 09:40:01 2015	(r398693)
+++ head/graphics/ocre/Makefile	Tue Oct  6 09:42:54 2015	(r398694)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_v${PORTVERSION:S/.
 MAINTAINER=	w.schwarzenfeld at utanet.at
 COMMENT=	Simple optical character recognition solution
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 
 LIB_DEPENDS=	libaspell.so:${PORTSDIR}/textproc/aspell
 RUN_DEPENDS=	display:${PORTSDIR}/graphics/ImageMagick \


More information about the svn-ports-head mailing list