Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 16:21:46 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318991 - head/textproc/docproj
Message-ID:  <201305241621.r4OGLkW1090163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri May 24 16:21:46 2013
New Revision: 318991
URL: http://svnweb.freebsd.org/changeset/ports/318991

Log:
  Remove conditional RUN_DEPENDS with deprecated perl5.8.
  Bump PORTREVISION.
  
  PR:		ports/178912
  Submitted by:	az
  Approved by:	doceng (implicit)

Modified:
  head/textproc/docproj/Makefile

Modified: head/textproc/docproj/Makefile
==============================================================================
--- head/textproc/docproj/Makefile	Fri May 24 16:20:31 2013	(r318990)
+++ head/textproc/docproj/Makefile	Fri May 24 16:21:46 2013	(r318991)
@@ -4,7 +4,7 @@
 
 PORTNAME=	docproj
 PORTVERSION=	1.17
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	textproc
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -94,8 +94,4 @@ RUN_DEPENDS+=	openjade:${PORTSDIR}/textp
 RUN_DEPENDS+=	jade:${PORTSDIR}/textproc/jade
 .endif
 
-.if ${PERL_LEVEL} < 500804
-RUN_DEPENDS+=	p5-Digest-MD5>=2.51:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241621.r4OGLkW1090163>