Date: Wed, 10 Oct 2018 10:25:04 +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: r481728 - head/www/p5-Continuity Message-ID: <201810101025.w9AAP4jn045575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101025.w9AAP4jn045575>