svn commit: r316670 - head/dns/p5-Net-DNS-Lite

Frederic Culot culot at FreeBSD.org
Sat Apr 27 15:52:01 UTC 2013


Author: culot
Date: Sat Apr 27 15:52:00 2013
New Revision: 316670
URL: http://svnweb.freebsd.org/changeset/ports/316670

Log:
  - 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

Modified:
  head/dns/p5-Net-DNS-Lite/Makefile
  head/dns/p5-Net-DNS-Lite/distinfo
  head/dns/p5-Net-DNS-Lite/pkg-descr

Modified: head/dns/p5-Net-DNS-Lite/Makefile
==============================================================================
--- head/dns/p5-Net-DNS-Lite/Makefile	Sat Apr 27 15:28:32 2013	(r316669)
+++ head/dns/p5-Net-DNS-Lite/Makefile	Sat Apr 27 15:52:00 2013	(r316670)
@@ -1,18 +1,14 @@
-# New ports collection makefile for:	p5-Net-DNS-Lite
-# Date created:		2010-11-26
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DNS-Lite
-PORTVERSION=	0.09
+PORTVERSION=	0.10
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at 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

Modified: head/dns/p5-Net-DNS-Lite/distinfo
==============================================================================
--- head/dns/p5-Net-DNS-Lite/distinfo	Sat Apr 27 15:28:32 2013	(r316669)
+++ head/dns/p5-Net-DNS-Lite/distinfo	Sat Apr 27 15:52:00 2013	(r316670)
@@ -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

Modified: head/dns/p5-Net-DNS-Lite/pkg-descr
==============================================================================
--- head/dns/p5-Net-DNS-Lite/pkg-descr	Sat Apr 27 15:28:32 2013	(r316669)
+++ head/dns/p5-Net-DNS-Lite/pkg-descr	Sat Apr 27 15:52:00 2013	(r316670)
@@ -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/


More information about the svn-ports-all mailing list