Fixed dependency problem introduced by 513431.

This will use now an additional port and I will revert 513431.

Reported by:	sunpoet
This commit is contained in:
Matthias Fechner 2019-10-15 09:03:39 +00:00
parent ffd08601d3
commit af9653833b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514497
5 changed files with 33 additions and 1 deletions

View file

@ -6047,6 +6047,7 @@
SUBDIR += rubygem-nprogress-rails
SUBDIR += rubygem-nsa-rails5
SUBDIR += rubygem-numerizer
SUBDIR += rubygem-numerizer01
SUBDIR += rubygem-octopress-hooks
SUBDIR += rubygem-oj
SUBDIR += rubygem-omniauth_crowd

View file

@ -3,6 +3,7 @@
PORTNAME= gitlab_chronic_duration
PORTVERSION= 0.10.6.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -12,7 +13,7 @@ COMMENT= Natural language parser for elapsed time
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-numerizer>=0.1.1<0.2.0:devel/rubygem-numerizer
RUN_DEPENDS= rubygem-numerizer01>=0.1.1<0.2.0:devel/rubygem-numerizer01
USES= gem
USE_RUBY= yes

View file

@ -0,0 +1,23 @@
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= numerizer
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 01
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Parse numbers in natural language from strings
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^0\.1\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1569747220
SHA256 (rubygem/numerizer-0.1.1.gem) = 10ec9efec62472b69a3a0e275a18a44baa595ce6e2e4cfc1678d5cb2974c336f
SIZE (rubygem/numerizer-0.1.1.gem) = 7680

View file

@ -0,0 +1,4 @@
Numerizer is a gem to help with parsing numbers in natural language from strings
(ex forty two).
WWW: https://github.com/jduff/numerizer