svn commit: r396985 - head/devel/rubygem-grit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 15 15:49:25 UTC 2015


Author: sunpoet
Date: Tue Sep 15 15:49:24 2015
New Revision: 396985
URL: https://svnweb.freebsd.org/changeset/ports/396985

Log:
  - Fix RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-grit/Makefile

Modified: head/devel/rubygem-grit/Makefile
==============================================================================
--- head/devel/rubygem-grit/Makefile	Tue Sep 15 15:49:19 2015	(r396984)
+++ head/devel/rubygem-grit/Makefile	Tue Sep 15 15:49:24 2015	(r396985)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grit
 PORTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,11 +13,10 @@ COMMENT=	Object-oriented ruby library to
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \
-		rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-mime-types1>=1.15:${PORTSDIR}/misc/rubygem-mime-types1 \
 		rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list