Bug 189502 - [PATCH] devel/p5-Module-Install: update to 1.08
Summary: [PATCH] devel/p5-Module-Install: update to 1.08
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 13:20 UTC by Bartek Rutkowski
Modified: 2014-05-09 21:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-Module-Install-1.08.patch (757 bytes, patch)
2014-05-09 13:20 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-09 13:20:00 UTC
- Update to 1.08

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/p5-Module-Install/1.08/

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

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-09 13:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-09 20:53:20 UTC
Author: swills
Date: Fri May  9 19:53:16 2014
New Revision: 353508
URL: http://svnweb.freebsd.org/changeset/ports/353508
QAT: https://qat.redports.org/buildarchive/r353508/

Log:
  - Update to 1.08
  
  PR:		ports/189502
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/devel/p5-Module-Install/Makefile
  head/devel/p5-Module-Install/distinfo
  head/devel/p5-Module-Install/pkg-plist

Modified: head/devel/p5-Module-Install/Makefile
==============================================================================
--- head/devel/p5-Module-Install/Makefile	Fri May  9 19:44:14 2014	(r353507)
+++ head/devel/p5-Module-Install/Makefile	Fri May  9 19:53:16 2014	(r353508)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Module-Install
-PORTVERSION=	1.06
+PORTVERSION=	1.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +12,9 @@ COMMENT=	Standalone, extensible Perl mod
 
 BUILD_DEPENDS=	p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \
 		p5-JSON>=2.14:${PORTSDIR}/converters/p5-JSON \
-		p5-Module-ScanDeps>=0.89:${PORTSDIR}/devel/p5-Module-ScanDeps \
+		p5-Module-ScanDeps>=1.09:${PORTSDIR}/devel/p5-Module-ScanDeps \
 		p5-PAR-Dist>=0.29:${PORTSDIR}/devel/p5-PAR-Dist \
-		p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny \
-		p5-libwww>=5.812:${PORTSDIR}/www/p5-libwww
+		p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/devel/p5-Module-Install/distinfo
==============================================================================
--- head/devel/p5-Module-Install/distinfo	Fri May  9 19:44:14 2014	(r353507)
+++ head/devel/p5-Module-Install/distinfo	Fri May  9 19:53:16 2014	(r353508)
@@ -1,2 +1,2 @@
-SHA256 (Module-Install-1.06.tar.gz) = de9ec8395b3b497d6d9629859b54086643c3911dff80cc7e0e22b380cb194519
-SIZE (Module-Install-1.06.tar.gz) = 135467
+SHA256 (Module-Install-1.08.tar.gz) = ed86782929208e63a35709ad6f53edd39e105fc1bcb7dcfc3fb7362af67bb514
+SIZE (Module-Install-1.08.tar.gz) = 126800

Modified: head/devel/p5-Module-Install/pkg-plist
==============================================================================
--- head/devel/p5-Module-Install/pkg-plist	Fri May  9 19:44:14 2014	(r353507)
+++ head/devel/p5-Module-Install/pkg-plist	Fri May  9 19:53:16 2014	(r353508)
@@ -64,5 +64,3 @@
 @dirrm %%SITE_PERL%%/inc/Module
 @dirrmtry %%SITE_PERL%%/inc
 @dirrmtry %%SITE_PERL%%/Module/Install
-@dirrmtry %%SITE_PERL%%/Module
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
_______________________________________________
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 Steve Wills freebsd_committer freebsd_triage 2014-05-09 20:53:24 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!