diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 09:07:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-12 09:07:36 +0800 |
commit | e74ce339a56442432afe7f49100d9f9621e43aec (patch) | |
tree | 46bb04fb894f84fc37c9c7508a68fadc3584ec74 /mail | |
parent | ae10dd161fceff8f6522de2e8e809100d1e3d003 (diff) | |
download | freebsd-ports-gnome-e74ce339a56442432afe7f49100d9f9621e43aec.tar.gz freebsd-ports-gnome-e74ce339a56442432afe7f49100d9f9621e43aec.tar.zst freebsd-ports-gnome-e74ce339a56442432afe7f49100d9f9621e43aec.zip |
- Add missing dependency
- Remove MD5
- Bump PORTREVISION
PR: ports/151776
Submitted by: Tilman Keskinoz <arved@freebsd.org>
Approved by: maintainer timeout (sergei ; 45 days)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/t-prot/Makefile | 7 | ||||
-rw-r--r-- | mail/t-prot/distinfo | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index c00c43a9cfb9..13dc2a27a709 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -7,15 +7,16 @@ PORTNAME= t-prot PORTVERSION= 2.99 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sergei + LOCAL/sergei MAINTAINER= sergei@FreeBSD.org COMMENT= TOFU Protection - Display Filter for RFC822 messages -RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext USE_PERL5= yes NO_BUILD= yes diff --git a/mail/t-prot/distinfo b/mail/t-prot/distinfo index c88472a8f35c..e495a0fb7d91 100644 --- a/mail/t-prot/distinfo +++ b/mail/t-prot/distinfo @@ -1,3 +1,2 @@ -MD5 (t-prot-2.99.tar.gz) = 4538aa006fbfc4911ab4d4e428731614 SHA256 (t-prot-2.99.tar.gz) = e5da301fd4ce2981f447bcfcb5bdb5b1dcb6e06379634fd71b27d9ddc508e2aa SIZE (t-prot-2.99.tar.gz) = 46905 |