From owner-svn-ports-head@FreeBSD.ORG Wed Sep 18 15:22:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2AAEBA38; Wed, 18 Sep 2013 15:22:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1801D212D; Wed, 18 Sep 2013 15:22:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMHEC072358; Wed, 18 Sep 2013 15:22:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMHE3072356; Wed, 18 Sep 2013 15:22:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMHE3072356@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327558 - head/devel/p5-Inline-CPP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 15:22:18 -0000 Author: sunpoet Date: Wed Sep 18 15:22:17 2013 New Revision: 327558 URL: http://svnweb.freebsd.org/changeset/ports/327558 Log: - Update to 0.45 Changes: http://search.cpan.org/dist/Inline-CPP/Changes Modified: head/devel/p5-Inline-CPP/Makefile head/devel/p5-Inline-CPP/distinfo (contents, props changed) Modified: head/devel/p5-Inline-CPP/Makefile ============================================================================== --- head/devel/p5-Inline-CPP/Makefile Wed Sep 18 15:22:12 2013 (r327557) +++ head/devel/p5-Inline-CPP/Makefile Wed Sep 18 15:22:17 2013 (r327558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-CPP -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,9 @@ COMMENT= Write Perl subroutines and clas LICENSE= ART10 -RUN_DEPENDS= p5-Inline>=0.53:${PORTSDIR}/devel/p5-Inline \ +BUILD_DEPENDS= p5-Inline>=0.53:${PORTSDIR}/devel/p5-Inline \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure @@ -23,6 +24,6 @@ MAN3= Inline::CPP.3 \ Inline::CPP::grammar.3 post-patch: - @${REINPLACE_CMD} -e 's/g++/${CXX}/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile.PL .include Modified: head/devel/p5-Inline-CPP/distinfo ============================================================================== --- head/devel/p5-Inline-CPP/distinfo Wed Sep 18 15:22:12 2013 (r327557) +++ head/devel/p5-Inline-CPP/distinfo Wed Sep 18 15:22:17 2013 (r327558) @@ -1,2 +1,2 @@ -SHA256 (Inline-CPP-0.44.tar.gz) = fd36427b66a6b9b4026d13a989b6ea3715fae4d00f6011ebc0c20eac9edf70bf -SIZE (Inline-CPP-0.44.tar.gz) = 51786 +SHA256 (Inline-CPP-0.45.tar.gz) = 669fc65aa218bfe079423a60ef9a23ac1cbf8f978936afae6b8aba5c420edf22 +SIZE (Inline-CPP-0.45.tar.gz) = 51793