Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:38:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40d052046949 - main - graphics/p5-Alien-Gimp: Update to 0.09
Message-ID:  <202104252038.13PKc1JC077701@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40d05204694967641162158d9a27663072b0a8f3

commit 40d05204694967641162158d9a27663072b0a8f3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:13:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-25 20:35:17 +0000

    graphics/p5-Alien-Gimp: Update to 0.09
    
    Changes:        https://metacpan.org/changes/distribution/Alien-Gimp
---
 graphics/p5-Alien-Gimp/Makefile              |  2 +-
 graphics/p5-Alien-Gimp/distinfo              |  6 +++---
 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 = (



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104252038.13PKc1JC077701>