diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-26 04:13:06 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-26 04:35:17 +0800 |
commit | 40d05204694967641162158d9a27663072b0a8f3 (patch) | |
tree | 25711ae9a5d9e59329a6ec40fdb896ae867bed22 /graphics | |
parent | ce661c86c3a9c891c20029138ef3972358a686a8 (diff) | |
download | freebsd-ports-gnome-40d05204694967641162158d9a27663072b0a8f3.tar.gz freebsd-ports-gnome-40d05204694967641162158d9a27663072b0a8f3.tar.zst freebsd-ports-gnome-40d05204694967641162158d9a27663072b0a8f3.zip |
graphics/p5-Alien-Gimp: Update to 0.09
Changes: https://metacpan.org/changes/distribution/Alien-Gimp
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Alien-Gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Alien-Gimp/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Alien-Gimp/files/patch-common.pl | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/graphics/p5-Alien-Gimp/Makefile b/graphics/p5-Alien-Gimp/Makefile index 234d2e568310..f01669513dba 100644 --- a/graphics/p5-Alien-Gimp/Makefile +++ b/graphics/p5-Alien-Gimp/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= Alien-Gimp -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-Alien-Gimp/distinfo b/graphics/p5-Alien-Gimp/distinfo index a7b2cb34b67e..6f49599ebbc9 100644 --- a/graphics/p5-Alien-Gimp/distinfo +++ b/graphics/p5-Alien-Gimp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555104596 -SHA256 (Alien-Gimp-0.08.tar.gz) = 2f4389558883284ee63f9e0c2e16cde06cbf152e03916fd35d2f0334fca6bf79 -SIZE (Alien-Gimp-0.08.tar.gz) = 2987 +TIMESTAMP = 1619198441 +SHA256 (Alien-Gimp-0.09.tar.gz) = 0915259b642f2724a6009e3034d41465e6ac0ed49c787d49f1f4967930d93c3a +SIZE (Alien-Gimp-0.09.tar.gz) = 3025 diff --git a/graphics/p5-Alien-Gimp/files/patch-common.pl b/graphics/p5-Alien-Gimp/files/patch-common.pl deleted file mode 100644 index 75b42c1684a6..000000000000 --- a/graphics/p5-Alien-Gimp/files/patch-common.pl +++ /dev/null @@ -1,13 +0,0 @@ ---- common.pl.orig 2016-05-02 03:41:48 UTC -+++ common.pl -@@ -10,8 +10,8 @@ my $gimptool = File::Spec->catfile($gimp - my ($plugindir, $pluginlibs) = split /\n/, `$gimptool --gimpplugindir --libs`; - - my $gimpbinname = ExtUtils::PkgConfig->modversion("gimp-2.0"); --$gimpbinname =~ s/^(\d\.\d).*/$1/; # strip off minor versions --die "Need GIMP version at least 2.8.0\n" unless $gimpbinname >= 2.8; -+$gimpbinname =~ s/^(\d+\.\d+\.\d+).*/$1/; # strip off minor versions -+die "Need GIMP version at least 2.8.0\n" unless $gimpbinname >= 2.8.0; - - sub ag_getconfig { - my %cfg = ( |