Bug 171032 - [PATCH] devel/p5-Module-Pluggable: update to 4.3
Summary: [PATCH] devel/p5-Module-Pluggable: update to 4.3
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-25 16:20 UTC by Steve Wills
Modified: 2012-08-26 20:44 UTC (History)
1 user (show)

See Also:


Attachments
p5-Module-Pluggable-4.3.patch (749 bytes, patch)
2012-08-25 16:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-08-25 16:20:01 UTC
- Update to 4.3

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-25 16:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-26 20:37:44 UTC
Author: lth
Date: Sun Aug 26 19:37:32 2012
New Revision: 303204
URL: http://svn.freebsd.org/changeset/ports/303204

Log:
  update to 4.3
  
  PR:		ports/171032
  Submitted by:	swills

Modified:
  head/devel/p5-Module-Pluggable/Makefile
  head/devel/p5-Module-Pluggable/distinfo

Modified: head/devel/p5-Module-Pluggable/Makefile
==============================================================================
--- head/devel/p5-Module-Pluggable/Makefile	Sun Aug 26 19:21:41 2012	(r303203)
+++ head/devel/p5-Module-Pluggable/Makefile	Sun Aug 26 19:37:32 2012	(r303204)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-Pluggable
-PORTVERSION=	4.0
+PORTVERSION=	4.3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -29,4 +29,7 @@ RUN_DEPENDS+=	p5-PathTools>=3.0:${PORTSD
 post-patch:
 	@${PERL} -pi -e '$$_="" if /INST_LIB/' ${WRKSRC}/Makefile.PL
 
+regression-test: build
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
+
 .include <bsd.port.post.mk>

Modified: head/devel/p5-Module-Pluggable/distinfo
==============================================================================
--- head/devel/p5-Module-Pluggable/distinfo	Sun Aug 26 19:21:41 2012	(r303203)
+++ head/devel/p5-Module-Pluggable/distinfo	Sun Aug 26 19:37:32 2012	(r303204)
@@ -1,2 +1,2 @@
-SHA256 (Module-Pluggable-4.0.tar.gz) = 975ba3682caa846df9cac55fd059618cc926991471d82a698b55926b33dd65eb
-SIZE (Module-Pluggable-4.0.tar.gz) = 17444
+SHA256 (Module-Pluggable-4.3.tar.gz) = f5e7b673a22aaa3e2089cdb3870e4da15e496c64a3f05320ab79b99182afdaa8
+SIZE (Module-Pluggable-4.3.tar.gz) = 26066
_______________________________________________
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 Lars Thegler freebsd_committer freebsd_triage 2012-08-26 20:44:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!