Date: Mon, 8 Jan 2018 16:52:04 +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: r458444 - head/devel/p5-Mouse Message-ID: <201801081652.w08Gq4IP082773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 8 16:52:04 2018 New Revision: 458444 URL: https://svnweb.freebsd.org/changeset/ports/458444 Log: Update to 2.5.1 Changes: http://search.cpan.org/dist/Mouse/Changes Modified: head/devel/p5-Mouse/Makefile head/devel/p5-Mouse/distinfo Modified: head/devel/p5-Mouse/Makefile ============================================================================== --- head/devel/p5-Mouse/Makefile Mon Jan 8 16:51:58 2018 (r458443) +++ head/devel/p5-Mouse/Makefile Mon Jan 8 16:52:04 2018 (r458444) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Mouse -PORTVERSION= 2.4.10 +PORTVERSION= 2.5.1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GFUJI +MASTER_SITE_SUBDIR= CPAN:SKAJI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -39,4 +39,11 @@ USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mouse/Mouse.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502503 +BUILD_DEPENDS+= p5-Devel-PPPort>=3.33:devel/p5-Devel-PPPort +RUN_DEPENDS+= p5-Devel-PPPort>=3.33:devel/p5-Devel-PPPort +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-Mouse/distinfo ============================================================================== --- head/devel/p5-Mouse/distinfo Mon Jan 8 16:51:58 2018 (r458443) +++ head/devel/p5-Mouse/distinfo Mon Jan 8 16:52:04 2018 (r458444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500399001 -SHA256 (Mouse-v2.4.10.tar.gz) = b995dda1918fcebecff34458b6abd16c06b6a7844572c7293d72a24d18126d14 -SIZE (Mouse-v2.4.10.tar.gz) = 222745 +TIMESTAMP = 1515426746 +SHA256 (Mouse-v2.5.1.tar.gz) = 2c4ea43e68e539bb4140211487f8a4c1983dba53840d73cd0b2bff0fb7f0db80 +SIZE (Mouse-v2.5.1.tar.gz) = 219245
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081652.w08Gq4IP082773>