Date: Sun, 14 Sep 2014 14:00:23 +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: r368175 - head/mail/rubygem-actionmailer4 Message-ID: <201409141400.s8EE0NDT025242@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Sep 14 14:00:23 2014 New Revision: 368175 URL: http://svnweb.freebsd.org/changeset/ports/368175 QAT: https://qat.redports.org/buildarchive/r368175/ Log: mail/rubygem-actionmailer4: correct mail dependency Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one) Modified: head/mail/rubygem-actionmailer4/Makefile Modified: head/mail/rubygem-actionmailer4/Makefile ============================================================================== --- head/mail/rubygem-actionmailer4/Makefile Sun Sep 14 13:59:38 2014 (r368174) +++ head/mail/rubygem-actionmailer4/Makefile Sun Sep 14 14:00:23 2014 (r368175) @@ -3,7 +3,7 @@ PORTNAME= actionmailer PORTVERSION= 4.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -15,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \ - rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25 + rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail USE_RUBY= yes USE_RUBYGEMS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409141400.s8EE0NDT025242>