Bug 178928 - [patch] security/amavisd-new
Summary: [patch] security/amavisd-new
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:20 UTC by Andrej Zverev
Modified: 2013-06-07 08:50 UTC (History)
0 users

See Also:


Attachments
patch.diff (489 bytes, patch)
2013-05-24 10:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 10:20:02 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:20:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:47:32 UTC
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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:47:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!