Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 12:12: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: r458321 - in head: devel/p5-Coro www/p5-Continuity
Message-ID:  <201801071212.w07CCXn7035176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  7 12:12:33 2018
New Revision: 458321
URL: https://svnweb.freebsd.org/changeset/ports/458321

Log:
  Use real PORTVERSION and update dependent port

Modified:
  head/devel/p5-Coro/Makefile
  head/www/p5-Continuity/Makefile

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Sun Jan  7 12:12:27 2018	(r458320)
+++ head/devel/p5-Coro/Makefile	Sun Jan  7 12:12:33 2018	(r458321)
@@ -1,12 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	Coro
-PORTVERSION=	6.51.3
+PORTVERSION=	6.513
 PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Coroutine process abstraction for perl

Modified: head/www/p5-Continuity/Makefile
==============================================================================
--- head/www/p5-Continuity/Makefile	Sun Jan  7 12:12:27 2018	(r458320)
+++ head/www/p5-Continuity/Makefile	Sun Jan  7 12:12:33 2018	(r458321)
@@ -14,7 +14,7 @@ COMMENT=	Stateful Web applications in Perl
 
 COMMON_DEPENDS=	p5-Event>0:devel/p5-Event \
 		p5-HTTP-Daemon>=1.36:www/p5-HTTP-Daemon \
-		p5-Coro>=4.37:devel/p5-Coro \
+		p5-Coro>=4.370:devel/p5-Coro \
 		p5-PSGI>=0:www/p5-PSGI \
 		p5-libwww>0:www/p5-libwww
 BUILD_DEPENDS=	${COMMON_DEPENDS}



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