ports/131888: [PATCH]: mail/t-prot - switch to p5-Getopt-Long

Wesley Shields wxs at FreeBSD.org
Thu Feb 19 20:40:03 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list