Date: Thu, 1 Dec 2011 01:40:36 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: janos.mohacsi@bsd.hu Subject: ports/162973: [PATCH] net/p5-IO-Socket-INET6: update to 2.69 Message-ID: <20111130174036.4E0F34713@sunpoet.net> Resent-Message-ID: <201111301750.pAUHo7so029568@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162973 >Category: ports >Synopsis: [PATCH] net/p5-IO-Socket-INET6: update to 2.69 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 30 17:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011 >Description: - Update to 2.69 Changes: http://search.cpan.org/dist/IO-Socket-INET6/ChangeLog Port maintainer (janos.mohacsi@bsd.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-IO-Socket-INET6-2.69.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-IO-Socket-INET6/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 30 May 2011 14:06:04 -0000 1.14 +++ Makefile 30 Nov 2011 17:40:03 -0000 @@ -6,19 +6,20 @@ # PORTNAME= IO-Socket-INET6 -PORTVERSION= 2.67 +PORTVERSION= 2.69 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SHLOMIF PKGNAMEPREFIX= p5- MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Perl module with object interface to AF_INET6 domain sockets -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 - -MAN3= IO::Socket::INET6.3 +BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 +RUN_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 PERL_CONFIGURE= yes +MAN3= IO::Socket::INET6.3 + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-IO-Socket-INET6/distinfo,v retrieving revision 1.13 diff -u -u -r1.13 distinfo --- distinfo 30 May 2011 14:06:04 -0000 1.13 +++ distinfo 30 Nov 2011 17:40:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-INET6-2.67.tar.gz) = dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2 -SIZE (IO-Socket-INET6-2.67.tar.gz) = 18096 +SHA256 (IO-Socket-INET6-2.69.tar.gz) = accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045 +SIZE (IO-Socket-INET6-2.69.tar.gz) = 18603 --- p5-IO-Socket-INET6-2.69.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111130174036.4E0F34713>