Date: Thu, 4 Sep 2014 14:25:16 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367269 - head/lang/p5-Expect Message-ID: <201409041425.s84EPGD1054052@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Thu Sep 4 14:25:16 2014 New Revision: 367269 URL: http://svnweb.freebsd.org/changeset/ports/367269 QAT: https://qat.redports.org/buildarchive/r367269/ Log: - Update to 1.31 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Expect/Changes Modified: head/lang/p5-Expect/Makefile head/lang/p5-Expect/distinfo Modified: head/lang/p5-Expect/Makefile ============================================================================== --- head/lang/p5-Expect/Makefile Thu Sep 4 14:24:25 2014 (r367268) +++ head/lang/p5-Expect/Makefile Thu Sep 4 14:25:16 2014 (r367269) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Expect -PORTVERSION= 1.30 +PORTVERSION= 1.31 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,11 +9,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty \ - p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include <bsd.port.post.mk> Modified: head/lang/p5-Expect/distinfo ============================================================================== --- head/lang/p5-Expect/distinfo Thu Sep 4 14:24:25 2014 (r367268) +++ head/lang/p5-Expect/distinfo Thu Sep 4 14:25:16 2014 (r367269) @@ -1,2 +1,2 @@ -SHA256 (Expect-1.30.tar.gz) = 5892a373cccaa72877debec75d4684c7ddec6623bab47ec00a24de8d97893e66 -SIZE (Expect-1.30.tar.gz) = 60573 +SHA256 (Expect-1.31.tar.gz) = 71bfe4ee469590248b1f8b3337271a7bf5a7daca8ca553265d579a7601a5dcc0 +SIZE (Expect-1.31.tar.gz) = 61521
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041425.s84EPGD1054052>