Index: head/graphics/p5-Gimp/Makefile =================================================================== --- head/graphics/p5-Gimp/Makefile (revision 438283) +++ head/graphics/p5-Gimp/Makefile (revision 438284) @@ -1,32 +1,31 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= Gimp -PORTVERSION= 2.31 -PORTREVISION= 3 +PORTVERSION= 2.32 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write GIMP extensions/plug-ins/load- and save-handlers in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/COPYING.Artistic -RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \ +BUILD_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-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Web-Scraper>=0:www/p5-Web-Scraper \ PDL>=2.007:math/PDL -BUILD_DEPENDS:= p5-ExtUtils-Depends>=0.200:devel/p5-ExtUtils-Depends \ - p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig \ - ${RUN_DEPENDS} LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app +RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Alien-Gimp>=0.01:graphics/p5-Alien-Gimp USES= perl5 USE_PERL5= configure .include Index: head/graphics/p5-Gimp/distinfo =================================================================== --- head/graphics/p5-Gimp/distinfo (revision 438283) +++ head/graphics/p5-Gimp/distinfo (revision 438284) @@ -1,2 +1,3 @@ -SHA256 (Gimp-2.31.tar.gz) = 151d12348ea24b872425ad9410d915e17008bd4344dbdc520fbd6e8b87cb4393 -SIZE (Gimp-2.31.tar.gz) = 448538 +TIMESTAMP = 1491883001 +SHA256 (Gimp-2.32.tar.gz) = 2e56309b8c854078f4d18bcf98e85c931c969b6ef5b6b8d5908486bfbfe3abc4 +SIZE (Gimp-2.32.tar.gz) = 450956 Property changes on: head/graphics/p5-Gimp/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/p5-Gimp/files/patch-examples__Makefile.PL =================================================================== --- head/graphics/p5-Gimp/files/patch-examples__Makefile.PL (revision 438283) +++ head/graphics/p5-Gimp/files/patch-examples__Makefile.PL (revision 438284) @@ -1,21 +1,21 @@ ---- examples/Makefile.PL.orig 2014-06-19 14:53:12 UTC +--- examples/Makefile.PL.orig 2016-05-01 01:47:52 UTC +++ examples/Makefile.PL -@@ -48,7 +48,8 @@ +@@ -47,7 +47,8 @@ sub install_plugin_target { my $dest = '$(GIMP_PLUGINS)/'.basename($plugin); <