Bug 178942

Summary: [patch] www/awstats
Product: Ports & Packages Reporter: Andrej Zverev <az>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.diff none

Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 11:10:03 UTC
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 11:10:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 11:10:40 UTC
Maintainer of www/awstats,

Please note that PR ports/178942 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178942

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 08:57:01 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-07 08:57:08 UTC
Author: az
Date: Fri Jun  7 07:56:59 2013
New Revision: 320174
URL: http://svnweb.freebsd.org/changeset/ports/320174

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

Modified:
  head/www/awstats/Makefile

Modified: head/www/awstats/Makefile
==============================================================================
--- head/www/awstats/Makefile	Fri Jun  7 07:56:02 2013	(r320173)
+++ head/www/awstats/Makefile	Fri Jun  7 07:56:59 2013	(r320174)
@@ -41,10 +41,6 @@ RUN_DEPENDS+=	p5-Net-IP>=0:${PORTSDIR}/n
 RUN_DEPENDS+=	p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
 .endif
 
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+=	p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_buildstaticpages.pl
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/tools/awstats_configure.pl
_______________________________________________
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"