svn commit: r335710 - head/mail/rubygem-mail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 5 20:28:43 UTC 2013


Author: sunpoet
Date: Thu Dec  5 20:28:42 2013
New Revision: 335710
URL: http://svnweb.freebsd.org/changeset/ports/335710

Log:
  - Fix and sort RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/mail/rubygem-mail/Makefile

Modified: head/mail/rubygem-mail/Makefile
==============================================================================
--- head/mail/rubygem-mail/Makefile	Thu Dec  5 20:28:37 2013	(r335709)
+++ head/mail/rubygem-mail/Makefile	Thu Dec  5 20:28:42 2013	(r335710)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mail
 PORTVERSION=	2.5.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
@@ -12,12 +13,11 @@ COMMENT=	Ruby email handler
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \
-		rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
-		rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
+RUN_DEPENDS=	rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list