Date: Fri, 24 Jul 2020 07:51:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543194 - head/devel/rubygem-app_config Message-ID: <202007240751.06O7pBrC088895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 24 07:51:11 2020 New Revision: 543194 URL: https://svnweb.freebsd.org/changeset/ports/543194 Log: Update to 2.7.1 Changes: https://github.com/Oshuma/app_config/releases https://github.com/Oshuma/app_config/commits/master Modified: head/devel/rubygem-app_config/Makefile head/devel/rubygem-app_config/distinfo Modified: head/devel/rubygem-app_config/Makefile ============================================================================== --- head/devel/rubygem-app_config/Makefile Fri Jul 24 07:51:06 2020 (r543193) +++ head/devel/rubygem-app_config/Makefile Fri Jul 24 07:51:11 2020 (r543194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= app_config -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +10,11 @@ COMMENT= Ruby gem for storing application configuratio LICENSE= MIT +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + OPTIONS_DEFINE= MONGODB SQLITE3 OPTIONS_DEFAULT=SQLITE3 MONGODB_DESC= MongoDB backend support @@ -17,9 +22,5 @@ SQLITE3_DESC= SQLite 3 backend support MONGODB_RUN_DEPENDS= rubygem-mongo>=0:devel/rubygem-mongo SQLITE3_RUN_DEPENDS= rubygem-sqlite3>=0:databases/rubygem-sqlite3 - -NO_ARCH= yes -USE_RUBY= yes -USES= gem .include <bsd.port.mk> Modified: head/devel/rubygem-app_config/distinfo ============================================================================== --- head/devel/rubygem-app_config/distinfo Fri Jul 24 07:51:06 2020 (r543193) +++ head/devel/rubygem-app_config/distinfo Fri Jul 24 07:51:11 2020 (r543194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525554996 -SHA256 (rubygem/app_config-2.7.0.gem) = 3debf66f4d69527fecf3ef0c92c252804a4feb0b99108d0cbbccbaf8e6cebfef -SIZE (rubygem/app_config-2.7.0.gem) = 8192 +TIMESTAMP = 1595416815 +SHA256 (rubygem/app_config-2.7.1.gem) = 643773b45ff17658cc244f549afd35258c1fdac07dbb4d32984850bf09332a19 +SIZE (rubygem/app_config-2.7.1.gem) = 8192
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240751.06O7pBrC088895>