aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Throttler
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2008-06-12 10:50:22 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2008-06-12 10:50:22 +0000
commit38ba74b0b7a84cc883d94e55e2bee1b315fb42be (patch)
tree1a31aefd2ae56c13fe1c018c67ff213a2bab5b6e /devel/p5-Data-Throttler
parent8a83ecc07154e4704a40717e82170fe4e277ebfd (diff)
downloadports-38ba74b0b7a84cc883d94e55e2bee1b315fb42be.tar.gz
ports-38ba74b0b7a84cc883d94e55e2bee1b315fb42be.zip
Update to 0.02
PR: 124476 Submitted by: Masahiro Teramoto (maintainer)
Notes
Notes: svn path=/head/; revision=214693
Diffstat (limited to 'devel/p5-Data-Throttler')
-rw-r--r--devel/p5-Data-Throttler/Makefile7
-rw-r--r--devel/p5-Data-Throttler/distinfo6
-rw-r--r--devel/p5-Data-Throttler/pkg-descr1
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Data-Throttler/Makefile b/devel/p5-Data-Throttler/Makefile
index 163bacb189a2..11480c0c41b1 100644
--- a/devel/p5-Data-Throttler/Makefile
+++ b/devel/p5-Data-Throttler/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Throttler
-PORTVERSION= 0.01
+PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,10 +18,7 @@ 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
-RUN_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
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Data-Throttler/distinfo b/devel/p5-Data-Throttler/distinfo
index 50752bddd930..e0e1729063a5 100644
--- a/devel/p5-Data-Throttler/distinfo
+++ b/devel/p5-Data-Throttler/distinfo
@@ -1,3 +1,3 @@
-MD5 (Data-Throttler-0.01.tar.gz) = 393a796a37c5613ee8878dc95c4d7a79
-SHA256 (Data-Throttler-0.01.tar.gz) = 6968bd5f01b2ffdad3cf0b5addbcc399aa7441b0dde95f30443d36390001d525
-SIZE (Data-Throttler-0.01.tar.gz) = 6723
+MD5 (Data-Throttler-0.02.tar.gz) = 7ff36920baeba77565e6a5c09b17dbdf
+SHA256 (Data-Throttler-0.02.tar.gz) = 51b1252f04f5a22be7dd6c23a5ebf25df1746a6224d8af3d15ee60273b0f5fe6
+SIZE (Data-Throttler-0.02.tar.gz) = 7014
diff --git a/devel/p5-Data-Throttler/pkg-descr b/devel/p5-Data-Throttler/pkg-descr
index 06b5bdbbbfd2..7f371c6d79ee 100644
--- a/devel/p5-Data-Throttler/pkg-descr
+++ b/devel/p5-Data-Throttler/pkg-descr
@@ -6,4 +6,5 @@ what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.
+Author: Michael Schilli <m@perlmeister.com>
WWW: http://search.cpan.org/dist/Data-Throttler/