svn commit: r320167 - head/security/amavisd-new

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:47:25 UTC 2013


Author: az
Date: Fri Jun  7 07:47:25 2013
New Revision: 320167
URL: http://svnweb.freebsd.org/changeset/ports/320167

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178928
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/security/amavisd-new/Makefile   (contents, props changed)

Modified: head/security/amavisd-new/Makefile
==============================================================================
--- head/security/amavisd-new/Makefile	Fri Jun  7 07:45:41 2013	(r320166)
+++ head/security/amavisd-new/Makefile	Fri Jun  7 07:47:25 2013	(r320167)
@@ -213,10 +213,6 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/tnef:${PO
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s|$daemon_user  = \'vscan\';|$daemon_user  = \'${AMAVISUSER}\';|" \
 			-e "s|$daemon_group = \'vscan\';|$daemon_group = \'${AMAVISGROUP}\';|" \


More information about the svn-ports-all mailing list