From owner-svn-ports-all@freebsd.org Thu Aug 13 17:35:20 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B568A9B8857; Thu, 13 Aug 2015 17:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A577C1D98; Thu, 13 Aug 2015 17:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHZKSA050250; Thu, 13 Aug 2015 17:35:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHZJAM050246; Thu, 13 Aug 2015 17:35:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131735.t7DHZJAM050246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:35:19 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 17:35:20 -0000 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 */