diff options
author | marino <marino@FreeBSD.org> | 2015-05-17 23:03:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-05-17 23:03:14 +0800 |
commit | ead07e65b3e52a158350423628be775526446652 (patch) | |
tree | 5f321619216a9f046e130913a310a4fa00ad715b /mail | |
parent | 1e9652bf5eb6e78b3181de4a95389e76053dd8ff (diff) | |
download | freebsd-ports-gnome-ead07e65b3e52a158350423628be775526446652.tar.gz freebsd-ports-gnome-ead07e65b3e52a158350423628be775526446652.tar.zst freebsd-ports-gnome-ead07e65b3e52a158350423628be775526446652.zip |
mail/mime-construct: Remove RUN_DEPENDS; reset maintainership
Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in
all supported Perl releases. While here, reset maintainership since it's
been 5 years since maintainer was last seen.
PR: 196700
Submitted by: Yasuhiro KIMURA
Approved by: maintainer timeout (4 months, maintainer reset)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mime-construct/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile index be70644298d2..202622871ba5 100644 --- a/mail/mime-construct/Makefile +++ b/mail/mime-construct/Makefile @@ -3,16 +3,15 @@ PORTNAME= mime-construct PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.argon.org/~roderick/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= alexey@renatasystems.org +MAINTAINER= ports@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line -BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ +BUILD_DEPENDS= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat RUN_DEPENDS:= ${BUILD_DEPENDS} |