diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:25:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:25:03 +0800 |
commit | 3096f2e8f45f92a5078b9078717f83a9b12559cc (patch) | |
tree | b3635bad1f317fc7e7054f6028775fdf3f4aa420 /www | |
parent | 8a88681607c5693be9d8f290eb5c7267e07eaa97 (diff) | |
download | freebsd-ports-gnome-3096f2e8f45f92a5078b9078717f83a9b12559cc.tar.gz freebsd-ports-gnome-3096f2e8f45f92a5078b9078717f83a9b12559cc.tar.zst freebsd-ports-gnome-3096f2e8f45f92a5078b9078717f83a9b12559cc.zip |
Update to 1.6
- Add LICENSE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Continuity
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Continuity/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Continuity/distinfo | 5 |
2 files changed, 14 insertions, 12 deletions
diff --git a/www/p5-Continuity/Makefile b/www/p5-Continuity/Makefile index 9218ed428fec..ff1469f5f739 100644 --- a/www/p5-Continuity/Makefile +++ b/www/p5-Continuity/Makefile @@ -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> diff --git a/www/p5-Continuity/distinfo b/www/p5-Continuity/distinfo index 8dd03b94f269..23e9596a2e84 100644 --- a/www/p5-Continuity/distinfo +++ b/www/p5-Continuity/distinfo @@ -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 |