From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:03:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D7133BD; Sun, 17 May 2015 15:03:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59CDA1907; Sun, 17 May 2015 15:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF3FcH031836; Sun, 17 May 2015 15:03:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF3FRL031835; Sun, 17 May 2015 15:03:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171503.t4HF3FRL031835@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 15:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386620 - head/mail/mime-construct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:03:15 -0000 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@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}