svn commit: r458321 - in head: devel/p5-Coro www/p5-Continuity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 12:12:36 UTC 2018


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 at 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}


More information about the svn-ports-all mailing list