Date: Thu, 19 Feb 2009 15:16:11 -0500 (EST) From: Wesley Shields <wxs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sergei@FreeBSD.org Subject: ports/131888: [PATCH]: mail/t-prot - switch to p5-Getopt-Long Message-ID: <20090219201611.BC5115C2D@syn.atarininja.org> Resent-Message-ID: <200902192040.n1JKe2AB079947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131888 >Category: ports >Synopsis: [PATCH]: mail/t-prot - switch to p5-Getopt-Long >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 20:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #2: Wed Sep 3 17:03:38 EDT 2008 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/p5-Getopt-Mixed has long since been deprecated and expired. mail/t-prot is one of only two ports left which still use devel/p5-Getopt-Mixed. I've attached a patch which changes this port to to use devel/p5-Getopt-Long instead. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /ncvs/ports/mail/t-prot/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 19 Nov 2008 20:43:26 -0000 1.11 +++ Makefile 19 Feb 2009 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= t-prot PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,7 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed +RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long USE_PERL5= yes NO_BUILD= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090219201611.BC5115C2D>