diff options
author | culot <culot@FreeBSD.org> | 2019-09-06 19:49:55 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2019-09-06 19:49:55 +0800 |
commit | 08ab959446f5896b36dd143ed86d544aaecb5aaf (patch) | |
tree | ee49697ad0421d7ec08017f1bae2a969f77eebd2 /devel/p5-CPS | |
parent | 32a6a4cfeba3d6ca8e77556f17eca04c50127b9e (diff) | |
download | freebsd-ports-gnome-08ab959446f5896b36dd143ed86d544aaecb5aaf.tar.gz freebsd-ports-gnome-08ab959446f5896b36dd143ed86d544aaecb5aaf.tar.zst freebsd-ports-gnome-08ab959446f5896b36dd143ed86d544aaecb5aaf.zip |
devel/p5-CPS: update to 0.19
Changes: https://metacpan.org/source/PEVANS/CPS-0.19/Changes
Diffstat (limited to 'devel/p5-CPS')
-rw-r--r-- | devel/p5-CPS/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-CPS/distinfo | 5 | ||||
-rw-r--r-- | devel/p5-CPS/pkg-plist | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-CPS/Makefile b/devel/p5-CPS/Makefile index b69faacdb5ab..3af2895c891d 100644 --- a/devel/p5-CPS/Makefile +++ b/devel/p5-CPS/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CPS -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.19 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS diff --git a/devel/p5-CPS/distinfo b/devel/p5-CPS/distinfo index 07bd53e8dfb1..ed6053fed0cd 100644 --- a/devel/p5-CPS/distinfo +++ b/devel/p5-CPS/distinfo @@ -1,2 +1,3 @@ -SHA256 (CPS-0.18.tar.gz) = 2cd41f7d4dc091015fc7a4a4d3a6b58e2670d36c7ac47c6dec0538c7e732bfe6 -SIZE (CPS-0.18.tar.gz) = 34245 +TIMESTAMP = 1567769877 +SHA256 (CPS-0.19.tar.gz) = b52fccf7a40607d0cfdfbc5de75973febb06ea65eef5380b391c87a5a472675b +SIZE (CPS-0.19.tar.gz) = 31621 diff --git a/devel/p5-CPS/pkg-plist b/devel/p5-CPS/pkg-plist index d6db0f4e0158..a4280dcca67c 100644 --- a/devel/p5-CPS/pkg-plist +++ b/devel/p5-CPS/pkg-plist @@ -1,12 +1,10 @@ %%SITE_PERL%%/CPS.pm %%SITE_PERL%%/CPS/Functional.pm -%%SITE_PERL%%/CPS/Future.pm %%SITE_PERL%%/CPS/Governor.pm %%SITE_PERL%%/CPS/Governor/Deferred.pm %%SITE_PERL%%/CPS/Governor/Simple.pm %%PERL5_MAN3%%/CPS.3.gz %%PERL5_MAN3%%/CPS::Functional.3.gz -%%PERL5_MAN3%%/CPS::Future.3.gz %%PERL5_MAN3%%/CPS::Governor.3.gz %%PERL5_MAN3%%/CPS::Governor::Deferred.3.gz %%PERL5_MAN3%%/CPS::Governor::Simple.3.gz |