aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-06 04:28:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-06 04:28:42 +0800
commit5d9178a005be87ca2af82f5e6b02ce43f08a2001 (patch)
treee39eede0b5cc4d44fffd4490a1b62b413229fab3 /mail
parente716a787711dac7f0f069d7de28eb003602cac30 (diff)
downloadfreebsd-ports-gnome-5d9178a005be87ca2af82f5e6b02ce43f08a2001.tar.gz
freebsd-ports-gnome-5d9178a005be87ca2af82f5e6b02ce43f08a2001.tar.zst
freebsd-ports-gnome-5d9178a005be87ca2af82f5e6b02ce43f08a2001.zip
- Fix and sort RUN_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'mail')
-rw-r--r--mail/rubygem-mail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile
index 61023aa0dd2f..ab8ac7d5f394 100644
--- a/mail/rubygem-mail/Makefile
+++ b/mail/rubygem-mail/Makefile
@@ -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>