Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 11:50:26 +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: r546270 - head/devel/rubygem-countries
Message-ID:  <202008261150.07QBoQdE084576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Wed Aug 26 11:50:26 2020
New Revision: 546270
URL: https://svnweb.freebsd.org/changeset/ports/546270

Log:
  Update to 3.0.1.
  Changelog:
  https://github.com/hexorx/countries/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-countries/Makefile
  head/devel/rubygem-countries/distinfo

Modified: head/devel/rubygem-countries/Makefile
==============================================================================
--- head/devel/rubygem-countries/Makefile	Wed Aug 26 11:48:01 2020	(r546269)
+++ head/devel/rubygem-countries/Makefile	Wed Aug 26 11:50:26 2020	(r546270)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	countries
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,19 +12,13 @@ COMMENT=	All sorts of useful information about every c
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-i18n_data>=0.8.0<0.9.0:devel/rubygem-i18n_data \
-		rubygem-sixarm_ruby_unaccent>=1.1.0<2.0.0:textproc/rubygem-sixarm_ruby_unaccent \
-		rubygem-unicode_utils>=1.4<2.0:devel/rubygem-unicode_utils
+RUN_DEPENDS=	rubygem-i18n_data>=0.10.0<0.11.0:devel/rubygem-i18n_data \
+		rubygem-sixarm_ruby_unaccent>=1.1<2:textproc/rubygem-sixarm_ruby_unaccent \
+		rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils
 
 USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
-
-PLIST_FILES=	bin/console_country3
-
-# binary name has collision with rubygem-apollo_upload_server (/usr/local/bin/console)
-post-install:
-	${MV} ${STAGEDIR}/${PREFIX}/bin/console ${STAGEDIR}/${PREFIX}/bin/console_country3
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-countries/distinfo
==============================================================================
--- head/devel/rubygem-countries/distinfo	Wed Aug 26 11:48:01 2020	(r546269)
+++ head/devel/rubygem-countries/distinfo	Wed Aug 26 11:50:26 2020	(r546270)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569745208
-SHA256 (rubygem/countries-3.0.0.gem) = ecb4287436f83f4bb098a9462828b145bec3143fa49e7ce5b1714d0ee5454770
-SIZE (rubygem/countries-3.0.0.gem) = 2027520
+TIMESTAMP = 1598422650
+SHA256 (rubygem/countries-3.0.1.gem) = 78db81898206cf5df1a635b73264c5bb1427ad486795dce4f885bbdd2377f406
+SIZE (rubygem/countries-3.0.1.gem) = 2072064



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