Date: Sat, 22 Jun 2013 07:39:18 +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: r321548 - head/devel/p5-Data-Throttler Message-ID: <201306220739.r5M7dIx4028567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Sat Jun 22 07:39:17 2013 New Revision: 321548 URL: http://svnweb.freebsd.org/changeset/ports/321548 Log: - Update to 0.06 [1] - Trim Makefile's header [1] - Fix dependencies - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Data-Throttler/Changes PR: ports/179776 [1] Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Modified: head/devel/p5-Data-Throttler/Makefile head/devel/p5-Data-Throttler/distinfo head/devel/p5-Data-Throttler/pkg-descr Modified: head/devel/p5-Data-Throttler/Makefile ============================================================================== --- head/devel/p5-Data-Throttler/Makefile Sat Jun 22 06:46:05 2013 (r321547) +++ head/devel/p5-Data-Throttler/Makefile Sat Jun 22 07:39:17 2013 (r321548) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Data-Throttler -# Date created: 2008-01-30 -# Whom: Masahiro Teramoto <markun@onohara.to> -# +# Created by: Masahiro Teramoto <markun@onohara.to> # $FreeBSD$ -# PORTNAME= Data-Throttler -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Limit data throughput -BUILD_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \ - p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \ - p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Set-IntSpan>0:${PORTSDIR}/math/p5-Set-IntSpan \ + p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable \ + p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/devel/p5-Data-Throttler/distinfo ============================================================================== --- head/devel/p5-Data-Throttler/distinfo Sat Jun 22 06:46:05 2013 (r321547) +++ head/devel/p5-Data-Throttler/distinfo Sat Jun 22 07:39:17 2013 (r321548) @@ -1,2 +1,2 @@ -SHA256 (Data-Throttler-0.05.tar.gz) = fcd7e753ea8f84618f91fc6f508c40de84633178f679168939c32ea92e662294 -SIZE (Data-Throttler-0.05.tar.gz) = 9028 +SHA256 (Data-Throttler-0.06.tar.gz) = f85daa5c844a5ef4d72840b2280a370d0d8a84bca7873a0c3cc4d84807edbb6c +SIZE (Data-Throttler-0.06.tar.gz) = 9754 Modified: head/devel/p5-Data-Throttler/pkg-descr ============================================================================== --- head/devel/p5-Data-Throttler/pkg-descr Sat Jun 22 06:46:05 2013 (r321547) +++ head/devel/p5-Data-Throttler/pkg-descr Sat Jun 22 07:39:17 2013 (r321548) @@ -6,4 +6,4 @@ what happened before and offers a simple which can then focus on performing the actual task (like sending email) or suppressing/postponing it. -WWW: http://search.cpan.org/dist/Data-Throttler/ +WWW: http://search.cpan.org/dist/Data-Throttler/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220739.r5M7dIx4028567>