Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 19:37:31 +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: r552890 - in head/www: unit-perl unit-php unit-python unit-ruby
Message-ID:  <202010211937.09LJbVr8012527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Oct 21 19:37:31 2020
New Revision: 552890
URL: https://svnweb.freebsd.org/changeset/ports/552890

Log:
  Make the NGINX Unit modules depend on www/unit, that
  helps to be more consistent during an upgrade.
  
  Bump PORTREVISIONs.

Modified:
  head/www/unit-perl/Makefile
  head/www/unit-php/Makefile
  head/www/unit-python/Makefile
  head/www/unit-ruby/Makefile

Modified: head/www/unit-perl/Makefile
==============================================================================
--- head/www/unit-perl/Makefile	Wed Oct 21 19:28:43 2020	(r552889)
+++ head/www/unit-perl/Makefile	Wed Oct 21 19:37:31 2020	(r552890)
@@ -1,11 +1,14 @@
 # Created by: Sergey Osokin <osa@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-perl${PERL_VER}
 
 COMMENT=	Perl module for NGINX Unit
 
 PLIST_FILES=	libexec/unit/modules/perl${PERL_VER}.unit.so
+
+RUN_DEPENDS=	unitd:www/unit
 
 USES=		perl5
 

Modified: head/www/unit-php/Makefile
==============================================================================
--- head/www/unit-php/Makefile	Wed Oct 21 19:28:43 2020	(r552889)
+++ head/www/unit-php/Makefile	Wed Oct 21 19:37:31 2020	(r552890)
@@ -1,11 +1,14 @@
 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
 COMMENT=	PHP module for NGINX Unit
 
 PLIST_FILES=	libexec/unit/modules/php${PHP_VER}.unit.so
+
+RUN_DEPENDS=	unitd:www/unit
 
 USES=		php:build,embed,flavors
 

Modified: head/www/unit-python/Makefile
==============================================================================
--- head/www/unit-python/Makefile	Wed Oct 21 19:28:43 2020	(r552889)
+++ head/www/unit-python/Makefile	Wed Oct 21 19:37:31 2020	(r552890)
@@ -1,6 +1,7 @@
 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 PKGNAMESUFFIX=	-python${PYTHON_SUFFIX}
 
 COMMENT=	Python module for NGINX Unit
@@ -9,6 +10,8 @@ USES=		python gettext-runtime
 USE_PYTHON=	flavors
 
 PLIST_FILES=	libexec/unit/modules/python${PYTHON_SUFFIX}.unit.so
+
+RUN_DEPENDS=	unitd:www/unit
 
 USE_RC_SUBR?=	# reset to empty
 

Modified: head/www/unit-ruby/Makefile
==============================================================================
--- head/www/unit-ruby/Makefile	Wed Oct 21 19:28:43 2020	(r552889)
+++ head/www/unit-ruby/Makefile	Wed Oct 21 19:37:31 2020	(r552890)
@@ -1,13 +1,14 @@
 # Created by: Sergey Osokin <osa@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-ruby${RUBY_VER}
 
 COMMENT=	Ruby module for NGINX Unit
 
-BUILD_DEPENDS=	rackup:www/rubygem-rack
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	rackup:www/rubygem-rack \
+		unitd:www/unit
+
 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?202010211937.09LJbVr8012527>