Bug 178866

Summary: [patch] net/v6eval
Product: Ports & Packages Reporter: Andrej Zverev <az>
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
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-23 19:00:05 UTC
	- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-23 19:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-07 07:46:28 UTC
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>
_______________________________________________
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 07:46:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!