diff options
author | culot <culot@FreeBSD.org> | 2013-04-27 23:52:00 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-04-27 23:52:00 +0800 |
commit | 3a6698dd7e8f690c78fc3a47bfc50908c5ced8b1 (patch) | |
tree | 6d789e5bdd97b090f835b63308eb6c9f75127841 /dns | |
parent | 9ec9b692fc9ee36de938a2a09be467cf30e8d6d1 (diff) | |
download | freebsd-ports-gnome-3a6698dd7e8f690c78fc3a47bfc50908c5ced8b1.tar.gz freebsd-ports-gnome-3a6698dd7e8f690c78fc3a47bfc50908c5ced8b1.tar.zst freebsd-ports-gnome-3a6698dd7e8f690c78fc3a47bfc50908c5ced8b1.zip |
- Update to 0.10
- Trim Makefile's header
- Pet portlint(1) by using space instead of tab in WWW link
Changes: http://search.cpan.org/dist/Net-DNS-Lite/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Lite/Makefile | 10 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Lite/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/dns/p5-Net-DNS-Lite/Makefile b/dns/p5-Net-DNS-Lite/Makefile index ebc204d91e6a..4fabf60e8940 100644 --- a/dns/p5-Net-DNS-Lite/Makefile +++ b/dns/p5-Net-DNS-Lite/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: p5-Net-DNS-Lite -# Date created: 2010-11-26 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-DNS-Lite -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Pure-perl DNS resolver with support for timeout +COMMENT= Pure-Perl DNS resolver with support for timeout LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/dns/p5-Net-DNS-Lite/distinfo b/dns/p5-Net-DNS-Lite/distinfo index 67941b3c9239..57e88bba3a50 100644 --- a/dns/p5-Net-DNS-Lite/distinfo +++ b/dns/p5-Net-DNS-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-Lite-0.09.tar.gz) = c415f21b99819b05a68c9e8cfe92936ebafa182cd84e34e95f3442e61d10b8f8 -SIZE (Net-DNS-Lite-0.09.tar.gz) = 25196 +SHA256 (Net-DNS-Lite-0.10.tar.gz) = fe2613f48eb12038ad1860dd6c6150927bab2515a3845045c6433d9ce2cba3e7 +SIZE (Net-DNS-Lite-0.10.tar.gz) = 25369 diff --git a/dns/p5-Net-DNS-Lite/pkg-descr b/dns/p5-Net-DNS-Lite/pkg-descr index 04e57c9b9c50..c9638d6f61bd 100644 --- a/dns/p5-Net-DNS-Lite/pkg-descr +++ b/dns/p5-Net-DNS-Lite/pkg-descr @@ -1,4 +1,4 @@ This module provides a replacement function for Socket::inet_aton, with support for timeouts. -WWW: http://search.cpan.org/dist/Net-DNS-Lite/ +WWW: http://search.cpan.org/dist/Net-DNS-Lite/ |