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 /graphics/p5-Gimp | |
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 'graphics/p5-Gimp')
-rw-r--r-- | graphics/p5-Gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 48fcdcdb42db..607b1f83f439 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -3,7 +3,7 @@ PORTNAME= Gimp PORTVERSION= 2.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,7 +22,7 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \ p5-Gtk2-Ex-PodViewer>=0:x11-toolkits/p5-Gtk2-Ex-PodViewer \ p5-IO-All>=0:devel/p5-IO-All \ - p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-IO-Stringy>=0:devel/p5-IO-Stringy \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Web-Scraper>=0:www/p5-Web-Scraper \ PDL>=2.007:math/PDL |