Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 17:09:00 +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: r396766 - in head/devel/p5-Inline-CPP: . files
Message-ID:  <201509121709.t8CH90nB048906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 12 17:08:59 2015
New Revision: 396766
URL: https://svnweb.freebsd.org/changeset/ports/396766

Log:
  - Update to 0.74
  
  Changes:	http://search.cpan.org/dist/Inline-CPP/Changes

Modified:
  head/devel/p5-Inline-CPP/Makefile
  head/devel/p5-Inline-CPP/distinfo
  head/devel/p5-Inline-CPP/files/patch-Makefile.PL

Modified: head/devel/p5-Inline-CPP/Makefile
==============================================================================
--- head/devel/p5-Inline-CPP/Makefile	Sat Sep 12 17:08:53 2015	(r396765)
+++ head/devel/p5-Inline-CPP/Makefile	Sat Sep 12 17:08:59 2015	(r396766)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Inline-CPP
-PORTVERSION=	0.73
+PORTVERSION=	0.74
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	p5-Inline>=0.78:${PORTSDI
 		p5-Inline-C>=0.67:${PORTSDIR}/devel/p5-Inline-C \
 		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-ExtUtils-CppGuess>=0.07:${PORTSDIR}/devel/p5-ExtUtils-CppGuess
+BUILD_DEPENDS+=	p5-ExtUtils-CppGuess>=0.11:${PORTSDIR}/devel/p5-ExtUtils-CppGuess
 
 NO_ARCH=	yes
 USES=		perl5

Modified: head/devel/p5-Inline-CPP/distinfo
==============================================================================
--- head/devel/p5-Inline-CPP/distinfo	Sat Sep 12 17:08:53 2015	(r396765)
+++ head/devel/p5-Inline-CPP/distinfo	Sat Sep 12 17:08:59 2015	(r396766)
@@ -1,2 +1,2 @@
-SHA256 (Inline-CPP-0.73.tar.gz) = 42be80f4de265ea2641f9db32439d59ad02f116900899cd30631dd3b8366f7fe
-SIZE (Inline-CPP-0.73.tar.gz) = 63259
+SHA256 (Inline-CPP-0.74.tar.gz) = 2f2fda43d760cf398ee07d5d0ac1f60c7880ea48e544136f6ecd663783fe8858
+SIZE (Inline-CPP-0.74.tar.gz) = 63298

Modified: head/devel/p5-Inline-CPP/files/patch-Makefile.PL
==============================================================================
--- head/devel/p5-Inline-CPP/files/patch-Makefile.PL	Sat Sep 12 17:08:53 2015	(r396765)
+++ head/devel/p5-Inline-CPP/files/patch-Makefile.PL	Sat Sep 12 17:08:59 2015	(r396766)
@@ -1,12 +1,12 @@
---- Makefile.PL.orig	2014-12-26 05:17:26.000000000 +0800
-+++ Makefile.PL	2015-01-01 04:23:51.734420696 +0800
-@@ -37,10 +37,10 @@
+--- Makefile.PL.orig	2015-09-10 19:21:06 UTC
++++ Makefile.PL
+@@ -37,10 +37,10 @@ check_prereqs( \%PREREQ_PM ) or warn "!!
  my( $cc_guess, $libs_guess ) = guess_compiler();
  
  my $cpp_compiler
 -  = prompt( "What C++ compiler would you like to use?", $cc_guess );
 +  = $cc_guess;
-   
+ 
  my $libs
 -  = prompt( "What default libraries would you like to include?", $libs_guess );
 +  = $libs_guess;



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