Date: Fri, 24 May 2013 10:20:03 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: perl@FreeBSD.org Subject: Re: ports/178908: commit references a PR Message-ID: <201305241020.r4OAK3cK032706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178908; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178908: commit references a PR Date: Fri, 24 May 2013 10:17:23 +0000 (UTC) Author: az Date: Fri May 24 10:17:00 2013 New Revision: 318950 URL: http://svnweb.freebsd.org/changeset/ports/318950 Log: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178908 Submitted by: az Approved by: maintainer Modified: head/textproc/p5-libsoldout/Makefile Modified: head/textproc/p5-libsoldout/Makefile ============================================================================== --- head/textproc/p5-libsoldout/Makefile Fri May 24 10:16:58 2013 (r318949) +++ head/textproc/p5-libsoldout/Makefile Fri May 24 10:17:00 2013 (r318950) @@ -22,10 +22,4 @@ USE_LDCONFIG= yes MAN3= libsoldout.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-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?201305241020.r4OAK3cK032706>