Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 06:46:15 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320152 - head/net/v6eval
Message-ID:  <201306070646.r576kFVB085170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Jun  7 06:46:14 2013
New Revision: 320152
URL: http://svnweb.freebsd.org/changeset/ports/320152

Log:
  - Remove of use SITE_PERL
  - License framework already have license text of standart licenses
  - Remove extra depend on p5-Digest-MD5 if perl < 5.7 (current minumum perl 5.12)
  
  PR:		ports/178866
  Submitted by:	az
  Reviewed by:	maintainer (timeout)

Modified:
  head/net/v6eval/Makefile   (contents, props changed)

Modified: head/net/v6eval/Makefile
==============================================================================
--- head/net/v6eval/Makefile	Fri Jun  7 06:30:39 2013	(r320151)
+++ head/net/v6eval/Makefile	Fri Jun  7 06:46:14 2013	(r320152)
@@ -11,9 +11,8 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	IPv6 Conformance Test Platform
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-RUN_DEPENDS=	${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
+RUN_DEPENDS=	p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
 
 USE_PERL5=	yes
 USE_OPENSSL=	yes
@@ -26,13 +25,7 @@ MAN3PREFIX=	${LOCALBASE}/lib/perl5/${PER
 MAN1=		pktctl.1.gz pktsend.1.gz
 MAN3=		V6evalRemote.3 V6evalTool.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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