From 90f931dcd0f8c9fe0893c8f8c67033f545cac0df Mon Sep 17 00:00:00 2001 From: purplerain Date: Sat, 2 Sep 2023 04:57:13 +0000 Subject: [PATCH] UPDATE: devel/ruby-faraday-net-http added variable version --- devel/ruby-faraday-net-http/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/devel/ruby-faraday-net-http/Makefile b/devel/ruby-faraday-net-http/Makefile index ad3b9a473..2c0573f62 100644 --- a/devel/ruby-faraday-net-http/Makefile +++ b/devel/ruby-faraday-net-http/Makefile @@ -1,10 +1,14 @@ COMMENT= faraday adapter -DISTNAME= faraday-net_http-3.0.2 -PKGNAME= faraday-net-http-3.0.2 +V= 3.0.2 +DISTNAME= faraday-net_http-${V} +PKGNAME= faraday-net-http-${V} + CATEGORIES= devel -MAINTAINER= i Purple Rain +HOMEPAGE= https://github.com/lostisland/faraday-net_http + +MAINTAINER= Purple Rain # MIT PERMIT_PACKAGE= Yes