svn commit: r552874 - head/www/unit-ruby

Sergey A. Osokin osa at FreeBSD.org
Wed Oct 21 17:22:41 UTC 2020


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 at 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 at 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


More information about the svn-ports-all mailing list