Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:54:44 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: 08d4ab134d5c - main - graphics/p5-Gimp: Update to 2.37
Message-ID:  <202307311654.36VGsiKw004055@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=08d4ab134d5c9e0ff7940df1cf11ee1d3424f58d

commit 08d4ab134d5c9e0ff7940df1cf11ee1d3424f58d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:38:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:42:00 +0000

    graphics/p5-Gimp: Update to 2.37
    
    - Strip shared library
    
    Changes:        https://metacpan.org/dist/Gimp/changes
---
 graphics/p5-Gimp/Makefile | 11 ++++++++---
 graphics/p5-Gimp/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile
index 42d51528ec56..e12b11fd6477 100644
--- a/graphics/p5-Gimp/Makefile
+++ b/graphics/p5-Gimp/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	Gimp
-PORTVERSION=	2.33
-PORTREVISION=	3
+PORTVERSION=	2.37
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,11 +22,17 @@ RUN_DEPENDS=	p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \
 		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
+		PDL>=2.064:math/PDL
 
 USES=		perl5
 USE_PERL5=	configure
 
 MAKE_JOBS_UNSAFE=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/Gimp.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/Lib/Lib.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/Net/Net.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gimp/UI/UI.so
+
 .include <bsd.port.mk>
diff --git a/graphics/p5-Gimp/distinfo b/graphics/p5-Gimp/distinfo
index f54d44db1771..7426405ac7a5 100644
--- a/graphics/p5-Gimp/distinfo
+++ b/graphics/p5-Gimp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555111283
-SHA256 (Gimp-2.33.tar.gz) = 3fcde6b558561538aa4c6a2a885ce46765bddb7cfa09f13f4c79c2ab6c11f84a
-SIZE (Gimp-2.33.tar.gz) = 443831
+TIMESTAMP = 1689399639
+SHA256 (Gimp-2.37.tar.gz) = 0d7668ab6b5688b65c31f492e6c123bc27aa616e9492376810cea9d2964e7ae0
+SIZE (Gimp-2.37.tar.gz) = 444561



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