diff options
author | bf <bf@FreeBSD.org> | 2013-03-06 08:30:39 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-03-06 08:30:39 +0800 |
commit | 80eacd88f53f25540f1b0bcba1454fdbbaa5b838 (patch) | |
tree | ea3a753458c9bcf3a631942bd069a8111f7004a3 /graphics/tesseract | |
parent | 71b21069f319e69e8ce7a901e600b80854ec3a56 (diff) | |
download | freebsd-ports-gnome-80eacd88f53f25540f1b0bcba1454fdbbaa5b838.tar.gz freebsd-ports-gnome-80eacd88f53f25540f1b0bcba1454fdbbaa5b838.tar.zst freebsd-ports-gnome-80eacd88f53f25540f1b0bcba1454fdbbaa5b838.zip |
update to 1.69 and adjust dependent ports
PR: 175960
Approved by: maintainer timeout (25 days)
Diffstat (limited to 'graphics/tesseract')
-rw-r--r-- | graphics/tesseract/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index bd7c56631ea4..b0b0835c5339 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: tesseract -# Date created: 18 July 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tesseract PORTVERSION= 3.02.02 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= tesseract-ocr-${PORTVERSION}${EXTRACT_SUFX} |