Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2015 10:55:46 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381259 - head/math/p5-Math-Random-ISAAC-XS
Message-ID:  <201503141055.t2EAtk8O097476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	perl@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



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