Date: Thu, 21 Sep 2006 11:27:38 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org Subject: ports/103445: [PATCH] net/p5-IO-Interface: update to 1.02 Message-ID: <20060921032738.454D5B29C6A@utopia.leeym.com> Resent-Message-ID: <200609210330.k8L3UIkM012485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103445 >Category: ports >Synopsis: [PATCH] net/p5-IO-Interface: update to 1.02 >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: Thu Sep 21 03:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Sep 18 00:39:29 CST 2006 >Description: - Update to 1.02 Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-Interface-1.02.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-IO-Interface/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 2 Jul 2004 07:33:20 -0000 1.6 +++ Makefile 21 Sep 2006 03:27:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Interface -PORTVERSION= 0.98 +PORTVERSION= 1.02 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO @@ -17,6 +17,12 @@ PERL_CONFIGURE= yes -MAN3= IO::Interface.3 +MAN3= IO::Interface.3 IO::Interface::Simple.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/p5-IO-Interface/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 22 Jan 2006 21:23:23 -0000 1.5 +++ distinfo 21 Sep 2006 03:27:31 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Interface-0.98.tar.gz) = 91d5029a32302aa02414c9c8e3353cec -SHA256 (IO-Interface-0.98.tar.gz) = 997de9d1812c68836ea2dcd6adae3c12324d2f58d1ab30447a5bb35887965d5c -SIZE (IO-Interface-0.98.tar.gz) = 7203 +MD5 (IO-Interface-1.02.tar.gz) = ff96f98f52b68ece88a8e40e292071d2 +SHA256 (IO-Interface-1.02.tar.gz) = 0e24d2c4ea10a45b899bcb6f603331e29dc4997b09c2c4b429b9e2a44a1fa1d0 +SIZE (IO-Interface-1.02.tar.gz) = 9507 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/p5-IO-Interface/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 22 Jan 2006 02:45:53 -0000 1.3 +++ pkg-plist 21 Sep 2006 03:27:31 -0000 @@ -1,8 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface.pm +%%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface/Simple.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/Interface.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/Interface.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO/Interface @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IO --- p5-IO-Interface-1.02.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?20060921032738.454D5B29C6A>