diff options
author | wxs <wxs@FreeBSD.org> | 2009-03-06 05:45:38 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-03-06 05:45:38 +0800 |
commit | 6d5469dcace54f36e3f1b5fc85de2cf337851dd1 (patch) | |
tree | 8c8c1288d84304ed695c88c25e95d7de961c2098 /mail/t-prot | |
parent | 4ce15da7ee374571982a7bb1c206646c30f3a42a (diff) | |
download | freebsd-ports-gnome-6d5469dcace54f36e3f1b5fc85de2cf337851dd1.tar.gz freebsd-ports-gnome-6d5469dcace54f36e3f1b5fc85de2cf337851dd1.tar.zst freebsd-ports-gnome-6d5469dcace54f36e3f1b5fc85de2cf337851dd1.zip |
- 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
Diffstat (limited to 'mail/t-prot')
-rw-r--r-- | mail/t-prot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 053f8f020e8a..266fca00a427 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= sergei 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 |