diff options
author | culot <culot@FreeBSD.org> | 2012-01-22 17:01:48 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-01-22 17:01:48 +0800 |
commit | 265750e597c5d5f1aea49bd4a1f26765839afe0a (patch) | |
tree | 2e2da1543eabe5cf0ce2d16157ebed60e5c35abc /net/p5-POE-Component-Client-Ping | |
parent | 5ba5d799b695cd8c4d7ffd679ac9b6ff95dd8345 (diff) | |
download | freebsd-ports-gnome-265750e597c5d5f1aea49bd4a1f26765839afe0a.tar.gz freebsd-ports-gnome-265750e597c5d5f1aea49bd4a1f26765839afe0a.tar.zst freebsd-ports-gnome-265750e597c5d5f1aea49bd4a1f26765839afe0a.zip |
- Update to 1.170
- Add LICENSE (Artistic 1 & GPLv1)
- Change MAINTAINER from ports@ to perl@
Changes: http://search.cpan.org/dist/POE-Component-Client-Ping/CHANGES
Diffstat (limited to 'net/p5-POE-Component-Client-Ping')
-rw-r--r-- | net/p5-POE-Component-Client-Ping/Makefile | 8 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Ping/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/p5-POE-Component-Client-Ping/Makefile b/net/p5-POE-Component-Client-Ping/Makefile index de0795ba3d64..b6a8f1ae48e6 100644 --- a/net/p5-POE-Component-Client-Ping/Makefile +++ b/net/p5-POE-Component-Client-Ping/Makefile @@ -6,15 +6,17 @@ # PORTNAME= POE-Component-Client-Ping -PORTVERSION= 1.163 -PORTREVISION= 1 +PORTVERSION= 1.170 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent ICMP ping +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-POE>=1.0070:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/net/p5-POE-Component-Client-Ping/distinfo b/net/p5-POE-Component-Client-Ping/distinfo index f223216312cb..7b124919e39c 100644 --- a/net/p5-POE-Component-Client-Ping/distinfo +++ b/net/p5-POE-Component-Client-Ping/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-Ping-1.163.tar.gz) = 9271dc238354e6a81c22bd731ffaa6a0d8203caebd503a39744a4bb1f2c5ff92 -SIZE (POE-Component-Client-Ping-1.163.tar.gz) = 15124 +SHA256 (POE-Component-Client-Ping-1.170.tar.gz) = 3e8152ec6415f3286e4d18b55b2788b78beba49b8cfe60b773a30aa383bf722a +SIZE (POE-Component-Client-Ping-1.170.tar.gz) = 15447 |