svn commit: r319002 - head/graphics/yagf

Boris Samorodov bsam at FreeBSD.org
Fri May 24 18:11:47 UTC 2013


Author: bsam
Date: Fri May 24 18:11:46 2013
New Revision: 319002
URL: http://svnweb.freebsd.org/changeset/ports/319002

Log:
  . add LICENSE=GPLv3;
  . bump PORTREVISION.

Modified:
  head/graphics/yagf/Makefile

Modified: head/graphics/yagf/Makefile
==============================================================================
--- head/graphics/yagf/Makefile	Fri May 24 17:59:35 2013	(r319001)
+++ head/graphics/yagf/Makefile	Fri May 24 18:11:46 2013	(r319002)
@@ -3,13 +3,15 @@
 
 PORTNAME=	yagf
 PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://symmetrica.net/cuneiform-linux/
 
 MAINTAINER=	bsam at FreeBSD.org
 COMMENT=	Graphical interface for an OCR program (cuneiform and tesseract)
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-all mailing list