Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 09:03:40 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514497 - in head/devel: . rubygem-gitlab_chronic_duration rubygem-numerizer01
Message-ID:  <201910150903.x9F93ej8015111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Oct 15 09:03:39 2019
New Revision: 514497
URL: https://svnweb.freebsd.org/changeset/ports/514497

Log:
  Fixed dependency problem introduced by 513431.
  This will use now an additional port and I will revert 513431.
  
  Reported by:	sunpoet

Added:
  head/devel/rubygem-numerizer01/
     - copied from r514103, head/devel/rubygem-numerizer/
Modified:
  head/devel/Makefile
  head/devel/rubygem-gitlab_chronic_duration/Makefile
  head/devel/rubygem-numerizer01/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 15 08:58:50 2019	(r514496)
+++ head/devel/Makefile	Tue Oct 15 09:03:39 2019	(r514497)
@@ -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

Modified: head/devel/rubygem-gitlab_chronic_duration/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_chronic_duration/Makefile	Tue Oct 15 08:58:50 2019	(r514496)
+++ head/devel/rubygem-gitlab_chronic_duration/Makefile	Tue Oct 15 09:03:39 2019	(r514497)
@@ -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

Modified: head/devel/rubygem-numerizer01/Makefile
==============================================================================
--- head/devel/rubygem-numerizer/Makefile	Tue Oct  8 20:15:54 2019	(r514103)
+++ head/devel/rubygem-numerizer01/Makefile	Tue Oct 15 09:03:39 2019	(r514497)
@@ -5,6 +5,7 @@ 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
@@ -16,5 +17,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^0\.1\.
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910150903.x9F93ej8015111>