mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Update to 2.7.1
Changes: https://github.com/Oshuma/app_config/releases https://github.com/Oshuma/app_config/commits/master
This commit is contained in:
parent
fd82f93c3d
commit
7584605169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543194
@ -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 configuration
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= MONGODB SQLITE3
|
||||
OPTIONS_DEFAULT=SQLITE3
|
||||
MONGODB_DESC= MongoDB backend support
|
||||
@ -18,8 +23,4 @@ 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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user