diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-06 06:32:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-06 06:32:09 +0800 |
commit | 2ff2457aa62a9e569190a29ad16f8439bc220a98 (patch) | |
tree | cbef314a6f8d85768a3d42fc057bd755a3bdb6cf | |
parent | 80909298c5b796433c569d4dfe1eabf61b5ae469 (diff) | |
download | freebsd-ports-gnome-2ff2457aa62a9e569190a29ad16f8439bc220a98.tar.gz freebsd-ports-gnome-2ff2457aa62a9e569190a29ad16f8439bc220a98.tar.zst freebsd-ports-gnome-2ff2457aa62a9e569190a29ad16f8439bc220a98.zip |
- Update to 0.03
PR: 136339
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
-rw-r--r-- | devel/p5-Data-Throttler/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Data-Throttler/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Data-Throttler/pkg-descr | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Data-Throttler/Makefile b/devel/p5-Data-Throttler/Makefile index 11480c0c41b1..a2ea634284b3 100644 --- a/devel/p5-Data-Throttler/Makefile +++ b/devel/p5-Data-Throttler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Throttler -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Data-Throttler/distinfo b/devel/p5-Data-Throttler/distinfo index e0e1729063a5..3604d3601c1b 100644 --- a/devel/p5-Data-Throttler/distinfo +++ b/devel/p5-Data-Throttler/distinfo @@ -1,3 +1,3 @@ -MD5 (Data-Throttler-0.02.tar.gz) = 7ff36920baeba77565e6a5c09b17dbdf -SHA256 (Data-Throttler-0.02.tar.gz) = 51b1252f04f5a22be7dd6c23a5ebf25df1746a6224d8af3d15ee60273b0f5fe6 -SIZE (Data-Throttler-0.02.tar.gz) = 7014 +MD5 (Data-Throttler-0.03.tar.gz) = 815662bcb383e21320f6e7e303f3690e +SHA256 (Data-Throttler-0.03.tar.gz) = 04bbda5804ab62e81615825088cae912ada9d2eb0e4d47e62a1c11ee6133f103 +SIZE (Data-Throttler-0.03.tar.gz) = 8314 diff --git a/devel/p5-Data-Throttler/pkg-descr b/devel/p5-Data-Throttler/pkg-descr index 7f371c6d79ee..06b5bdbbbfd2 100644 --- a/devel/p5-Data-Throttler/pkg-descr +++ b/devel/p5-Data-Throttler/pkg-descr @@ -6,5 +6,4 @@ 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/ |