From owner-svn-ports-all@FreeBSD.ORG Thu Mar 12 18:26:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB940320; Thu, 12 Mar 2015 18:26:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CE9D3F6; Thu, 12 Mar 2015 18:26:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2CIQoxL045447; Thu, 12 Mar 2015 18:26:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2CIQo6i045442; Thu, 12 Mar 2015 18:26:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503121826.t2CIQo6i045442@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 12 Mar 2015 18:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381131 - head/devel/p5-IO-Digest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 18:26:50 -0000 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 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/