From owner-svn-ports-head@freebsd.org Wed Aug 26 11:50:27 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A06A63D2447; Wed, 26 Aug 2020 11:50:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bc41H20GVz3brj; Wed, 26 Aug 2020 11:50:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23896127EE; Wed, 26 Aug 2020 11:50:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07QBoQOG084577; Wed, 26 Aug 2020 11:50:26 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07QBoQdE084576; Wed, 26 Aug 2020 11:50:26 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202008261150.07QBoQdE084576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 26 Aug 2020 11:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546270 - head/devel/rubygem-countries X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/devel/rubygem-countries X-SVN-Commit-Revision: 546270 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 11:50:27 -0000 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 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