svn commit: r493121 - head/devel/p5-Test-CheckManifest

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 16 22:55:05 UTC 2019


Author: sunpoet
Date: Sat Feb 16 22:55:01 2019
New Revision: 493121
URL: https://svnweb.freebsd.org/changeset/ports/493121

Log:
  Update to 1.39
  
  - Add missing dependency
  
  Changes:	https://metacpan.org/changes/distribution/Test-CheckManifest

Modified:
  head/devel/p5-Test-CheckManifest/Makefile
  head/devel/p5-Test-CheckManifest/distinfo

Modified: head/devel/p5-Test-CheckManifest/Makefile
==============================================================================
--- head/devel/p5-Test-CheckManifest/Makefile	Sat Feb 16 22:54:56 2019	(r493120)
+++ head/devel/p5-Test-CheckManifest/Makefile	Sat Feb 16 22:55:01 2019	(r493121)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-CheckManifest
-PORTVERSION=	1.38
+PORTVERSION=	1.39
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,8 +13,16 @@ COMMENT=	Check if your Manifest matches your distro
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+NO_ARCH=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502902
+BUILD_DEPENDS+=	p5-PathTools>=3.7500:devel/p5-PathTools
+RUN_DEPENDS+=	p5-PathTools>=3.7500:devel/p5-PathTools
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Test-CheckManifest/distinfo
==============================================================================
--- head/devel/p5-Test-CheckManifest/distinfo	Sat Feb 16 22:54:56 2019	(r493120)
+++ head/devel/p5-Test-CheckManifest/distinfo	Sat Feb 16 22:55:01 2019	(r493121)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545808931
-SHA256 (Test-CheckManifest-1.38.tar.gz) = 4a1ac71741abc1f1109667892055e608f6fe27065c58af4c38ab97554a660e66
-SIZE (Test-CheckManifest-1.38.tar.gz) = 13900
+TIMESTAMP = 1550246794
+SHA256 (Test-CheckManifest-1.39.tar.gz) = 79055ca6f97db26471618fa546087935fc4525e36e1e0239676612a6f8f21563
+SIZE (Test-CheckManifest-1.39.tar.gz) = 15202


More information about the svn-ports-all mailing list