From owner-svn-ports-head@freebsd.org Tue Oct 6 09:42:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3EA39D0D2F; Tue, 6 Oct 2015 09:42:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92585F51; Tue, 6 Oct 2015 09:42:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t969gtAQ096872; Tue, 6 Oct 2015 09:42:55 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t969gtrc096871; Tue, 6 Oct 2015 09:42:55 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201510060942.t969gtrc096871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 6 Oct 2015 09:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398694 - head/graphics/ocre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 09:42:55 -0000 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 (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@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 \