Date: Thu, 12 Mar 2015 18:26:50 +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: r381131 - head/devel/p5-IO-Digest Message-ID: <201503121826.t2CIQo6i045442@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 12 18:26:49 2015 New Revision: 381131 URL: https://svnweb.freebsd.org/changeset/ports/381131 QAT: https://qat.redports.org/buildarchive/r381131/ Log: - Add LICENSE - Fix *_DEPENDS: Digest is already in all supported Perl releases - Reformat pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/p5-IO-Digest/Makefile head/devel/p5-IO-Digest/pkg-descr Modified: head/devel/p5-IO-Digest/Makefile ============================================================================== --- head/devel/p5-IO-Digest/Makefile Thu Mar 12 18:26:44 2015 (r381130) +++ head/devel/p5-IO-Digest/Makefile Thu Mar 12 18:26:49 2015 (r381131) @@ -3,19 +3,21 @@ PORTNAME= IO-Digest PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate digests while reading or writing -BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \ - p5-Digest>=0:${PORTSDIR}/security/p5-Digest +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-IO-Digest/pkg-descr ============================================================================== --- head/devel/p5-IO-Digest/pkg-descr Thu Mar 12 18:26:44 2015 (r381130) +++ head/devel/p5-IO-Digest/pkg-descr Thu Mar 12 18:26:49 2015 (r381131) @@ -1,5 +1,5 @@ -This module allows you to calculate digests while reading or writing -file handles. This avoids the case you need to reread the same -content to compute the digests after written a file. +This module allows you to calculate digests while reading or writing file +handles. This avoids the case you need to reread the same content to compute the +digests after written a file. WWW: http://search.cpan.org/dist/IO-Digest/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121826.t2CIQo6i045442>