Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 17:20:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/178933: commit references a PR
Message-ID:  <201305241720.r4OHK2hR023467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178933; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178933: commit references a PR
Date: Fri, 24 May 2013 17:19:32 +0000 (UTC)

 Author: az
 Date: Fri May 24 17:19:19 2013
 New Revision: 318995
 URL: http://svnweb.freebsd.org/changeset/ports/318995
 
 Log:
   - Remove unnecessary depend on PERL_LEVEL < 5.12
   
   PR:		ports/178933
   Submitted by:	az
   Approved by:	maintainer
 
 Modified:
   head/www/p5-Pod-Site/Makefile
 
 Modified: head/www/p5-Pod-Site/Makefile
 ==============================================================================
 --- head/www/p5-Pod-Site/Makefile	Fri May 24 17:16:35 2013	(r318994)
 +++ head/www/p5-Pod-Site/Makefile	Fri May 24 17:19:19 2013	(r318995)
 @@ -36,17 +36,4 @@ TEST_DEPENDS+=	p5-Test-Pod>=1.41:${PORTS
  		p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
  .endif
  
 -.include <bsd.port.pre.mk>
 -
 -.if ${PERL_LEVEL} < 501001
 -BUILD_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
 -RUN_DEPENDS+=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
 -TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
 -.endif
 -
 -.if ${PERL_LEVEL} < 501200
 -BUILD_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
 -RUN_DEPENDS+=	p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
 -.endif
 -
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241720.r4OHK2hR023467>