From owner-svn-ports-head@FreeBSD.ORG Fri May 24 07:42:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 51D185FB; Fri, 24 May 2013 07:42:50 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 442B3358; Fri, 24 May 2013 07:42:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4O7gopZ004843; Fri, 24 May 2013 07:42:50 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4O7goqZ004842; Fri, 24 May 2013 07:42:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305240742.r4O7goqZ004842@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 07:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318918 - head/mail/p5-FuzzyOcr 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.14 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: Fri, 24 May 2013 07:42:50 -0000 Author: az Date: Fri May 24 07:42:49 2013 New Revision: 318918 URL: http://svnweb.freebsd.org/changeset/ports/318918 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 Modified: head/mail/p5-FuzzyOcr/Makefile Modified: head/mail/p5-FuzzyOcr/Makefile ============================================================================== --- head/mail/p5-FuzzyOcr/Makefile Fri May 24 07:21:23 2013 (r318917) +++ head/mail/p5-FuzzyOcr/Makefile Fri May 24 07:42:49 2013 (r318918) @@ -1,9 +1,5 @@ -# New ports collection makefile for: FuzzyOcr -# Date Created: 2006-11-03 -# Whom: Shaun Amott -# +# Created by: Shaun Amott # $FreeBSD$ -# PORTNAME= FuzzyOcr DISTVERSION= 2.3b @@ -52,10 +48,6 @@ PLIST_DIRS= %%EXAMPLESDIR%% .include -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - post-patch: @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ -e 's,/bin/grep,/usr/bin/grep,g' \