diff options
Diffstat (limited to '')
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/pkg-descr | 3 | ||||
-rw-r--r-- | devel/rubygem-grape_logging/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-grape_logging/distinfo | 6 |
5 files changed, 32 insertions, 5 deletions
diff --git a/devel/rubygem-grape_logging-gitlab/Makefile b/devel/rubygem-grape_logging-gitlab/Makefile new file mode 100644 index 000000000000..be38cfacac4b --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/Makefile @@ -0,0 +1,21 @@ +PORTNAME= grape_logging +PORTVERSION= 1.8.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Request logging for Grape +WWW= https://github.com/aserafin/grape_logging + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-grape20>=0:devel/rubygem-grape20 \ + rubygem-rack>=0,3:www/rubygem-rack + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-grape_logging-gitlab/distinfo b/devel/rubygem-grape_logging-gitlab/distinfo new file mode 100644 index 000000000000..5059296a190b --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598605220 +SHA256 (rubygem/grape_logging-1.8.4.gem) = efcc3e322dbd5d620a68f078733b7db043cf12680144cd03c982f14115c792d1 +SIZE (rubygem/grape_logging-1.8.4.gem) = 13312 diff --git a/devel/rubygem-grape_logging-gitlab/pkg-descr b/devel/rubygem-grape_logging-gitlab/pkg-descr new file mode 100644 index 000000000000..31245a5d0a37 --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/pkg-descr @@ -0,0 +1,3 @@ +This gem provides simple request logging for Grape with just few lines of code +you have to put in your project! In return you will get response codes, paths, +parameters and more! diff --git a/devel/rubygem-grape_logging/Makefile b/devel/rubygem-grape_logging/Makefile index 0f150fc02751..8e66d482a5d5 100644 --- a/devel/rubygem-grape_logging/Makefile +++ b/devel/rubygem-grape_logging/Makefile @@ -1,5 +1,5 @@ PORTNAME= grape_logging -PORTVERSION= 1.8.4 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/aserafin/grape_logging LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape \ +RUN_DEPENDS= rubygem-grape>=2.4.0:devel/rubygem-grape \ rubygem-rack>=0,3:www/rubygem-rack USES= gem diff --git a/devel/rubygem-grape_logging/distinfo b/devel/rubygem-grape_logging/distinfo index 5059296a190b..473b4ae48bdb 100644 --- a/devel/rubygem-grape_logging/distinfo +++ b/devel/rubygem-grape_logging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598605220 -SHA256 (rubygem/grape_logging-1.8.4.gem) = efcc3e322dbd5d620a68f078733b7db043cf12680144cd03c982f14115c792d1 -SIZE (rubygem/grape_logging-1.8.4.gem) = 13312 +TIMESTAMP = 1757121770 +SHA256 (rubygem/grape_logging-3.0.0.gem) = 7b62d984ce96df15d120508668debe307e6a59ac1c511f1d9b5f3b4bea793e13 +SIZE (rubygem/grape_logging-3.0.0.gem) = 19456 |