From wxs@atarininja.org  Thu Feb 19 20:34:26 2009
Return-Path: <wxs@atarininja.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B5B911065675;
	Thu, 19 Feb 2009 20:34:26 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158])
	by mx1.freebsd.org (Postfix) with ESMTP id 93EED8FC1B;
	Thu, 19 Feb 2009 20:34:26 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: by syn.atarininja.org (Postfix, from userid 1001)
	id BC5115C2D; Thu, 19 Feb 2009 15:16:11 -0500 (EST)
Message-Id: <20090219201611.BC5115C2D@syn.atarininja.org>
Date: Thu, 19 Feb 2009 15:16:11 -0500 (EST)
From: Wesley Shields <wxs@FreeBSD.org>
Reply-To: Wesley Shields <wxs@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sergei@FreeBSD.org
Subject: [PATCH]: mail/t-prot - switch to p5-Getopt-Long
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131888
>Category:       ports
>Synopsis:       [PATCH]: mail/t-prot - switch to p5-Getopt-Long
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 19 20:40:02 UTC 2009
>Closed-Date:    Thu Mar 05 21:46:05 UTC 2009
>Last-Modified:  Thu Mar  5 21:50:04 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 19 20:40:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131888 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Thu Mar 5 21:46:04 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131888 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131888: commit references a PR
Date: Thu,  5 Mar 2009 21:45:46 +0000 (UTC)

 wxs         2009-03-05 21:45:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/t-prot          Makefile 
   Log:
   - Switch to p5-Getopt-Long (p5-Getopt-Mixed has been deprecated for a long
     time now).
   
   PR:             ports/131888
   Submitted by:   wxs
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.12      +2 -1      ports/mail/t-prot/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
