Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 12:05:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368170 - in head/mail: . rubygem-actionmailer4 rubygem-mail25
Message-ID:  <201409141205.s8EC53El071970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep 14 12:05:03 2014
New Revision: 368170
URL: http://svnweb.freebsd.org/changeset/ports/368170
QAT: https://qat.redports.org/buildarchive/r368170/

Log:
  mail/rubygem-actionmailer4: used older 2.5 version of rubygem-mail

Added:
  head/mail/rubygem-mail25/
     - copied from r368154, head/mail/rubygem-mail/
Modified:
  head/mail/Makefile
  head/mail/rubygem-actionmailer4/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Sep 14 11:50:41 2014	(r368169)
+++ head/mail/Makefile	Sun Sep 14 12:05:03 2014	(r368170)
@@ -570,6 +570,7 @@
     SUBDIR += rubygem-exception_notification
     SUBDIR += rubygem-larch
     SUBDIR += rubygem-mail
+    SUBDIR += rubygem-mail25
     SUBDIR += rubygem-mailfactory
     SUBDIR += rubygem-pony
     SUBDIR += rubygem-qmail

Modified: head/mail/rubygem-actionmailer4/Makefile
==============================================================================
--- head/mail/rubygem-actionmailer4/Makefile	Sun Sep 14 11:50:41 2014	(r368169)
+++ head/mail/rubygem-actionmailer4/Makefile	Sun Sep 14 12:05:03 2014	(r368170)
@@ -3,6 +3,7 @@
 
 PORTNAME=	actionmailer
 PORTVERSION=	4.1.6
+PORTREVISION=	1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	4
@@ -14,7 +15,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \
 		rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \
-		rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail
+		rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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