svn commit: r318991 - head/textproc/docproj

Glen Barber gjb at FreeBSD.org
Fri May 24 16:21:46 UTC 2013


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>


More information about the svn-ports-all mailing list