svn commit: r381259 - head/math/p5-Math-Random-ISAAC-XS

Wen Heping wen at FreeBSD.org
Sat Mar 14 10:55:46 UTC 2015


Author: wen
Date: Sat Mar 14 10:55:45 2015
New Revision: 381259
URL: https://svnweb.freebsd.org/changeset/ports/381259
QAT: https://qat.redports.org/buildarchive/r381259/

Log:
  - Dependency change [1]
  - Reset maintainer to perl@
  
  PR:		198041 [1]
  Submitted by:	adamw@ [1]

Modified:
  head/math/p5-Math-Random-ISAAC-XS/Makefile

Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile
==============================================================================
--- head/math/p5-Math-Random-ISAAC-XS/Makefile	Sat Mar 14 10:45:23 2015	(r381258)
+++ head/math/p5-Math-Random-ISAAC-XS/Makefile	Sat Mar 14 10:55:45 2015	(r381259)
@@ -3,17 +3,16 @@
 
 PORTNAME=	Math-Random-ISAAC-XS
 PORTVERSION=	1.004
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JAWNSY
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	wen at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	C implementation of the ISAAC PRNG Algorithm
 
-BUILD_DEPENDS=	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 USES=		perl5
 USE_PERL5=	modbuild


More information about the svn-ports-head mailing list