svn commit: r481728 - head/www/p5-Continuity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 10 10:25:05 UTC 2018


Author: sunpoet
Date: Wed Oct 10 10:25:03 2018
New Revision: 481728
URL: https://svnweb.freebsd.org/changeset/ports/481728

Log:
  Update to 1.6
  
  - Add LICENSE
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Continuity

Modified:
  head/www/p5-Continuity/Makefile
  head/www/p5-Continuity/distinfo

Modified: head/www/p5-Continuity/Makefile
==============================================================================
--- head/www/p5-Continuity/Makefile	Wed Oct 10 10:24:55 2018	(r481727)
+++ head/www/p5-Continuity/Makefile	Wed Oct 10 10:25:03 2018	(r481728)
@@ -2,25 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	Continuity
-PORTVERSION=	1.5
-PORTREVISION=	1
+PORTVERSION=	1.6
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=CPAN:AWWAIID
+MASTER_SITE_SUBDIR=	CPAN:AWWAIID
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 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.370:devel/p5-Coro \
-		p5-PSGI>=0:www/p5-PSGI \
-		p5-libwww>0:www/p5-libwww
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Coro>=4.37:devel/p5-Coro \
+		p5-Event>=0:devel/p5-Event \
+		p5-HTTP-Daemon>=1.36:www/p5-HTTP-Daemon
+
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-Continuity/distinfo
==============================================================================
--- head/www/p5-Continuity/distinfo	Wed Oct 10 10:24:55 2018	(r481727)
+++ head/www/p5-Continuity/distinfo	Wed Oct 10 10:25:03 2018	(r481728)
@@ -1,2 +1,3 @@
-SHA256 (Continuity-1.5.tar.gz) = 7f970b150c8affc8a04a8db97ca1361e084721000e1188e2cf66c80a3ebb0f82
-SIZE (Continuity-1.5.tar.gz) = 73870
+TIMESTAMP = 1536950970
+SHA256 (Continuity-1.6.tar.gz) = 987aeaaa967bf6a5151884bb6267e0f67c2890ff85f8e05670e2056a99b0bbab
+SIZE (Continuity-1.6.tar.gz) = 75570


More information about the svn-ports-head mailing list