Date: Thu, 13 Aug 2015 17:35:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394125 - in head/x11-toolkits/p5-Prima: . files Message-ID: <201508131735.t7DHZJAM050246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Aug 13 17:35:18 2015 New Revision: 394125 URL: https://svnweb.freebsd.org/changeset/ports/394125 Log: - Update to 1.44 Changes: http://search.cpan.org/dist/Prima/Changes Added: head/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c - copied unchanged from r394056, head/x11-toolkits/p5-Prima/files/patch-codec_tiff.c Deleted: head/x11-toolkits/p5-Prima/files/patch-codec_tiff.c Modified: head/x11-toolkits/p5-Prima/Makefile head/x11-toolkits/p5-Prima/distinfo head/x11-toolkits/p5-Prima/files/patch-Makefile.PL Modified: head/x11-toolkits/p5-Prima/Makefile ============================================================================== --- head/x11-toolkits/p5-Prima/Makefile Thu Aug 13 17:35:13 2015 (r394124) +++ head/x11-toolkits/p5-Prima/Makefile Thu Aug 13 17:35:18 2015 (r394125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Prima -PORTVERSION= 1.43 +PORTVERSION= 1.44 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/x11-toolkits/p5-Prima/distinfo ============================================================================== --- head/x11-toolkits/p5-Prima/distinfo Thu Aug 13 17:35:13 2015 (r394124) +++ head/x11-toolkits/p5-Prima/distinfo Thu Aug 13 17:35:18 2015 (r394125) @@ -1,2 +1,2 @@ -SHA256 (Prima-1.43.tar.gz) = 36eb1d2f43885c084cb39bab9bdb3d7cba4c11dbeb2f48b8888bea39c6f24069 -SIZE (Prima-1.43.tar.gz) = 1380695 +SHA256 (Prima-1.44.tar.gz) = e5d22acc9f2ecc2edbc32f32bdd9be920249994c3e35b7837563bcde20e635ac +SIZE (Prima-1.44.tar.gz) = 1378239 Modified: head/x11-toolkits/p5-Prima/files/patch-Makefile.PL ============================================================================== --- head/x11-toolkits/p5-Prima/files/patch-Makefile.PL Thu Aug 13 17:35:13 2015 (r394124) +++ head/x11-toolkits/p5-Prima/files/patch-Makefile.PL Thu Aug 13 17:35:18 2015 (r394125) @@ -1,6 +1,6 @@ ---- Makefile.PL.orig 2015-04-10 19:17:48 UTC +--- Makefile.PL.orig 2015-08-05 07:18:10 UTC +++ Makefile.PL -@@ -1269,13 +1269,13 @@ EOF +@@ -1270,13 +1270,13 @@ EOF $cmd_options{WITH_ICONV} = 0 unless $cmd_options{WITH_XFT}; # iconv is used for xft only if ( $cmd_options{WITH_ICONV} && have_header( "iconv.h")) { printlog "Checking for presence of libiconv... "; @@ -20,14 +20,3 @@ } else { $DEFINES{HAVE_ICONV_H} = undef; $cmd_options{WITH_ICONV} = 0; -@@ -2062,8 +2062,8 @@ sub install - my $t = $self->SUPER::install(@_); - my $n = $t =~ s[ - (pure_\w+_install.*?) # 1 -- (INST_ARCHLIB\)\s+)\$\(DEST(\w+)\)(.*?) # 2,3,4 -- (INST_BIN\)\s+)\$\(DEST(\w+)\)(.*?) # 5,6,7 -+ (INST_ARCHLIB\)"?\s+"?)\$\(DEST(\w+)\)(.*?) # 2,3,4 -+ (INST_BIN\)"?\s+"?)\$\(DEST(\w+)\)(.*?) # 5,6,7 - (.*?) # 8 - \n\n - ][ Copied: head/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c (from r394056, head/x11-toolkits/p5-Prima/files/patch-codec_tiff.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c Thu Aug 13 17:35:18 2015 (r394125, copy of r394056, head/x11-toolkits/p5-Prima/files/patch-codec_tiff.c) @@ -0,0 +1,11 @@ +--- img/codec_tiff.c.orig 2008-10-29 12:15:32.000000000 +0100 ++++ img/codec_tiff.c 2010-08-26 21:32:37.000000000 +0200 +@@ -164,7 +164,7 @@ + static ImgCodecInfo codec_info = { + "TIFF Bitmap", + "www.libtiff.org", +- TIFF_VERSION, TIFFLIB_VERSION, /* version */ ++ TIFF_VERSION_CLASSIC, TIFFLIB_VERSION, /* version */ + tiffext, /* extension */ + "Tagged Image File Format", /* file type */ + "TIFF", /* short type */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508131735.t7DHZJAM050246>