- Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
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}\';|" \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!