From owner-svn-ports-all@FreeBSD.ORG Sat Mar 14 10:55:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D74380A; Sat, 14 Mar 2015 10:55:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28B5F142; Sat, 14 Mar 2015 10:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2EAtkZf097477; Sat, 14 Mar 2015 10:55:46 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2EAtk8O097476; Sat, 14 Mar 2015 10:55:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201503141055.t2EAtk8O097476@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 14 Mar 2015 10:55:46 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2015 10:55:46 -0000 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