Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 17:45:56 +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: r522923 - head/devel/p5-Alien-Build
Message-ID:  <202001131745.00DHju0V087029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 13 17:45:56 2020
New Revision: 522923
URL: https://svnweb.freebsd.org/changeset/ports/522923

Log:
  Update to 1.94
  
  - Update WWW
  
  Changes:	https://metacpan.org/changes/distribution/Alien-Build

Modified:
  head/devel/p5-Alien-Build/Makefile
  head/devel/p5-Alien-Build/distinfo
  head/devel/p5-Alien-Build/pkg-descr

Modified: head/devel/p5-Alien-Build/Makefile
==============================================================================
--- head/devel/p5-Alien-Build/Makefile	Mon Jan 13 17:45:50 2020	(r522922)
+++ head/devel/p5-Alien-Build/Makefile	Mon Jan 13 17:45:56 2020	(r522923)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Alien-Build
-PORTVERSION=	1.91
+PORTVERSION=	1.94
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -29,4 +29,11 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502800
+BUILD_DEPENDS+=	p5-Test-Simple>=1.302096:devel/p5-Test-Simple
+RUN_DEPENDS+=	p5-Test-Simple>=1.302096:devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Alien-Build/distinfo
==============================================================================
--- head/devel/p5-Alien-Build/distinfo	Mon Jan 13 17:45:50 2020	(r522922)
+++ head/devel/p5-Alien-Build/distinfo	Mon Jan 13 17:45:56 2020	(r522923)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806180
-SHA256 (Alien-Build-1.91.tar.gz) = bb6a4052595c139d13dba5842fa640b9fe9953eef5294f5d6a614c8c757322d0
-SIZE (Alien-Build-1.91.tar.gz) = 270385
+TIMESTAMP = 1578923256
+SHA256 (Alien-Build-1.94.tar.gz) = 4903db2f91dfae0bf59495c36ba5c2ec88770ff704159e686bc9c6c08c3eb08c
+SIZE (Alien-Build-1.94.tar.gz) = 248631

Modified: head/devel/p5-Alien-Build/pkg-descr
==============================================================================
--- head/devel/p5-Alien-Build/pkg-descr	Mon Jan 13 17:45:50 2020	(r522922)
+++ head/devel/p5-Alien-Build/pkg-descr	Mon Jan 13 17:45:56 2020	(r522923)
@@ -1,3 +1,3 @@
 Build external dependencies for use in CPAN
 
-WWW: https://metacpan.org/pod/Alien::Build
+WWW: https://metacpan.org/release/Alien-Build



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