Bug 93124 - [MAINTAINER] devel/p5-Object-InsideOut: up to 1.36
Summary: [MAINTAINER] devel/p5-Object-InsideOut: up to 1.36
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-10 08:50 UTC by geraud
Modified: 2006-02-10 13:38 UTC (History)
0 users

See Also:


Attachments
update.diff (1.50 KB, patch)
2006-02-10 08:50 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2006-02-10 08:50:05 UTC
	Update to version 1.36

	From the Changes:

	1.36 Wed Feb  8 11:43:14 EST 2006
		- Support 'weakened' fields

	1.35 Fri Feb  3 11:59:38 EST 2006
		- Workaround for Perl 5.8.4/5.8.5 bug

	1.34 Wed Feb  1 17:28:09 EST 2006
		- Insure proper 'import' for 'threads::shared' in Util.pm
		- Fix for Storable bug (courtesy of Matthijs Bomhoff)
		- Delayed loading for various OIO features
		- Added singleton class example to POD
		- Documented 'use base' cases in POD
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2006-02-10 08:53:27 UTC
State Changed
From-To: open->feedback

One of the port dependencies requires perl 5.8.X, while the port itself 
claims to work with perl 5.6.X. 

Do you approve the following patch in addition to your update (it might 
not apply cleanly due to being cut-n-pasted, but you get the idea)? 

--- ./Makefile  Fri Feb 10 09:52:02 2006 
+++ /usr/ports/devel/p5-Object-InsideOut/Makefile       Fri Feb 10 09:52:57 2006 
@@ -25,8 +25,8 @@ MAN3= Object::InsideOut.3 

.include <bsd.port.pre.mk> 

-.if ${PERL_LEVEL} < 500601 
-IGNORE=                requires perl 5.6.1 or later. Install lang/perl5.8 and try again 
+.if ${PERL_LEVEL} < 500800 
+IGNORE=                requires perl 5.8.0 or later. Install lang/perl5.8 and try again 
.endif 

.include <bsd.port.post.mk>
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2006-02-10 13:38:49 UTC
State Changed
From-To: feedback->closed

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