Bug 174874 - [PATCH] devel/p5-Inline-CPP: update to 0.42
Summary: [PATCH] devel/p5-Inline-CPP: update to 0.42
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 00:20 UTC by Po-Chien Lin
Modified: 2013-01-15 12:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Inline-CPP-0.42.patch (2.83 KB, patch)
2013-01-01 00:20 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-01 00:20:00 UTC
- Update to 0.42
  Depends on ports/174872: [PATCH] devel/p5-Inline: update to 0.51
- Remove unnecessary BUILD_DEPENDS and TEST_DEPENDS
- Set IS_INTERACTIVE, and add patch file to suuport BATCH mode

Added file(s):
- files/opt-patch-Makefile.PL
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-01 00:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-15 12:16:27 UTC
Author: tobez
Date: Tue Jan 15 12:16:13 2013
New Revision: 310435
URL: http://svnweb.freebsd.org/changeset/ports/310435

Log:
  - Update to 0.42
  - Remove unnecessary BUILD_DEPENDS and TEST_DEPENDS
  - Set IS_INTERACTIVE, and add patch file to support BATCH mode
  
  Changes:	http://search.cpan.org/dist/Inline-CPP/Changes
  
  PR:		174874
  Submitted by:	Po-Chien Lin

Added:
  head/devel/p5-Inline-CPP/files/
  head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL   (contents, props changed)
Modified:
  head/devel/p5-Inline-CPP/Makefile
  head/devel/p5-Inline-CPP/distinfo

Modified: head/devel/p5-Inline-CPP/Makefile
==============================================================================
--- head/devel/p5-Inline-CPP/Makefile	Tue Jan 15 11:51:57 2013	(r310434)
+++ head/devel/p5-Inline-CPP/Makefile	Tue Jan 15 12:16:13 2013	(r310435)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	Inline::CPP
-# Date created:		14 Dec 2001
-# Whom:			Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Inline-CPP
-PORTVERSION=	0.39
+PORTVERSION=	0.42
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,22 +12,22 @@ COMMENT=	Write Perl subroutines and clas
 
 LICENSE=	ART10
 
-BUILD_DEPENDS=	p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \
+RUN_DEPENDS=	p5-Inline>=0.51:${PORTSDIR}/devel/p5-Inline \
 		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
-		p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
 
 PERL_CONFIGURE=	yes
 
+.if defined(BATCH) || defined(PACKAGE_BUILDING)
+EXTRA_PATCHES+=	${FILESDIR}/opt-patch-Makefile.PL
+.else
+IS_INTERACTIVE=	yes
+.endif
+
 MAN3=		Inline::CPP.3 \
 		Inline::CPP::Config.3 \
 		Inline::CPP::grammar.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
+post-patch:
+	@${REINPLACE_CMD} -e 's/g++/${CXX}/' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Inline-CPP/distinfo
==============================================================================
--- head/devel/p5-Inline-CPP/distinfo	Tue Jan 15 11:51:57 2013	(r310434)
+++ head/devel/p5-Inline-CPP/distinfo	Tue Jan 15 12:16:13 2013	(r310435)
@@ -1,2 +1,2 @@
-SHA256 (Inline-CPP-0.39.tar.gz) = 601c765aac9a0e33e478dec7da983949187c9f570598297f535c67aff4d64a69
-SIZE (Inline-CPP-0.39.tar.gz) = 44089
+SHA256 (Inline-CPP-0.42.tar.gz) = 824dd95e92dcb4bc719f5859245f35ef2626ff9b0a7a28b46eef36ddfb341890
+SIZE (Inline-CPP-0.42.tar.gz) = 50592

Added: head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL	Tue Jan 15 12:16:13 2013	(r310435)
@@ -0,0 +1,15 @@
+--- ./Makefile.PL.orig	2013-01-01 03:27:22.000000000 +0800
++++ ./Makefile.PL	2013-01-01 03:30:52.000000000 +0800
+@@ -121,10 +121,9 @@
+ print "This will configure and build Inline::C++.\n";
+ 
+ my $cpp_compiler
+-    = prompt( "What default C++ compiler would you like to use?", $cc_guess );
++    = $cc_guess;
+ 
+-my $libs = prompt( "What default libraries would you like to include?",
+-    $libs_guess );
++my $libs = $libs_guess;
+ 
+ #============================================================================
+ # Test whether the compiler prefers <iostream> or <iostream.h>.
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Anton Berezin freebsd_committer freebsd_triage 2013-01-15 12:16:29 UTC
State Changed
From-To: open->closed

The update has been committed. Thank you for your submission.