svn commit: r318918 - head/mail/p5-FuzzyOcr

Andrej Zverev az at FreeBSD.org
Fri May 24 07:42:50 UTC 2013


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 <shaun at FreeBSD.org>
-#
+# Created by: Shaun Amott <shaun at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	FuzzyOcr
 DISTVERSION=	2.3b
@@ -52,10 +48,6 @@ PLIST_DIRS=	%%EXAMPLESDIR%%
 
 .include <bsd.port.pre.mk>
 
-.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'		\


More information about the svn-ports-all mailing list