Date: Sat, 25 Oct 2008 08:39:31 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: direct@klatha.com Subject: ports/128369: [PATCH] devel/p5-Tie-CPHash: update to 1.04 Message-ID: <200810251539.m9PFdUp8010107@cn1.leeym.com> Resent-Message-ID: <200810251540.m9PFe3WL038694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128369 >Category: ports >Synopsis: [PATCH] devel/p5-Tie-CPHash: update to 1.04 >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: Sat Oct 25 15:40:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.04 Port maintainer (direct@klatha.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Tie-CPHash-1.04.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Tie-CPHash/Makefile,v retrieving revision 1.4 diff -u -d -b -w -u -r1.4 Makefile --- Makefile 17 Apr 2008 14:26:18 -0000 1.4 +++ Makefile 25 Oct 2008 15:39:21 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Tie-CPHash -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +14,14 @@ MAINTAINER= direct@klatha.com COMMENT= Perl module implementing a case preserving hash table -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ - ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - PERL_MODBUILD= yes MAN3= Tie::CPHash.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Tie-CPHash/distinfo,v retrieving revision 1.2 diff -u -d -b -w -u -r1.2 distinfo --- distinfo 20 Apr 2007 20:26:22 -0000 1.2 +++ distinfo 25 Oct 2008 15:39:21 -0000 @@ -1,3 +1,3 @@ -MD5 (Tie-CPHash-1.03.tar.gz) = 6bf733fdd8ad4ff03c7169f6d7f704ff -SHA256 (Tie-CPHash-1.03.tar.gz) = 885d5a7a67e1a2d72ef2ec93b263ada023dabd9bf3cf48e196e7037e8f407631 -SIZE (Tie-CPHash-1.03.tar.gz) = 4876 +MD5 (Tie-CPHash-1.04.tar.gz) = d9430275241f5d198c2af027aea294ee +SHA256 (Tie-CPHash-1.04.tar.gz) = 3a1175ac67c92758aa8b0e40776103c8e8e9d9bdc5d9637302eb84b7ec497133 +SIZE (Tie-CPHash-1.04.tar.gz) = 5695 --- p5-Tie-CPHash-1.04.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?200810251539.m9PFdUp8010107>