Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 04:17:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513287 - head/devel/p5-Test-Dependencies
Message-ID:  <201909300417.x8U4HJvw092094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 04:17:19 2019
New Revision: 513287
URL: https://svnweb.freebsd.org/changeset/ports/513287

Log:
  Update to 0.24
  
  - Add NO_ARCH
  - Take maintainership
  
  Changes:	https://metacpan.org/changes/distribution/Test-Dependencies

Modified:
  head/devel/p5-Test-Dependencies/Makefile
  head/devel/p5-Test-Dependencies/distinfo
  head/devel/p5-Test-Dependencies/pkg-plist

Modified: head/devel/p5-Test-Dependencies/Makefile
==============================================================================
--- head/devel/p5-Test-Dependencies/Makefile	Mon Sep 30 04:17:13 2019	(r513286)
+++ head/devel/p5-Test-Dependencies/Makefile	Mon Sep 30 04:17:19 2019	(r513287)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Dependencies
-PORTVERSION=	0.23
+PORTVERSION=	0.24
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ensure that your Makefile.PL specifies all module dependencies
 
 LICENSE=	ART10 GPLv1+
@@ -22,5 +22,7 @@ TEST_DEPENDS=	p5-Test-Needs>=0:devel/p5-Test-Needs
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-Dependencies/distinfo
==============================================================================
--- head/devel/p5-Test-Dependencies/distinfo	Mon Sep 30 04:17:13 2019	(r513286)
+++ head/devel/p5-Test-Dependencies/distinfo	Mon Sep 30 04:17:19 2019	(r513287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475966294
-SHA256 (Test-Dependencies-0.23.tar.gz) = 14e42182e2bdadcf1b155b0904a2a7e3067f8606457fe778f67498597a9357af
-SIZE (Test-Dependencies-0.23.tar.gz) = 16324
+TIMESTAMP = 1569809135
+SHA256 (Test-Dependencies-0.24.tar.gz) = e2b78ae6528a7ded159cd200232c2202382b25fbd52a28447fd650acdd80c1be
+SIZE (Test-Dependencies-0.24.tar.gz) = 15967

Modified: head/devel/p5-Test-Dependencies/pkg-plist
==============================================================================
--- head/devel/p5-Test-Dependencies/pkg-plist	Mon Sep 30 04:17:13 2019	(r513286)
+++ head/devel/p5-Test-Dependencies/pkg-plist	Mon Sep 30 04:17:19 2019	(r513287)
@@ -1,6 +1,4 @@
 %%SITE_PERL%%/Test/Dependencies.pm
-%%SITE_PERL%%/Test/Dependencies/Heavy.pm
 %%SITE_PERL%%/Test/Dependencies/Light.pm
 %%PERL5_MAN3%%/Test::Dependencies.3.gz
-%%PERL5_MAN3%%/Test::Dependencies::Heavy.3.gz
 %%PERL5_MAN3%%/Test::Dependencies::Light.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300417.x8U4HJvw092094>