svn commit: r310385 - head/net/p5-Net-Server-Coro

Jun Kuriyama kuriyama at FreeBSD.org
Mon Jan 14 14:50:47 UTC 2013


Author: kuriyama
Date: Mon Jan 14 14:50:46 2013
New Revision: 310385
URL: http://svnweb.freebsd.org/changeset/ports/310385

Log:
  - Upgrade to 1.3.

Modified:
  head/net/p5-Net-Server-Coro/Makefile
  head/net/p5-Net-Server-Coro/distinfo

Modified: head/net/p5-Net-Server-Coro/Makefile
==============================================================================
--- head/net/p5-Net-Server-Coro/Makefile	Mon Jan 14 14:50:00 2013	(r310384)
+++ head/net/p5-Net-Server-Coro/Makefile	Mon Jan 14 14:50:46 2013	(r310385)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	Net::Server::Coro
-# Date created:		14 Oct 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Net-Server-Coro
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +10,9 @@ MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for co-operative multithreaded server using Coro
 
 RUN_DEPENDS=	\
+	p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
 	p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
-	p5-EV>0:${PORTSDIR}/devel/p5-EV \
-	p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server
+	p5-Net-Server>=2:${PORTSDIR}/net/p5-Net-Server
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes

Modified: head/net/p5-Net-Server-Coro/distinfo
==============================================================================
--- head/net/p5-Net-Server-Coro/distinfo	Mon Jan 14 14:50:00 2013	(r310384)
+++ head/net/p5-Net-Server-Coro/distinfo	Mon Jan 14 14:50:46 2013	(r310385)
@@ -1,2 +1,2 @@
-SHA256 (Net-Server-Coro-1.2.tar.gz) = 3d2504f3d0cfab165eb6ff0c9fc06c85604c33b778262352b6ee0cc8508c6026
-SIZE (Net-Server-Coro-1.2.tar.gz) = 26520
+SHA256 (Net-Server-Coro-1.3.tar.gz) = 1e1a702b0dd390c3e629f8a9e84cca63b794d1e227957f429b6760107577fb86
+SIZE (Net-Server-Coro-1.3.tar.gz) = 27510


More information about the svn-ports-all mailing list