Date: Tue, 19 Feb 2013 19:47:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312597 - head/devel/p5-AnyMQ Message-ID: <201302191947.r1JJlXpl063219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 19 19:47:32 2013 New Revision: 312597 URL: http://svnweb.freebsd.org/changeset/ports/312597 Log: - Update to 0.35 - Cleanup Makefile header Changes: http://search.cpan.org/dist/AnyMQ/Changes Modified: head/devel/p5-AnyMQ/Makefile (contents, props changed) head/devel/p5-AnyMQ/distinfo (contents, props changed) Modified: head/devel/p5-AnyMQ/Makefile ============================================================================== --- head/devel/p5-AnyMQ/Makefile Tue Feb 19 19:18:38 2013 (r312596) +++ head/devel/p5-AnyMQ/Makefile Tue Feb 19 19:47:32 2013 (r312597) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-AnyMQ -# Date created: 2011-06-02 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= AnyMQ -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CLKAO @@ -20,11 +16,9 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDI p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \ p5-MouseX-Traits>=0:${PORTSDIR}/devel/p5-MouseX-Traits -RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ - p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-MouseX-NativeTraits>=0:${PORTSDIR}/devel/p5-MouseX-NativeTraits \ - p5-MouseX-Traits>=0:${PORTSDIR}/devel/p5-MouseX-Traits +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes Modified: head/devel/p5-AnyMQ/distinfo ============================================================================== --- head/devel/p5-AnyMQ/distinfo Tue Feb 19 19:18:38 2013 (r312596) +++ head/devel/p5-AnyMQ/distinfo Tue Feb 19 19:47:32 2013 (r312597) @@ -1,2 +1,2 @@ -SHA256 (AnyMQ-0.34.tar.gz) = d1d93457f7c1601d0338c378344b14d0c395f3a4bb931082ba7039dbb0a7e0ec -SIZE (AnyMQ-0.34.tar.gz) = 27432 +SHA256 (AnyMQ-0.35.tar.gz) = 486cfe6949a7033d8c59e752222a424cd341b123c3e43f7f1e703f708624e4af +SIZE (AnyMQ-0.35.tar.gz) = 27904
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302191947.r1JJlXpl063219>