Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 17:22:40 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552874 - head/www/unit-ruby
Message-ID:  <202010211722.09LHMed6031113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Oct 21 17:22:40 2020
New Revision: 552874
URL: https://svnweb.freebsd.org/changeset/ports/552874

Log:
  Update the dependency list.
  
  Bump PORTREVISION.
  
  Requested by:	Valentin Bartenev <ne@vbart.ru>

Modified:
  head/www/unit-ruby/Makefile

Modified: head/www/unit-ruby/Makefile
==============================================================================
--- head/www/unit-ruby/Makefile	Wed Oct 21 17:16:30 2020	(r552873)
+++ head/www/unit-ruby/Makefile	Wed Oct 21 17:22:40 2020	(r552874)
@@ -1,10 +1,13 @@
 # Created by: Sergey Osokin <osa@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-ruby${RUBY_VER}
 
 COMMENT=	Ruby module for NGINX Unit
 
+BUILD_DEPENDS=	rackup:www/rubygem-rack
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 PLIST_FILES=	libexec/unit/modules/ruby${RUBY_VER}.unit.so
 
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010211722.09LHMed6031113>