Skip to content

Commit

Permalink
graphics/p5-Gimp: Update to 2.37
Browse files Browse the repository at this point in the history
- Strip shared library

Changes:	https://metacpan.org/dist/Gimp/changes
  • Loading branch information
sunpoet committed Jul 31, 2023
1 parent 812bbbd commit 08d4ab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions 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-
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 08d4ab1

Please sign in to comment.