Date: Fri, 16 Jun 2006 06:02:55 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: zaa@zaa.pp.ru Subject: ports/99026: [PATCH] mail/p5-Mail-DeliveryStatus-BounceParser: update to 1.5.11 Message-ID: <200606161202.k5GC2t5l015180@moondance.itsy-bitsy.net> Resent-Message-ID: <200606161210.k5GCALEo093591@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99026 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-DeliveryStatus-BounceParser: update to 1.5.11 >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: Fri Jun 16 12:10:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update to 1.5.11 Port maintainer (zaa@zaa.pp.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-DeliveryStatus-BounceParser-1.5.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 30 Jul 2005 04:38:42 -0000 1.2 +++ Makefile 16 Jun 2006 11:59:10 -0000 @@ -6,21 +6,27 @@ # PORTNAME= Mail-DeliveryStatus-BounceParser -PORTVERSION= 1.5 +PORTVERSION= 1.5.11 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Mail PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-1.511 MAINTAINER= zaa@zaa.pp.ru COMMENT= Perl extension to analyze bounce messages -BUILD_DEPENDS= ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Mail::DeliveryStatus::BounceParser.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # inherited from mail/p5-MIME-Tools +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 22 Jan 2006 12:50:36 -0000 1.3 +++ distinfo 16 Jun 2006 11:59:10 -0000 @@ -1,3 +1,3 @@ -MD5 (Mail-DeliveryStatus-BounceParser-1.5.tar.gz) = e1a2ca065e769e24d560e918671f6bdb -SHA256 (Mail-DeliveryStatus-BounceParser-1.5.tar.gz) = 9e0686b1576050c72940d85473062092a9492ac79f6fc3b2b78a42c31ad49112 -SIZE (Mail-DeliveryStatus-BounceParser-1.5.tar.gz) = 17157 +MD5 (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = f41ea29dd6af51b512d019af820184d3 +SHA256 (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = 9aabe4c90e01f344be5668797215f627ac62d229a8e54c5fc4b8d546b2a49e68 +SIZE (Mail-DeliveryStatus-BounceParser-1.511.tar.gz) = 27977 --- p5-Mail-DeliveryStatus-BounceParser-1.5.11.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?200606161202.k5GC2t5l015180>