diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 19:55:23 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-26 19:55:23 +0800 |
commit | aae33b1c396e710749747867925ae9237fa9af43 (patch) | |
tree | 5635fb7e2da6855267242c3a2f96be8de0f05edc /mail/p5-Mail-Box | |
parent | ea9a1e8d24ebfee88317a1ea37bb29ca46e672fb (diff) | |
download | freebsd-ports-gnome-aae33b1c396e710749747867925ae9237fa9af43.tar.gz freebsd-ports-gnome-aae33b1c396e710749747867925ae9237fa9af43.tar.zst freebsd-ports-gnome-aae33b1c396e710749747867925ae9237fa9af43.zip |
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy
Diffstat (limited to 'mail/p5-Mail-Box')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index a3d1a85682b3..3686510f18f0 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -3,6 +3,7 @@ PORTNAME= Mail-Box PORTVERSION= 3.008 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -17,7 +18,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \ p5-File-Remove>=0.20:devel/p5-File-Remove \ - p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-IO-Stringy>=0:devel/p5-IO-Stringy \ p5-Mail-Message>=3.008:mail/p5-Mail-Message \ p5-Mail-Transport>=3.003:mail/p5-Mail-Transport \ p5-Object-Realize-Later>=0.19:devel/p5-Object-Realize-Later \ |