Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 15:03:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386620 - head/mail/mime-construct
Message-ID:  <201505171503.t4HF3FRL031835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171503.t4HF3FRL031835>