svn commit: r386620 - head/mail/mime-construct
John Marino
marino at FreeBSD.org
Sun May 17 15:03:15 UTC 2015
Author: marino
Date: Sun May 17 15:03:14 2015
New Revision: 386620
URL: https://svnweb.freebsd.org/changeset/ports/386620
Log:
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)
Modified:
head/mail/mime-construct/Makefile
Modified: head/mail/mime-construct/Makefile
==============================================================================
--- head/mail/mime-construct/Makefile Sun May 17 14:58:25 2015 (r386619)
+++ head/mail/mime-construct/Makefile Sun May 17 15:03:14 2015 (r386620)
@@ -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 at renatasystems.org
+MAINTAINER= ports at 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}
More information about the svn-ports-all
mailing list