diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-26 18:56:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-26 18:56:20 +0800 |
commit | 86328069b0226d0f8194ab6bf484002397ee567f (patch) | |
tree | d56cb9b1c085c7723f84a384fc6961356538ea16 | |
parent | 08abc928d465c34eaaffe927479f15870d7776c0 (diff) | |
download | freebsd-ports-gnome-86328069b0226d0f8194ab6bf484002397ee567f.tar.gz freebsd-ports-gnome-86328069b0226d0f8194ab6bf484002397ee567f.tar.zst freebsd-ports-gnome-86328069b0226d0f8194ab6bf484002397ee567f.zip |
- Update to 1.1
Changes: http://search.cpan.org/dist/Async-Interrupt/Changes
-rw-r--r-- | devel/p5-Async-Interrupt/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Async-Interrupt/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Async-Interrupt/Makefile b/devel/p5-Async-Interrupt/Makefile index 5480e75422b4..add7dff075a9 100644 --- a/devel/p5-Async-Interrupt/Makefile +++ b/devel/p5-Async-Interrupt/Makefile @@ -6,10 +6,11 @@ # PORTNAME= Async-Interrupt -PORTVERSION= 1.05 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Allow C/XS libraries to interrupt perl asynchronously @@ -17,7 +18,8 @@ COMMENT= Allow C/XS libraries to interrupt perl asynchronously LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense PERL_CONFIGURE= yes diff --git a/devel/p5-Async-Interrupt/distinfo b/devel/p5-Async-Interrupt/distinfo index 06ae2b37d62c..3c90064cf544 100644 --- a/devel/p5-Async-Interrupt/distinfo +++ b/devel/p5-Async-Interrupt/distinfo @@ -1,2 +1,2 @@ -SHA256 (Async-Interrupt-1.05.tar.gz) = 2177e125175cd80857bff7e70d928ab794391c244a7e598c6f4f82b85b66c7f1 -SIZE (Async-Interrupt-1.05.tar.gz) = 24706 +SHA256 (Async-Interrupt-1.1.tar.gz) = 820d10155f2ddd9bc9b477f1c36a70eb6c88f97731e6afad8b828d91f5e17962 +SIZE (Async-Interrupt-1.1.tar.gz) = 30611 |